Model Context Protocol

Source-backed civic tools for agents.

Connect a Streamable HTTP MCP client to Civic and discover useful London location tools with human-readable descriptions and structured outputs.

Connect

https://mcp.civicdata.co.uk/mcp

No OAuth or account is required for free atomic tools. Clients send standard Streamable HTTP MCP requests to the endpoint above.

Available tools

resolve_location
get_fire_data
get_crime_data
get_road_collision_data
get_planning_constraints
get_source_info

get_area_profile       # x402 paid
compare_areas           # x402 paid

Free tools return one cleaned public-data operation. Paid tools compose multiple operations into a consistent area profile or factual comparison. REST and MCP call the same domain functions.

Example client configuration

{
  "mcpServers": {
    "civic-data": {
      "type": "http",
      "url": "https://mcp.civicdata.co.uk/mcp"
    }
  }
}

Civic exposes bounded civic-data tools only. It does not expose arbitrary SQL, unrestricted raw tables or LLM-generated interpretation.