M
MapMap
/elevation
elevation
Sample terrain elevation. Provide `points` (a bare list of coordinates) for point elevation, or `encoded_polyline` (optionally with `resample_distance_m`) for a
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 /elevation for me.
Input
| Field | Type | Description |
|---|---|---|
| encoded_polyline | string | A route as a Google encoded polyline with six digits of precision. Provide this or `points |
| points | array | Points to sample. Provide this or `encoded_polyline`, not both. |
| resample_distance_m | number | Resamples `encoded_polyline` at this spacing in metres before sampling height (ignored for |
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":"/elevation","input":{}}'cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /elevation -i '{}'mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/elevation", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.