PluginBench
MCP Server

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PORTLANDMAPS_API_KEY
    required
    secret

    PortlandMaps API key. Required for the /api/* tools; without it those endpoints return error payloads.

  • PORTLANDMAPS_API_KEY_PARAM

    Query-parameter name to send the API key as. Defaults to 'api_key'.

  • PORTLANDMAPS_CACHE_TTL_MS

    In-memory response cache TTL in milliseconds. Defaults to 3600000 (one hour).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →