Mental Health Croydon developer resources
What these Mental Health Croydon developer resources cover
Mental Health Croydon publishes a public, read-only directory of mental health services in Croydon. There is no user login and no write API. Agents and developers can search listings, read condition pages, and fetch crisis contacts without an API key.
Use these resources when a product needs verified local names, phone numbers, websites, and access notes for Croydon — not for clinical advice, diagnosis, or booking appointments.
Mental Health Croydon API
The JSON API lives at https://www.mentalhealthcroydon.co.uk/api/v1/services and https://www.mentalhealthcroydon.co.uk/api/v1/conditions. Filter services with q, approach, category, or tag. Fetch one listing at /api/v1/services/{slug}. The OpenAPI contract is https://www.mentalhealthcroydon.co.uk/openapi.json.
These endpoints return the same public fields shown on the website. They do not accept writes, webhooks, or authenticated admin actions. Cron jobs used to maintain the directory are private.
Mental Health Croydon MCP server
Agents that speak Model Context Protocol can call the Streamable HTTP server at https://www.mentalhealthcroydon.co.uk/mcp. Discovery documents are at https://www.mentalhealthcroydon.co.uk/.well-known/mcp and https://www.mentalhealthcroydon.co.uk/.well-known/mcp.json. Start with a JSON-RPC initialize handshake, then use search_services, get_service, list_conditions, and get_crisis_contacts.
No OAuth client is required. The MCP tools only read published directory data.
Markdown and agent files
Send Accept: text/markdown on any public page to receive a text/markdown representation of the same URL. Responses include Vary: Accept, Accept-Encoding so caches keep HTML and markdown apart. The site map for agents is https://www.mentalhealthcroydon.co.uk/llms.txt. A longer copy is https://www.mentalhealthcroydon.co.uk/llms-full.txt.
Human-readable API documentation stays on this Mental Health Croydon developers page so name-based searches can find it. Related trust pages: https://www.mentalhealthcroydon.co.uk/about, https://www.mentalhealthcroydon.co.uk/contact, and https://www.mentalhealthcroydon.co.uk/privacy.
Predictable Mental Health Croydon URLs
- OpenAPI spec — https://www.mentalhealthcroydon.co.uk/openapi.json
- Services API — https://www.mentalhealthcroydon.co.uk/api/v1/services
- MCP endpoint — https://www.mentalhealthcroydon.co.uk/mcp
- MCP discovery — https://www.mentalhealthcroydon.co.uk/.well-known/mcp
- llms.txt — https://www.mentalhealthcroydon.co.uk/llms.txt
- llms-full.txt — https://www.mentalhealthcroydon.co.uk/llms-full.txt