nz.co.prelude/instruments
Official4 toolsPrelude NZ — Instrument Rental
Search and rent musical instruments in New Zealand. Pricing, teachers, and FAQs.
Search and rental platform for musical instruments in New Zealand.
Captured live from the server via tools/list.
search-instruments-tool
Search instruments available for rental at Prelude NZ. Filter by instrument category (e.g. violin, flute) or family (e.g. strings, woodwind). Returns name, category, tier, pricing, availability, and a link to the instrument page.
Parameters (2)
- categorystring
Filter by instrument category slug (e.g. "violin", "flute", "trumpet", "clarinet", "cello").
- familystring
Filter by instrument family slug (e.g. "strings", "woodwind", "brass", "keyboard", "percussion").
get-pricing-tool
Get rental pricing plans for a specific instrument at Prelude NZ. Returns all available plan options with monthly and total prices.
Parameters (1)
- instrumentstringrequired
The instrument slug (e.g. "student-violin", "intermediate-flute"). Use search-instruments first to find slugs.
search-teachers-tool
Find music teachers in New Zealand listed on Prelude. Filter by instrument and region. Returns teacher names, regions, instruments taught, and a link to their profile page for full details and contact.
Parameters (2)
- instrumentstring
Filter by instrument category slug (e.g. "violin", "flute", "trumpet", "piano").
- regionstring
Filter by NZ region slug (e.g. "auckland", "wellington", "canterbury", "otago").
get-faqs-tool
Get frequently asked questions about renting instruments from Prelude NZ. Covers how rental works, plans, pricing, delivery, returns, and more.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"instruments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://prelude.co.nz/mcp/prelude"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.