Odel
mcp atlas

mcp atlas

Local
@leoyrh1TypeScriptMITUpdated 3 days ago

Query 155 verified US county parcel ArcGIS REST endpoints for owner/APN lookup. No API key needed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@urbankitstudio/mcp-atlasv0.1.5

Run

npx -y @urbankitstudio/mcp-atlas

MCP client config

{
  "mcpServers": {
    "mcp-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@urbankitstudio/mcp-atlas"
      ]
    }
  }
}