DaedalMap Administrative Boundaries (loc_id to polygon)
DA
DaedalMap Administrative Boundaries (loc_id to polygon)
/estimate_geometry_package

Estimate Geometry Package

Dry-run estimate for a selected geometry export: exact loc_id count, shape/vintage availability, bytes, delivery mode, citation requirements, and charge units.

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 /estimate_geometry_package for me.

Input

FieldTypeDescription
loc_idstringSingle loc_id to package.
loc_idsarrayExplicit loc_ids to package.
scopeobject
formatstring (geojson | geojson_gzip | zip)Implemented delivery format. Unsupported format names are rejected rather than silently re
output_namestringOptional safe base filename for the export.
include_polygonbooleanEstimate full shapes when true; metadata-only when false.
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":"/estimate_geometry_package","input":{}}'
cli
npx cracked-ai run -p mcp-com-daedalmap-boundaries -e /estimate_geometry_package -i '{}'
mcp
run_tool({ provider: "mcp-com-daedalmap-boundaries", endpoint: "/estimate_geometry_package", input: {} })

Try it

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