MCP Server
MCP
PortlandMaps (Unofficial)
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://portlandmaps-mcp.vercel.app/mcp/v2"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "portlandmaps-mcp",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PortlandMaps API key. Required for the /api/* tools; without it those endpoints return error payloads.",
"isRequired": true,
"isSecret": true,
"name": "PORTLANDMAPS_API_KEY"
},
{
"description": "Query-parameter name to send the API key as. Defaults to 'api_key'.",
"name": "PORTLANDMAPS_API_KEY_PARAM"
},
{
"description": "In-memory response cache TTL in milliseconds. Defaults to 3600000 (one hour).",
"name": "PORTLANDMAPS_CACHE_TTL_MS"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment