DG
DaedalMap Geographic Data Intelligence
/resolve_point
Resolve Point to loc_id
Compact reverse geocoding. Converts one WGS84 point, or a bounded point list, into the latest-available administrative loc_id chain. Each chain row is intention
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_point for me.
Input
| Field | Type | Description |
|---|---|---|
| lat | number | Latitude in WGS84 decimal degrees. |
| lon | number | Longitude in WGS84 decimal degrees. |
| points | array | Points to resolve. Up to 25 may be exploratory. Above 25, country_scope and target_admin_l |
| target_admin_level | string | Stopping level such as admin_0 through admin_5. Optional for up to 100 exploratory points |
| country_scope | string | ISO3/admin_0 loc_id scope such as USA or CAN. Optional for up to 100 exploratory points an |
| country_hint | string | Alias for country_scope for clients that already use hint terminology. |
| bulk_preset | string (global_admin_0 | global_admin_1) | Cross-country fast path that fixes the result level to admin_0 or admin_1. Use instead of |
| batch_id | string | Optional caller-supplied batch id echoed in the result. |
| 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_point","input":{}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /resolve_point -i '{}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/resolve_point", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.