Server data from the Official MCP Registry
UK planning application data for AI agents: search, geo-query and fetch applications.
UK planning application data for AI agents: search, geo-query and fetch applications.
PlanWire MCP server is well-structured with proper authentication, secure credential handling, and permissions appropriately scoped to its purpose. The server requires a valid API key, passes it securely via headers, and makes authenticated requests to a public planning data API. Minor code quality improvements could be made around input validation and error handling, but no security vulnerabilities were identified. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PLANWIRE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-beshogun-planwire-mcp": {
"env": {
"PLANWIRE_API_KEY": "your-planwire-api-key-here"
},
"args": [
"-y",
"planwire-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
| Tool | What it does |
|---|---|
search_planning_applications | Search by keyword, council, postcode, status, type, or date range |
nearby_planning_applications | Find applications within a radius of a lat/lng point |
get_planning_application | Fetch one application by id |
list_councils | List covered councils and their IDs |
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" }
}
}
}
Same command (npx -y planwire-mcp), with PLANWIRE_API_KEY in the environment.
| Var | Required | Default |
|---|---|---|
PLANWIRE_API_KEY | yes | — |
PLANWIRE_API_BASE | no | https://api.planwire.io |
MIT licensed. Built by PlanWire · https://planwire.io
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.