capabilities
C
capabilities
/location_us_geographies

Get US Census geographies for coordinates (state to ZCTA)

Return the US Census Bureau geographies containing a latitude/longitude — state, county, census tract, block group, census block, incorporated place, congressio

liveunknown~5s typical
mcpcapabilities
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-eckari-capabilities /location_us_geographies for me.

Input

FieldTypeDescription
lat*numberLatitude in decimal degrees (WGS 84), e.g. 38.8977.
lon*numberLongitude in decimal degrees (WGS 84), negative in the western hemisphere, e.g. -77.0365.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-eckari-capabilities","endpoint":"/location_us_geographies","input":{"lat":1,"lon":1}}'
cli
npx cracked-ai run -p mcp-com-eckari-capabilities -e /location_us_geographies -i '{"lat":1,"lon":1}'
mcp
run_tool({ provider: "mcp-com-eckari-capabilities", endpoint: "/location_us_geographies", input: {"lat":1,"lon":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.