Open Data

UK Planning Data MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Official UK government planning data platform (planning.data.gov.uk). Search planning applications, look up entities by ID or reference, browse available datasets, and explore conservation areas, listed buildings, and other planning-related geography.

3 tools
Agent guide included
No auth required
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for UK Planning Data — workflow patterns, data models, and gotchas for your AI agent.

UK Planning Data

Official UK government platform for planning and housing data. No authentication required.

Data Model

  • Entity — A single planning record (application, conservation area, listed building, etc.) identified by a numeric entity ID.
  • Dataset — A named collection of entities (e.g. "planning-application", "conservation-area", "listed-building-outline").
  • Typology — Classification of entities: "geography" (spatial), "organisation", "category", etc.

Key Fields in Entity Results

  • entity — Unique numeric identifier
  • name — Human-readable name (may be empty for planning applications)
  • dataset — Which dataset this entity belongs to
  • reference — External reference (e.g. planning application number "23/00002/FUL")
  • description — Free text description of the entity
  • organisation-entity — Numeric ID of the responsible organisation
  • point — WKT point geometry (e.g. "POINT (-0.127 51.507)")
  • geometry — WKT polygon/multipolygon geometry
  • entry-date — When the record was last updated
  • start-date / end-date — Temporal validity

Useful Datasets

  • planning-application — ~100k planning applications with decision dates
  • conservation-area — ~11k designated conservation areas with boundaries
  • listed-building-outline — Listed building geometries
  • article-4-direction-area — Article 4 direction areas
  • tree-preservation-zone — Tree preservation orders

Pagination

  • Use limit and offset query parameters
  • Response includes links.next and count for total results

Tools in this Server (3)

Planning Get Entity

Get a single UK planning entity by its numeric entity ID from planning.data.gov.uk. Returns full entity data including name, dataset, reference, descr...

Planning List Datasets

List all available datasets on planning.data.gov.uk. Returns dataset names, descriptions, entity counts, themes, and licence information. Use this to ...

Planning Search

Search UK planning entities on planning.data.gov.uk. Filter by dataset (e.g. 'planning-application', 'conservation-area'), organisation, and typology....

Frequently Asked Questions

What is the UK Planning Data MCP server?

Official UK government planning data platform (planning.data.gov.uk). Search planning applications, look up entities by ID or reference, browse available datasets, and explore conservation areas, listed buildings, and other planning-related geography. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect UK Planning Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/uk-planning. Authentication is handled automatically.

How many tools does UK Planning Data provide?

UK Planning Data provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does UK Planning Data require?

UK Planning Data uses open data APIs — no authentication required.

Setup Instructions

Connect UK Planning Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/uk-planning

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with UK Planning Data?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

UK Planning Data MCP Server & Skill — 3 Tools