Query verified US county parcel ArcGIS REST endpoints for owner/APN lookup. No API key needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Query 155 verified US county parcel ArcGIS REST endpoints for owner, APN, and address lookup via the Model Context Protocol (MCP).
An MCP server that gives AI assistants direct access to UrbanKit Studio's atlas of manually verified county parcel GIS services. Ask Claude or Cursor to find the ArcGIS REST endpoint for any covered county, get the exact owner-search query URL, and look up parcel data β without needing to know anything about ArcGIS REST API conventions.
Coverage: 155 counties across all 50 US states.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .cursor/mcp.json in your project root (or ~/.cursor/mcp.json globally):
Then use mcp-atlas as the command instead of npx -y @urbankitstudio/mcp-atlas.
list_countiesLists all counties with a verified parcel REST endpoint.
| Parameter | Type | Required | Description |
|---|---|---|---|
state | string | No | Two-letter abbreviation (IL) or full name (Illinois) |
Example prompt: "List all covered counties in Illinois"
Example output:
find_countyFuzzy-matches a county by name or 5-digit FIPS code. Returns endpoint URLs, searchable field names, owner field, sample query, and license info.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | County name (Kane), name+state (Kane IL), or FIPS (17089) |
Example prompt: "Find the parcel endpoint for Kane County Illinois"
get_parcel_endpointReturns the full ArcGIS REST URL, layer index, searchable fields, owner field, and a ready sample ?where=β¦&f=json query for a specific county.
| Parameter | Type | Required | Description |
|---|---|---|---|
state | string | Yes | Two-letter abbreviation or full name |
county | string | Yes | County name (Kane or Kane County) |
Example prompt: "Give me the ArcGIS REST endpoint for Cook County Illinois"
build_owner_queryConstructs the exact ArcGIS REST query URL using the county's verified owner/taxpayer field. Uses UPPER(field) LIKE UPPER('%NAME%') β case-insensitive partial match.
| Parameter | Type | Required | Description |
|---|---|---|---|
state | string | Yes | Two-letter abbreviation or full name |
county | string | Yes | County name |
owner_name | string | Yes | Owner/taxpayer name (partial match) |
Example prompt: "Build an ArcGIS query for properties owned by 'Smith' in Kane County IL"
Example output:
User: I'm doing due diligence on properties in Kane County, Illinois. Can you find all parcels owned by "Blackstone"?
Claude (using mcp-atlas):
- Calls
get_parcel_endpointβ gets thegistech.countyofkane.orgURL and confirms the owner field isTaxName- Calls
build_owner_querywithowner_name=Blackstoneβ returns a ready fetch URL- Optionally fetches the URL and formats the parcel results
The atlas is maintained by UrbanKit Studio. All endpoints are manually verified. Counties with an owner/taxpayer field support full name-based lookups; PIN-only counties support APN/parcel-number queries.
Full coverage map: https://urbankitstudio.com/parcel-atlas
Atlas data is embedded in the package (no network calls at startup). The underlying @urbankitstudio/atlas SDK is also published separately for programmatic use.
MIT β Β© Leo Yong / UrbanKit Studio
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-atlas)<a href="https://allmcps.com/mcp/mcp-atlas"><img src="https://allmcps.com/api/badge/mcp-atlas?style=directory" alt="Mcp Atlas on AllMCPs" /></a>