Open Data

Planning Data MCP Server

Chat with AI and run tools instantly — no account needed.

DLUHC Planning Data API providing access to over 100 planning and housing datasets for England — conservation areas, listed buildings, brownfield land, local planning authorities, and more.

5 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

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

Planning Data (DLUHC)

Official England planning and housing data from the Department for Levelling Up, Housing & Communities. No auth required.

Data Model

  • Datasets — Over 100 dataset types (conservation-area, listed-building, brownfield-land, green-belt, etc.). Each has a slug, name, description, entity count, and theme.
  • Entities — Individual planning records. Each entity has a numeric ID, dataset, name, reference, organisation-entity, geometry (WKT), point (WKT), and various dates.
  • Organisations — Local planning authorities and other bodies with entity IDs.

Key Query Patterns

  • Location search: Pass latitude + longitude to find entities whose geometry intersects that point. Combine with dataset to filter.
  • UPRN search: Pass a UPRN via the q parameter to find entities for a specific property.
  • Spatial queries: Use geometry_entity with a known entity ID (e.g. an LPA) plus geometry_relation (within, intersects) for area searches.
  • Pagination: Use limit and offset. Response includes links.next, links.prev for navigation. count gives total results.
  • Field selection: Use field to limit which fields are returned (reduces response size).

Common Datasets

  • conservation-area — Areas of special architectural/historic interest
  • listed-building — Listed buildings with grade (I, II*, II)
  • brownfield-land — Previously developed land suitable for redevelopment
  • green-belt — Green belt land designations
  • article-4-direction-area — Areas with restricted permitted development rights
  • flood-risk-zone — Flood risk zone designations
  • tree-preservation-zone — Tree preservation orders
  • local-planning-authority — 337 LPAs in England
  • planning-application — Planning applications (data still growing)

Gotchas

  • No /api/ prefix: Endpoints are at root (/entity.json, /dataset.json), not /api/entity.json.
  • Extensions required: Always use .json extension on endpoints.
  • Multi-value params: dataset and field accept multiple values (pass as list).
  • Geometry responses: Can be very large (full WKT polygons). Use field parameter to exclude geometry when not needed.
  • Absence ≠ no constraints: Missing results may mean data isn't available for that area yet.

Tools in this Server (5)

Planning Check Constraints

Check planning constraints for a specific location in England. Pass latitude/longitude or a UPRN to find conservation areas, listed buildings, green b...

Planning Get Dataset

Get detailed information about a specific planning dataset, including its description, entity count, attribution, licence, and collection details.

Planning Get Entity

Get detailed information about a specific planning entity by its numeric ID. Returns all fields including name, dataset, geometry, organisation, dates...

Planning List Datasets

List all available planning and housing datasets from the DLUHC Planning Data platform. Returns over 100 datasets including conservation areas, listed...

Planning Search Entities

Search planning entities across England's planning datasets. Filter by dataset type, geographic location (lat/lng), postcode/UPRN, organisation, or sp...

Frequently Asked Questions

What is the Planning Data MCP server?

DLUHC Planning Data API providing access to over 100 planning and housing datasets for England — conservation areas, listed buildings, brownfield land, local planning authorities, and more. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect 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/planning-data. Authentication is handled automatically.

How many tools does Planning Data provide?

Planning Data provides 5 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 Planning Data require?

Planning Data uses open data APIs — no authentication required.

Setup Instructions

Connect Planning Data to any MCP client in minutes

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

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.

Try Planning Data now

No sign-up required. Chat with AI and run tools instantly.

Planning Data MCP Server & Skill — 5 Tools