Databases
urbankitstudio.com
Provides a geospatial atlas for querying U.S. parcel and county information by address or identifier.
ENDPOINT 1
https://urbankitstudio.com/api/mcp
MCP server metadata
- Name
- urbankit-atlas
- Version
- 0.3.0
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
list_counties_in_stateList the counties indexed in the UrbanKit atlas for a given state.
Inferred read-onlyfind_county_by_fipsLook up a county in the UrbanKit atlas by its 5-digit FIPS code (state 2-digit + county 3-digit, e.g.
Inferred read-onlyget_county_endpointGet the full county record for one specific county in the UrbanKit atlas, addressed by state slug + county slug.
Inferred read-onlyenrich_addressResolve one US street address to its parcel and return the owner of record, parcel id (APN), and owner mailing address.
Inferred read-onlyradius_ownersReturn 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.