DG
DaedalMap Geographic Data Intelligence
/resolve_reference
Resolve Reference to loc_id
Free geography utility. Converts one value, or a bounded list of values, from an external or adjacent geographic reference system into the DaedalMap loc_id univ
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 /resolve_reference for me.
Input
| Field | Type | Description |
|---|---|---|
| from_system | string | Input reference system, such as loc_id, census_geoid/us_census_geoid, admin_boundary, zip, |
| value | string | Identifier or name in the input system. Examples: 00601, USA-Z-00601, AKZ317, USA-NWSFZ-AK |
| items | array | Reference values to resolve in one call. Default public cap is deployment-configurable. |
| iso3 | string | Country hint for system-specific crosswalks. Default USA. |
| target_admin_level | string | Admin target level for crosswalk-backed resolution. Default admin_2. Accepts admin_0..admi |
| relationship_vintage | string | Optional relationship vintage to require, such as usa_geometry_current or census_2020_rela |
| min_share | number | Optional minimum area-share threshold for overlap matches. |
| limit | integer | Maximum ranked matches to return. Default 10. |
| country_hint | string | Optional country hint for admin/name resolution. |
| admin_level_hint | integer | Optional admin-level hint for admin/name resolution. |
| as_of | string | ISO date or year used to select a time-bounded identity assertion, especially for historic |
| 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":"/resolve_reference","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /resolve_reference -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/resolve_reference", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.