DJfindr is available as a connector for Claude, ChatGPT and any other client that speaks the Model Context Protocol. It gives an assistant the same catalog this API publishes — search, profiles, mixes, reviews, live events and reference data — as tools it can call while you talk to it.
No token is needed. Add the URL as a custom connector with authentication set to none and it works. The connector is for people looking for a DJ, not for integrations, and neither Claude nor ChatGPT lets a person paste an API key into a connector — so there is deliberately nothing to paste.
The assistant can search and compare, but it cannot book. When you have chosen a DJ it hands you the DJ's page on djfindr.com, where you send the request and where the quote and the conversation with the DJ continue. Nothing in the connector can act on your behalf, and it never asks you to sign in.
If you are building on the API rather than installing the connector, the same server also accepts your bearer token, and then your requests count against your token's rate limit instead of the shared anonymous one. Anonymous use is limited per address at 300 requests per minute, which is generous on purpose — assistants reach us from a small number of shared addresses.
The server is Streamable HTTP, stateless, and answers POST only. It supports protocol versions 2026-07-28 (with server/discover) and 2025-06-18 (with the legacy initialize handshake).