PortlandMaps (Unofficial) MCP Server
io.github.GPTNowLLC/portlandmaps-mcp
What is the PortlandMaps (Unofficial) MCP server?
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
How to install PortlandMaps (Unofficial)
Copy-paste configuration for popular MCP clients.
PORTLANDMAPS_API_KEYrequiredsecretPortlandMaps API key. Required for the /api/* tools; without it those endpoints return error payloads.
PORTLANDMAPS_API_KEY_PARAMQuery-parameter name to send the API key as. Defaults to 'api_key'.
PORTLANDMAPS_CACHE_TTL_MSIn-memory response cache TTL in milliseconds. Defaults to 3600000 (one hour).
{
"mcpServers": {
"portlandmaps-mcp": {
"command": "npx",
"args": [
"-y",
"portlandmaps-mcp"
],
"env": {
"PORTLANDMAPS_API_KEY": "<YOUR_PORTLANDMAPS_API_KEY>",
"PORTLANDMAPS_API_KEY_PARAM": "<YOUR_PORTLANDMAPS_API_KEY_PARAM>",
"PORTLANDMAPS_CACHE_TTL_MS": "<YOUR_PORTLANDMAPS_CACHE_TTL_MS>"
}
}
}
}{
"mcpServers": {
"portlandmaps-mcp": {
"command": "npx",
"args": [
"-y",
"portlandmaps-mcp"
],
"env": {
"PORTLANDMAPS_API_KEY": "<YOUR_PORTLANDMAPS_API_KEY>",
"PORTLANDMAPS_API_KEY_PARAM": "<YOUR_PORTLANDMAPS_API_KEY_PARAM>",
"PORTLANDMAPS_CACHE_TTL_MS": "<YOUR_PORTLANDMAPS_CACHE_TTL_MS>"
}
}
}
}{
"mcpServers": {
"portlandmaps-mcp": {
"command": "npx",
"args": [
"-y",
"portlandmaps-mcp"
],
"env": {
"PORTLANDMAPS_API_KEY": "<YOUR_PORTLANDMAPS_API_KEY>",
"PORTLANDMAPS_API_KEY_PARAM": "<YOUR_PORTLANDMAPS_API_KEY_PARAM>",
"PORTLANDMAPS_CACHE_TTL_MS": "<YOUR_PORTLANDMAPS_CACHE_TTL_MS>"
}
}
}
}{
"servers": {
"portlandmaps-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"portlandmaps-mcp"
],
"env": {
"PORTLANDMAPS_API_KEY": "<YOUR_PORTLANDMAPS_API_KEY>",
"PORTLANDMAPS_API_KEY_PARAM": "<YOUR_PORTLANDMAPS_API_KEY_PARAM>",
"PORTLANDMAPS_CACHE_TTL_MS": "<YOUR_PORTLANDMAPS_CACHE_TTL_MS>"
}
}
}
}claude mcp add portlandmaps-mcp --env PORTLANDMAPS_API_KEY=<YOUR_PORTLANDMAPS_API_KEY> --env PORTLANDMAPS_API_KEY_PARAM=<YOUR_PORTLANDMAPS_API_KEY_PARAM> --env PORTLANDMAPS_CACHE_TTL_MS=<YOUR_PORTLANDMAPS_CACHE_TTL_MS> -- npx -y portlandmaps-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.