MapMap
M
MapMap
/geo_length

geo length

Total length in metres of a polyline through 2+ coordinates, summed geodesically. This measures the line you supply, NOT a driven route — use `route` for that.

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

Input

FieldTypeDescription
points*arrayThe coordinates to consider.

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

Try it

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