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
| Field | Type | Description |
|---|---|---|
| loc_id | string | Single loc_id to package. |
| loc_ids | array | Explicit loc_ids to package. |
| scope | object | |
| format | string (geojson | geojson_gzip | zip) | Implemented delivery format. Unsupported format names are rejected rather than silently re |
| output_name | string | Optional safe base filename for the export. |
| include_polygon | boolean | Estimate full shapes when true; metadata-only when false. |
| 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-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.