planwire-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@planwire-mcpSearch for recent planning applications in Camden"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PlanWire MCP Server
UK planning application data for AI agents. Search, look up, and geo-query every UK planning application from Claude, Cursor, or any MCP client — conversationally.
Powered by the PlanWire API: broader council coverage than the free government data, richer filtering, and real-time updates.
Tools
Tool | What it does |
| Search by keyword, council, postcode, status, type, or date range |
| Find applications within a radius of a lat/lng point |
| Fetch one application by id |
| List covered councils and their IDs |
Related MCP server: Dilix MCP
Setup
Get an API key (free sandbox, no card) at https://planwire.io.
Add the server to your MCP client.
Claude Desktop / Claude Code
Add to your MCP config (claude_desktop_config.json, or .mcp.json in a project):
{
"mcpServers": {
"planwire": {
"command": "npx",
"args": ["-y", "planwire-mcp"],
"env": { "PLANWIRE_API_KEY": "your_key_here" }
}
}
}Cursor / other MCP clients
Same command (npx -y planwire-mcp), with PLANWIRE_API_KEY in the environment.
Example prompts
"Search PlanWire for recent planning applications in Camden."
"Any refused householder extensions in OX1 in the last year?"
"What planning applications are within 1km of 51.5074, -0.1278?"
"Which councils does PlanWire cover?"
Notes
Free keys are capped at 10 results per page and a daily request limit; paid plans lift both. Upgrade at https://planwire.io/#pricing.
Rate-limit (429) and auth (401) errors come back as clear messages, not crashes.
Environment
Var | Required | Default |
| yes | — |
| no |
|
MIT licensed. Built by PlanWire · https://planwire.io
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beshogun/planwire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server