MapMap
M
MapMap
/geo_bearing

geo bearing

Initial bearing from one coordinate to another, in degrees clockwise from true north (0-360). This is the bearing at the START of the geodesic; over long distan

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_bearing for me.

Input

FieldTypeDescription
from*stringStart coordinate.
to*stringEnd 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_bearing","input":{"from":"...","to":"..."}}'
cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /geo_bearing -i '{"from":"...","to":"..."}'
mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/geo_bearing", input: {"from":"...","to":"..."} })

Try it

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