Skip to content
Claude Desktop

UK Data API for Claude Desktop

io.github.chetparker/uk-data-api

24 UK data endpoints — property, weather, companies, vehicles, finance. Paid via x402.

client:Claude Desktop transport:sse

Install UK Data API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "uk-data-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://web-production-18a32.up.railway.app/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

UK Data API in other clients