DG
DaedalMap Geographic Data Intelligence
/convert_reference
Convert Geographic Reference
Free geography utility. Converts one reference, or a bounded list of references, from one geographic reference system into another by resolving through DaedalMa
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 /convert_reference for me.
Input
| Field | Type | Description |
|---|---|---|
| from_system | string | Input reference system, such as zip, overlay_zcta, nws_fire, tribal, admin_boundary, or lo |
| value | string | Identifier or name in the input system. |
| to_system | string | Output reference system, such as loc_id, zcta, nws_fire, overlay_nws_public_zone, overlay_ |
| items | array | Reference conversions to run in one call. Default public cap is deployment-configurable. |
| iso3 | string | Country hint for crosswalk artifacts. Default USA. |
| target_admin_level | string | Admin level used as the intermediate crosswalk target. Default admin_2. |
| relationship_vintage | string | Optional source relationship vintage to require. |
| min_share | number | Optional minimum overlap share threshold. |
| limit | integer | Maximum ranked output references to return. Default 10. |
| 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":"/convert_reference","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /convert_reference -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/convert_reference", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.