DG
DaedalMap Geographic Data Intelligence
/get_geometry
Get loc_id Geometry
Shape retrieval for exact loc_ids, including loc_ids from any level of a resolve_point chain. Returns geometry metadata, vintage, centroid, bounding box, and op
liveverifiedunknown~5s typical
mcpprobeddaedalmapgeographicdata
$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-com-daedalmap-county-map /get_geometry for me.
Input
| Field | Type | Description |
|---|---|---|
| loc_id | string | DaedalMap loc_id, such as USA-CA-037, USA-Z-00601, USA-NWSFZ-AKZ317, EEZ-USA, or IHO1953-2 |
| loc_ids | array | DaedalMap loc_ids to fetch in one call. Default public cap is deployment-configurable and |
| include_polygon | boolean | When true, include the full GeoJSON geometry. Default false. |
| batch_id | string | Optional caller-supplied batch id for tracing. |
| request_id | string | Optional caller-supplied request id for tracing. |
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-com-daedalmap-county-map","endpoint":"/get_geometry","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /get_geometry -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/get_geometry", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.