← Registry

Databases

urbankitstudio.com

Provides a geospatial atlas for querying U.S. parcel and county information by address or identifier.

1 endpoint8 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://urbankitstudio.com/api/mcp

No auth detected

MCP server metadata

Name
urbankit-atlas
Version
0.3.0
Capabilities
tools
Server instructions

UrbanKit Studio MCP server. Six public tools query the parcel atlas (155 indexed U.S. counties across 50 states) and U.S. Census Geocoder without a key. With an API key, enrich_address performs a single-address owner lookup, and radius_owners (paid plans; bills one unit per parcel row returned — preview with count_only) returns parcel and available owner-mailing data for a radius. All responses are JSON-encoded text.

Known tools 8

find_parcel_by_address

Resolve a U.S.

Inferred read-only
geocode_address

Resolve a U.S.

Inferred read-only
list_indexed_states

List the U.S.

Inferred read-only
list_counties_in_state

List the counties indexed in the UrbanKit atlas for a given state.

Inferred read-only
find_county_by_fips

Look up a county in the UrbanKit atlas by its 5-digit FIPS code (state 2-digit + county 3-digit, e.g.

Inferred read-only
get_county_endpoint

Get the full county record for one specific county in the UrbanKit atlas, addressed by state slug + county slug.

Inferred read-only
enrich_address

Resolve one US street address to its parcel and return the owner of record, parcel id (APN), and owner mailing address.

Inferred read-only
radius_owners

Return parcel rows within a radius of a US street address — the auto-county half of the public-notice radius tool (parcel id and site/mailing address, plus owner of record when that row exposes one).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.urbankit-atlas]
url = "https://urbankitstudio.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "urbankit-atlas": {
      "type": "http",
      "url": "https://urbankitstudio.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: urbankit-atlas
Remote MCP URL: https://urbankitstudio.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "urbankit-atlas": {
      "url": "https://urbankitstudio.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "urbankit-atlas": {
      "type": "http",
      "url": "https://urbankitstudio.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "urbankit-atlas",
  "transport": "streamable-http",
  "url": "https://urbankitstudio.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.