MCP (Model Context Protocol) lets AI assistants like Claude talk to live data sources securely. PlanningData exposes an MCP server at mcp.planningdata.ai — point your assistant at it and it can answer questions about UK planning directly.
Edit claude_desktop_config.json (Claude → Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"planningdata": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.planningdata.ai",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
Restart Claude Desktop. You should see the PlanningData tools available in the tool picker. Get an API key from your dashboard.
ChatGPT custom connectors (MCP) are rolling out. When they're available in your account, point the connector at https://mcp.planningdata.ai with a Bearer token.
search_applicationsFind applications by council, postcode radius, category, status, date range.
get_applicationFetch full detail for one application reference, including AI enrichment and constraint overlays.
list_councilsList covered councils with application counts.
get_statsDataset-wide totals and freshness.
Standard REST endpoints returning JSON. Pass your API key in the X-API-Key header.
{
"reference": "26/00330/FUL",
"council": "Plymouth",
"description": "Loft conversion with rear dormer",
"address": "13 Charlton Road PL6 5EG",
"status": "pending",
"dates": {
"received": "2026-01-15"
},
"geo": { "lat": 50.4095, "lon": -4.0839 },
"enrichment": {
"category": "residential_extension",
"scale": "minor",
"confidence": "high"
}
}
Starter: 500 searches/day · Professional: 10,000 searches/day · Enterprise: custom.
Questions? Join the waitlist and we'll get in touch during onboarding.