Odel
planwire mcp

planwire mcp

Local
@beshogunTypeScriptUpdated 1w ago

UK planning application data for AI agents: search, geo-query and fetch applications.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmplanwire-mcpv0.1.4

Run

npx -y planwire-mcp

MCP client config

{
  "mcpServers": {
    "planwire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "planwire-mcp"
      ]
    }
  }
}