MCP Server
Active
US Building Permit Aggregator MCP Server
io.github.dizzyvinci/building-permit-aggregator
What is the US Building Permit Aggregator MCP server?
Pull recent building permits from 9 US cities in a unified schema from official open-data portals.
How to install US Building Permit Aggregator
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"building-permit-aggregator": {
"url": "https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"building-permit-aggregator": {
"serverUrl": "https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"building-permit-aggregator": {
"type": "http",
"url": "https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"building-permit-aggregator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator"
]
}
}
}Claude Code
claude mcp add --transport http building-permit-aggregator https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregatorRelated MCP servers
Shopify Catalog Monitor
Active
Track price drops, stock-outs, restocks, and new/removed products across Shopify stores.
0
View repository →JavaScript