INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://urbankitstudio.com/api/mcp
Connect to this endpoint to inspect the live schema for radius_owners and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
find_parcel_by_address— Resolve a U.S.geocode_address— Resolve a U.S.list_indexed_states— List the U.S.list_counties_in_state— List the counties indexed in the UrbanKit atlas for a given state.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.get_county_endpoint— Get the full county record for one specific county in the UrbanKit atlas, addressed by state slug + county slug.enrich_address— Resolve one US street address to its parcel and return the owner of record, parcel id (APN), and owner mailing address.