MapMap
M
MapMap
/geocode

geocode

Turn a place (address, POI, town) into coordinates. Ask two ways, and they combine: `query` is free text — one run-together string, the way a person types into

liveverifiedunknown~5s typical
mcpprobedmapmap
$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-ai-mapmap-mapmap /geocode for me.

Input

FieldTypeDescription
citystringStructured component: town or city, e.g. "London". Matches the containing city as well as
countrystringStructured component: ISO 3166-1 alpha-2 code or country name — "GB", "gb", "United Kingdo
focusstringOptional location bias: results near this point rank higher.
housenumberstringStructured component: house number, e.g. "10" or "221B". Only meaningful alongside `street
langstringLanguage of the place names to match and return, as a two-letter code. Defaults to "en", w
limitintegerMaximum number of results (1–50, default 10).
postcodestringStructured component: postcode in any spacing or case — "SW1A 2AA" and "sw1a2aa" are one q
querystringFree-text place query, e.g. "Dover ferry terminal". Required unless at least one structure
streetstringStructured component: street name, e.g. "Downing Street". Matches the street of addresses

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-ai-mapmap-mapmap","endpoint":"/geocode","input":{}}'
cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /geocode -i '{}'
mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/geocode", input: {} })

Try it

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