# DaedalMap Geocoding and Reverse Geocoding (loc_id) MCP server

Reverse geocode latitude/longitude to loc_id; resolve loc_ids to boundaries, centroids, hierarchy.

## Links
- Registry page: https://www.getdrio.com/mcp/com-daedalmap-geocoding
- Repository: https://github.com/xyver/daedal-map
- Website: https://www.daedalmap.com

## Install
- Endpoint: https://app.daedalmap.com/mcp/geography
- Auth: Not captured

## Setup notes
- Remote endpoint: https://app.daedalmap.com/mcp/geography

## Tools
- get_catalog (Get Catalog) - Free discovery. Returns the list of live agent-ready data packs available on DaedalMap. Endpoint: https://app.daedalmap.com/mcp/geography
- get_pack (Get Pack) - Free discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query. Endpoint: https://app.daedalmap.com/mcp/geography
- resolve_point (Resolve Point to loc_id) - Free geography utility (reverse geocoding). Converts a latitude/longitude into the DaedalMap loc_id administrative chain - the deepest available level plus its parents - so you can join any spatial data to the same loc_id spine the data packs use. Returns the matched country, the deepest resolved loc_id, and the full admin-level stack so you can clip to any level. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- get_boundary (Get loc_id Boundary) - Free geography utility. Returns the geographic extent of a DaedalMap loc_id: its bounding box and centroid by default, and the full boundary polygon when include_polygon is true. Use the bbox to clip or index your own grid/raster data against DaedalMap administrative areas; request the polygon only when you need the exact perimeter (it can be large). No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- loc_id_hierarchy (Get loc_id Hierarchy) - Free geography utility. Returns the administrative hierarchy around a DaedalMap loc_id: its parent and full ancestor chain up to the country, plus a summary of its children by level. Use this to walk up or down the loc_id spine and clip to any administrative level. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- loc_id_info (Get loc_id Info) - Free geography utility. Returns descriptive metadata for a DaedalMap loc_id: name, admin level, parent, centroid, bounding box, and child counts by level. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- list_reference_systems (List Geographic Reference Systems) - Free geography utility. Lists the currently exchangeable geographic reference systems in DaedalMap, including catalog-backed geometry families, bridge artifacts, row counts, vintages, target levels, and source license metadata. Call this first when you need to know whether ZIP/ZCTA, NWS zones, tribal areas, marine ids, NUTS-style regional ids, or other systems can be exchanged through loc_id. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- resolve_reference (Resolve Reference to loc_id) - Free geography utility. Converts a value from an external or adjacent geographic reference system into the DaedalMap loc_id universe. Examples: from_system='zip' value='00601'; from_system='nws_fire' value='AKZ317'; from_system='admin_boundary' value='Fairfax County'. Returns ranked loc_id matches with bridge vintage, overlap weights, and provenance where applicable. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- loc_id_references (List loc_id References) - Free geography utility. Returns known external or adjacent references for a DaedalMap loc_id, including local/geometry ids and catalog-backed side-chain overlaps such as ZCTAs, tribal areas, NWS public zones, and NWS fire weather zones. Use this when you already have a loc_id and need its equivalent or overlapping identifiers in other systems. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- convert_reference (Convert Geographic Reference) - Free geography utility. Converts one geographic reference system into another by resolving through DaedalMap loc_id: X -> loc_id -> Y. Use this for workflows like ZIP/ZCTA to NWS fire zones, NWS zone to counties, county to overlapping ZCTAs, or any future catalog-backed reference bridge. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- get_geometry (Get loc_id Geometry) - Free geography utility. Returns reusable geometry metadata for a DaedalMap loc_id: name, family, admin level, centroid, bounding box, and optional full GeoJSON polygon. Prefer bbox/centroid unless you need exact rendering or clipping. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- sidechain_to_admin (Bridge Side-Chain Geometry to Admin loc_id) - Compatibility geography utility. Prefer resolve_reference for new workflows. Converts a side-chain geometry such as a Census ZCTA, tribal area, NWS public forecast zone, or NWS fire weather zone to a target administrative level using measured polygon overlap. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography
- admin_to_sidechain (Bridge Admin loc_id to Side-Chain Geometry) - Compatibility geography utility. Prefer loc_id_references or convert_reference for new workflows. Converts a canonical administrative loc_id to overlapping side-chain shapes such as Census ZCTAs, tribal areas, NWS public forecast zones, or NWS fire weather zones using measured polygon overlap. No payment required. Endpoint: https://app.daedalmap.com/mcp/geography

## Resources
- daedalmap://guide - DaedalMap Agent Guide High-level guide to the hosted agent API surface and discovery flow. MIME type: application/json
- daedalmap://catalog - Live Pack Catalog Machine-readable list of live agent-ready packs. MIME type: application/json
- daedalmap://docs/loc-id - loc_id Guide Guide to the shared location identifier system used across packs. MIME type: text/markdown
- daedalmap://access - Access Model Current free-versus-paid split for the live hosted packs. MIME type: text/markdown
- daedalmap://pack/geography - DaedalMap Geography Tools (loc_id) Pack Detail Pack detail and quick-start metadata for the geography lane. MIME type: application/json
- daedalmap://links - Canonical Public Links Canonical public URLs for docs, MCP, and hosted API endpoints. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: com.daedalmap
- Version: 1.0.3
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 18, 2026
- Source: https://registry.modelcontextprotocol.io
