Skip to main content

MCP server

Install refugee.london in your AI client

A verified directory of refugee, asylum-seeker, and migrant support services in London, exposed as native tools for any AI assistant that speaks the Model Context Protocol.

Once installed, your assistant can search the directory, fetch full records, and list categories or coverage areas, pulling answers from data verified by case workers at Islington Centre for Refugees instead of hallucinating.

Endpoint

https://www.refugee.london/api/mcp

Streamable HTTP transport. No API key, no rate limit (yet). Public, read-only.

Claude Code

Add it from the terminal:

claude mcp add --transport http refugee-london https://www.refugee.london/api/mcp

Then in any session: /mcp list to confirm it's connected.

Claude Desktop

Open Settings → Developer → Edit Config and merge this into claude_desktop_config.json:

claude_desktop_config.json
{
  "mcpServers": {
    "refugee-london": {
      "type": "http",
      "url": "https://www.refugee.london/api/mcp"
    }
  }
}

Restart Claude Desktop. The four tools will be available in the tools menu.

Other clients

Any MCP-aware client (Cursor, Continue, Zed, custom agents) that supports the streamable HTTP transport can point at the endpoint URL above. No auth, no install — just paste the URL.

Tools exposed

Try these prompts

About the data

Every organisation in the directory has been reviewed by case workers at Islington Centre for Refugees & Migrants. Search runs over Postgres full-text search with weighted ranking across title, categories, location, and description. The directory is updated continuously.

For questions, edits, or partnership requests, contact us via the main site.