DaedalMap Geographic Data Intelligence
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

FieldTypeDescription
from_systemstringInput reference system, such as loc_id, census_geoid/us_census_geoid, admin_boundary, zip,
valuestringIdentifier or name in the input system. Examples: 00601, USA-Z-00601, AKZ317, USA-NWSFZ-AK
itemsarrayReference values to resolve in one call. Default public cap is deployment-configurable.
iso3stringCountry hint for system-specific crosswalks. Default USA.
target_admin_levelstringAdmin target level for crosswalk-backed resolution. Default admin_2. Accepts admin_0..admi
relationship_vintagestringOptional relationship vintage to require, such as usa_geometry_current or census_2020_rela
min_sharenumberOptional minimum area-share threshold for overlap matches.
limitintegerMaximum ranked matches to return. Default 10.
country_hintstringOptional country hint for admin/name resolution.
admin_level_hintintegerOptional admin-level hint for admin/name resolution.
as_ofstringISO date or year used to select a time-bounded identity assertion, especially for historic
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-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.