Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Close API

REMOTE · MCP.CLOSE.CITY · SCANNED AUG 3

Walk, bike, and transit travel times from every US census block to nearby amenities.

Available components

+2 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1260 tokens (~126/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 73% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.close.city

# add to Claude Code
claude mcp add --transport http city-close-close-api https://mcp.close.city/mcp
# ~/.codex/config.toml
[mcp_servers.city-close-close-api]
url = "https://mcp.close.city/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "city-close-close-api": {
      "type": "remote",
      "url": "https://mcp.close.city/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add city-close-close-api --url https://mcp.close.city/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  city-close-close-api:
    url: "https://mcp.close.city/mcp"
// mcp.json
{
  "mcpServers": {
    "city-close-close-api": {
      "type": "http",
      "url": "https://mcp.close.city/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.close.city/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=close.city CN=WE1,O=Google Trust Services,C=US 22 Jul 2026 20 Oct 2026 ECDSA 256 ECDSA-SHA256 55d0eedaf7574d2135fd0beb6906c17
SANs: close.city, mcp.close.city, *.mcp.close.city
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.close.city. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
city. present 32800 8 Verified
close.city. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.close.city/mcp Verified 200
http (plaintext) http://mcp.close.city/mcp HTTPS enforced 301 https://mcp.close.city/mcp
MCP tools — 10 exposed · ~1,208 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
blocks_in_area ~163

Per-block travel times for every census block in an area (metered: 1 token per returned row). Give place_geoid (from find_place) for a whole city, or center {lat, lon} + radius_m. Rows carry a numeric mode_id.

NameTypeReqDescription
latnumberCircle centre latitude (with lon + radius_m).
limitintegerMax rows (first page).
lonnumberCircle centre longitude.
modestringwalk, bike, or transit.
place_geoidstringCensus place GEOID (a whole city/town).
radius_mnumberCircle radius in metres (<=28000).
typeintegerDestination type id (see get_catalog).

No output schema declared.

No examples provided.

find_place ~91

Look up a US city or town by name (free, no key). Returns matches with their census place GEOID and centre point (lon/lat). The entry point: feed a GEOID to blocks_in_area, or a centre to walkability_summary.

NameTypeReqDescription
limitintegerMax matches (1-20).
querystringyesCity or town name, e.g. 'Providence'.

No output schema declared.

No examples provided.

get_catalog ~52

List the travel modes and the destination-type taxonomy (free, no key). Use it to resolve type names to the numeric ids the other tools take. Modes are walk, bike, transit — there is no drive mode.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_token_balance ~38

Check the token balance of the API key in use, without spending any tokens. Works even at a zero balance. Requires the Authorization bearer key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

isochrone ~151

The area reachable from a location within a time budget, as GeoJSON contours (metered: 10 tokens per contour). Give block_geoid or lat+lon. Defaults to a single 30-minute contour; ask for more only when needed (bodies can be large).

NameTypeReqDescription
block_geoidstring
contoursarrayUp to four ascending thresholds, instead of minutes.
directionstring'from' the origin (default) or 'to' it.
latnumber
lonnumber
minutesintegerA single threshold (1-60).
modestringwalk, bike, or transit.

No output schema declared.

No examples provided.

join_close_plus ~97

Get a Stripe Checkout URL for the Close+ membership ($10/month: 5,000 API tokens granted monthly plus member features on the close.city map). The user pays in their own browser: give them the returned URL and stop. Needs a fresh six-digit code from request_sign_in, read by the user from their own inbox.

NameTypeReqDescription
codestringyesThe six-digit code from the email.
emailstringyes

No output schema declared.

No examples provided.

nearby_pois ~243

Nearby points of interest and the travel time to each, from a location (metered: 1 token per returned row). One origin: block_geoid or lat+lon; keep limit small to control spend and context size. Many origins (up to 250): block_geoids or points — one batch call and one rate-limit request, rows tagged by origin, no limit/pagination, so filter with type/mode/max_minutes. Batching saves requests and context, not tokens: it still charges per row. A non-empty truncated (+ truncated_reason) means the balance or row budget cut the batch short.

NameTypeReqDescription
block_geoidstring
block_geoidsarrayMany block GEOIDs — one batch call.
latnumber
limitintegerMax rows (first page).
lonnumber
max_minutesintegerUpper bound on travel time (<=30).
modestringwalk, bike, or transit.
pointsarrayMany lat/lon points — one batch call.
typeintegerDestination type id (see get_catalog).

No output schema declared.

No examples provided.

redeem_code ~92

Complete sign-up with the six-digit code the user received, and return a new API key (shown once). Call request_sign_in first. The key grants 5,000 free tokens; store it and pass it as the Authorization bearer on future calls.

NameTypeReqDescription
codestringyesThe six-digit code from the email.
emailstringyes
labelstringOptional label for the key.

No output schema declared.

No examples provided.

request_sign_in ~77

Start free sign-up for the user: email them a six-digit code. The user must read the code from their own inbox and give it to you, then call redeem_code. This is how an agent gets the user an API key (5,000 free tokens, no card).

NameTypeReqDescription
emailstringyesThe user's email address.

No output schema declared.

No examples provided.

walkability_summary ~204

Fastest travel time from a location to each destination category, by mode (metered: 1 token per returned row). One origin: block_geoid or lat+lon. Many origins (up to 250): block_geoids or points — one batch call and one rate-limit request, with rows tagged by origin. Batching saves requests and context, not tokens: it still charges per row. A non-empty truncated (+ truncated_reason) means the balance or row budget cut the batch short. A missing category means it is not reachable within 30 minutes.

NameTypeReqDescription
block_geoidstring15-digit census block GEOID.
block_geoidsarrayMany block GEOIDs — one batch call.
latnumber
lonnumber
modestringwalk, bike, or transit. Omit for all three.
pointsarrayMany lat/lon points — one batch call.

No output schema declared.

No examples provided.