MapMap
M
MapMap
/geo_destination

geo destination

The coordinate reached by travelling `distance_m` metres from `from` on `bearing_deg` (degrees clockwise from true north). The inverse of `geo_distance` + `geo_

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 /geo_destination for me.

Input

FieldTypeDescription
bearing_deg*numberBearing in degrees clockwise from true north.
distance_m*numberDistance to travel in metres.
from*stringStarting coordinate.

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

Try it

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