{ "name": "planwire-mcp", "version": "0.1.5", "description": "MCP server for PlanWire \u2014 UK planning application data for AI agents. Search, look up, and geo-query UK planning applications from Claude, Cursor, and any MCP client.", "type": "module", "bin": { "planwire-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "server.json", "smithery.yaml", "lhm.plugin.json" ], "scripts": { "build": "tsc", "prepack": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "model-context-protocol", "planning", "uk-planning", "planning-applications", "property", "proptech", "planwire", "claude", "ai-agents" ], "author": "PlanWire", "license": "MIT", "homepage": "https://planwire.io/mcp?utm_source=npm&utm_medium=package_homepage&utm_campaign=mcp", "repository": { "type": "git", "url": "git+https://github.com/beshogun/planwire-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "typescript": "^5.6.0", "@types/node": "^22.0.0" }, "bugs": { "url": "https://github.com/beshogun/planwire-mcp/issues" }, "mcpName": "io.github.beshogun/planwire-mcp" }