M
MapMap
/geo_point_in_polygon
geo point in polygon
Whether a coordinate lies inside a polygon: delivery zones, catchments, congestion or clean-air zones, site boundaries. Provide `point` {lat, lon} and `polygon`
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_point_in_polygon for me.
Input
| Field | Type | Description |
|---|---|---|
| point* | string | The coordinate to test. |
| polygon* | array | The polygon's outer ring, 3 or more coordinates. Closed automatically if the last point do |
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_point_in_polygon","input":{"point":"...","polygon":[]}}'cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /geo_point_in_polygon -i '{"point":"...","polygon":[]}'mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/geo_point_in_polygon", input: {"point":"...","polygon":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.