DaedalMap Administrative Boundaries (loc_id to polygon)
DA
DaedalMap Administrative Boundaries (loc_id to polygon)
/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
mcpprobeddaedalmapadministrativeboundaries
$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-boundaries /get_geometry for me.

Input

FieldTypeDescription
loc_idstringDaedalMap loc_id, such as USA-CA-037, USA-Z-00601, USA-NWSFZ-AKZ317, EEZ-USA, or IHO1953-2
loc_idsarrayDaedalMap loc_ids to fetch in one call. Default public cap is deployment-configurable and
include_polygonbooleanWhen true, include the full GeoJSON geometry. Default false.
batch_idstringOptional caller-supplied batch id for tracing.
request_idstringOptional 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-boundaries","endpoint":"/get_geometry","input":{}}'
cli
npx cracked-ai run -p mcp-com-daedalmap-boundaries -e /get_geometry -i '{}'
mcp
run_tool({ provider: "mcp-com-daedalmap-boundaries", endpoint: "/get_geometry", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.