M
MapMap
/geo_centroid
geo centroid
The centroid (geometric mean position) of 1+ coordinates, e.g. to pick a depot location or centre a map. Local computation: no network call, no quota.
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_centroid for me.
Input
| Field | Type | Description |
|---|---|---|
| points* | array | The 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_centroid","input":{"points":[]}}'cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /geo_centroid -i '{"points":[]}'mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/geo_centroid", input: {"points":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.