M
MapMap
/geo_simplify
geo simplify
Reduce the number of coordinates in a polyline while keeping its shape (Douglas-Peucker). `tolerance_deg` is in DEGREES, not metres: about 0.0001 drops detail f
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_simplify for me.
Input
| Field | Type | Description |
|---|---|---|
| points* | array | The polyline's coordinates, 2 or more. |
| tolerance_deg* | number | Douglas-Peucker tolerance in **degrees**, not metres. Around 0.0001 drops detail finer tha |
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_simplify","input":{"points":[],"tolerance_deg":1}}'cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /geo_simplify -i '{"points":[],"tolerance_deg":1}'mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/geo_simplify", input: {"points":[],"tolerance_deg":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.