Loading MCP server directory, please wait...
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
npx @getmcp/cli add io.github.GPTNowLLC/portlandmaps-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PORTLANDMAPS_API_KEYPortlandMaps API key. Required for the /api/* tools; without it those endpoints return error payloads.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GPTNowLLC/portlandmaps-mcp": {
"command": "npx",
"args": [
"-y",
"portlandmaps-mcp"
],
"env": {
"PORTLANDMAPS_API_KEY": "",
"PORTLANDMAPS_API_KEY_PARAM": "",
"PORTLANDMAPS_CACHE_TTL_MS": ""
}
}
}
}