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
| Field | Type | Description |
|---|---|---|
| city | string | Structured component: town or city, e.g. "London". Matches the containing city as well as |
| country | string | Structured component: ISO 3166-1 alpha-2 code or country name — "GB", "gb", "United Kingdo |
| focus | string | Optional location bias: results near this point rank higher. |
| housenumber | string | Structured component: house number, e.g. "10" or "221B". Only meaningful alongside `street |
| lang | string | Language of the place names to match and return, as a two-letter code. Defaults to "en", w |
| limit | integer | Maximum number of results (1–50, default 10). |
| postcode | string | Structured component: postcode in any spacing or case — "SW1A 2AA" and "sw1a2aa" are one q |
| query | string | Free-text place query, e.g. "Dover ferry terminal". Required unless at least one structure |
| street | string | Structured 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.