DaedalMap Administrative Boundaries (loc_id to polygon)
com.daedalmap/boundariesRetrieve loc_id boundary metadata, polygons, scopes, comparisons, and bounded exports.
Tools · 11
Free blind-caller guidance for one tool visible on this MCP facade. Returns when to use it, what it refuses, a working example, effective access limits, important outputs, provenance fields, recommend…
Free discovery. Returns the list of live agent-ready data packs available on DaedalMap.
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…
The drill-down tool for loc_ids returned by resolve_point and other geography calls. Pass one loc_id, or pass the point result's stack loc_ids together, to retrieve metadata, strict stored parentage, …
Fast shape-only preflight for one loc_id or a bounded loc_id list. Reports whether each exact identity has reusable geometry and its geometry vintage; it does not resolve points or explain identity re…
Detailed relationship tool for two geographic identities. Returns temporal validity, N-way successor context, topology, geodesic intersection area, and directional overlap shares when approved geometr…
Shape retrieval for exact loc_ids, including loc_ids from any level of a resolve_point chain. Returns geometry metadata, vintage, centroid, bounding box, and optional GeoJSON polygon. It does not expl…
Strict hierarchy traversal. Given one stored parent loc_id and target admin level, returns descendants from that coherent parent chain. This is not the mixed-vintage latest-per-depth point resolver an…
Dry-run estimate for a selected geometry export: exact loc_id count, shape/vintage availability, bytes, delivery mode, citation requirements, and charge units. This estimates an export artifact, not a…
Creates a synchronous v0 geometry export from exact loc_ids or one strict scope as real GeoJSON, gzipped GeoJSON, or zipped GeoJSON. Hosted service default: 250 selected loc_ids, sized around a 10-20 …
Retrieves a completed bounded v0 geometry export or conversion job by job_id. The current public contract creates completed inline jobs only; durable queued jobs and downloadable artifact links remain…
Resources · 6
High-level guide to the hosted agent API surface and discovery flow.
daedalmap://guide
Machine-readable list of live agent-ready packs.
daedalmap://catalog
Guide to the shared location identifier system used across packs.
daedalmap://docs/loc-id
Current free-versus-paid split for the live hosted packs.
daedalmap://access
Pack detail and quick-start metadata for the boundaries lane.
daedalmap://pack/boundaries
Canonical public URLs for docs, MCP, and hosted API endpoints.
daedalmap://links
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"daedalmap_administrative_boundaries_(loc_id_to_polygon)": {
"url": "https://app.daedalmap.com/mcp/boundaries",
"transport": "streamable-http"
}
}
}