API Tools
close.city
Provides APIs for location lookups, walkability summaries, nearby points of interest, and isochrone generation.
ENDPOINT 1
https://mcp.close.city/mcp
MCP server metadata
- Name
- close-api
- Version
- 1.0.0
Tools for walkability analysis over the Close travel-time database. Start with find_place. Metered tools charge tokens; pass a ck_ key as the Authorization bearer, or use request_sign_in / redeem_code to get the user a free key.
Known tools 10
get_catalogList the travel modes and the destination-type taxonomy (free, no key).
Inferred read-onlywalkability_summaryFastest travel time from a location to each destination category, by mode (metered: 1 token per returned row).
Inferred read-onlynearby_poisNearby points of interest and the travel time to each, from a location (metered: 1 token per returned row).
Inferred read-onlyisochroneThe area reachable from a location within a time budget, as GeoJSON contours (metered: 10 tokens per contour).
Inferred read-onlyblocks_in_areaPer-block travel times for every census block in an area (metered: 1 token per returned row).
Inferred read-onlyget_token_balanceCheck the token balance of the API key in use, without spending any tokens.
Inferred read-onlyredeem_codeComplete sign-up with the six-digit code the user received, and return a new API key (shown once).
Inferred read-onlyjoin_close_plusGet a Stripe Checkout URL for the Close+ membership ($10/month: 5,000 API tokens granted monthly plus member features on the close.
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.close-api]
url = "https://mcp.close.city/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"close-api": {
"type": "http",
"url": "https://mcp.close.city/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: close-api
Remote MCP URL: https://mcp.close.city/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": {
"close-api": {
"url": "https://mcp.close.city/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"close-api": {
"type": "http",
"url": "https://mcp.close.city/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "close-api",
"transport": "streamable-http",
"url": "https://mcp.close.city/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for close.city was fetched 2026-08-25T22:11:57.600Z.
close.city is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.