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.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Atlas.
list_countiesBrowse coverage. Answers "is this county covered?" and "what can I search
find_countyResolves a reference you cannot state exactly. Fuzzy-matches a partial or
get_parcel_endpointThe default lookup once the county is known. Returns the full ArcGIS REST URL,
build_owner_queryThe only tool that searches for a named owner. Fills a person or company name
Query the verified parcel ArcGIS REST endpoints of 227 counties across all 50 US states (241 layers) 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: 227 counties across all 50 US states, 241 verified endpoints (atlas 0.6.5).
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.
The four tools are one pipeline, and what separates them is how precisely you can already name the county:
| You have | Use | You get |
|---|---|---|
| A state, or nothing | list_counties | Which counties are covered, and whether owner search works there. No URLs. |
| A vague, misspelled or FIPS reference | find_county | Every county that reference matches, named, each with its record |
| An exact state and county | get_parcel_endpoint | That one county's endpoint URL, layer, fields and sample query |
| A county and an owner's name | build_owner_query | A runnable URL that searches for that name |
find_county and get_parcel_endpoint return the same per-county record. They
differ in how you address the county: find_county accepts an uncertain
reference and may come back with several candidates, get_parcel_endpoint
takes an exact pair and answers about one. If you already know the county, skip
find_county.
This server never executes a query and returns no parcel records. It tells you the URL to fetch; fetching it is yours to do.
list_countiesBrowse coverage. Answers "is this county covered?" and "what can I search there?" β one line per county, with no endpoint URLs or field names.
| 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_countyResolves a reference you cannot state exactly. Fuzzy-matches a partial or misspelled name, a "County State" phrase, or a 5-digit FIPS code against every covered county, and names each county it matched so an ambiguous reference comes back as a list to choose from. Each match carries that county's record: endpoint URLs, searchable field names, owner field, sample query, license.
| 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_endpointThe default lookup once the county is known. Returns the full ArcGIS REST URL,
layer index, searchable fields, owner field, a generic sample ?where=β¦&f=json
query and the UrbanKit deep-link for one county. For a named owner, use
build_owner_query rather than editing the sample query by hand.
| 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_queryThe only tool that searches for a named owner. Fills a person or company name
into the county's verified owner/taxpayer field as
UPPER(field) LIKE UPPER('%NAME%'), a case-insensitive partial match, and
returns a URL you can fetch or open. A county that publishes no owner name is
refused here, with the reason, rather than handed a query that finds nothing.
| 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.
Socket's supply-chain scanner rates this package in the mid-70s. Clicking through shows a long alert list. Each alert, checked rather than waved away:
| Alert | Whose | What it is |
|---|---|---|
usesEval | Not ours | No eval or new Function anywhere in src/. It comes from a dependency. |
unmaintained (21) | Not ours | Transitive dependencies last published 2017β2021. |
mixedLicense | Not ours | A dependency published as BSD-3-Clause AND ISC. |
noTests | Ours, by design | files ships dist only. The suite lives in test/ and runs in CI. Shipping tests inside the tarball would be the defect. |
networkAccess, filesystemAccess, envVars, shellAccess | Ours | An MCP server talks to a client over stdio and reads its own config. A server without these could not do the job. |
unpopularPackage, noV1 | Ours | Download count and a 0.x version. Both resolve with time, neither is a code issue. |
Vulnerability and license both come back at 100, quality at 99. The number the badge shows is the supply-chain sub-score, and its single largest deduction is download count, a popularity measure wearing a security badge's clothes. Judge the list above, not the digit.
The four access alerts are what let the server read its own config and talk to a client over stdio, nothing more. It still never executes a query or returns a parcel record.
MIT β Β© 2026 UrbanKit Studio
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>