parcelpump
Sign in

Display

parcelpump.dev — open parcel-data infrastructure

MCP install

parcelpump speaks Model Context Protocol — drop the snippet below into your Claude Code or Claude Desktop config and your model can search, fetch, and analyze parcel data natively.

▼ YOUR API KEY

Paste a parcelpump api key (starts with ppk_). Issued via /dashboard/keys. Your key never leaves your browser — the snippet is built client-side.

~/.claude/mcp.json (or via `claude mcp add` interactively)
{
  "mcpServers": {
    "parcelpump": {
      "command": "npx",
      "args": [
        "-y",
        "@parcelpump/mcp-server@latest"
      ],
      "env": {
        "PARCELPUMP_API_KEY": "ppk_<paste your key>",
        "PARCELPUMP_API_URL": "https://api.parcelpump.io"
      }
    }
  }
}

paste into ~/.claude/mcp.json (merge with your existing servers) — restart Claude Code or run claude /mcp to verify.

What you can ask

  • parcelpump_search — fuzzy lookup by owner / address / parcel ID, optionally biased to a state or coordinate.
  • parcelpump_get — full parcel record by {source, id}.
  • parcelpump_get_or_load — return the cached record OR fire a live scrape if stale.
  • parcelpump_get_findings — review-engine output (data quality flags, anomalies).
  • parcelpump_list_sources — wired counties + cadence + last refresh.