DaedalMap UN Sustainable Development Goals MCP server
UN Sustainable Development Goal indicators for all 17 goals, curated by country and year. Free.
2 stars
Reviews
Write oneNobody has reviewed DaedalMap UN Sustainable Development Goals yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
DaedalMap UN Sustainable Development Goals tools (4)
write = sends, deletes, buys or postsget_catalogFreeDiscover data packs or geometry families progressively: lite selection, full metric/query inventory, or a raw catalog download URL. Choose one result and call get_pack next. Current catalog: The same geography tools work worldwide across a cataloged baseline of 252 geographic entities, reaching up to Admin 2. Where additional country releases are available, the same calls automatically return deeper administrative tiers or maintained reference families. Additional detail is currently available for Australia, Brazil, Canada, France, Germany, Mexico, United Kingdom, United States.
get_dataFreeRetrieve rows from one selected published data pack using exact metrics, loc_id-based region filters, time/metric filters, sorting, and a row limit. Disaster event rows include stable event_id values for get_event drill-down. A parent administrative loc_id selects matching descendant rows at the pack's published grain. Call get_pack first; geometry families use their focused next-step tools.
get_packFreeInspect one selected data pack or geometry family progressively: lite starter contract, full MCP query metadata, or a raw metadata download URL. Use its next_step to retrieve data or call the preferred geometry tool.
get_tool_helpFreeDescribe one tool visible on this facade, including its exact contract, or return a bounded workflow overview for one supported topic.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 66ms20/20
- Tool poisoning4 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
What the publisher says
From the DaedalMap UN Sustainable Development Goals repository's README, as published. We do not edit it. Read it on GitHub
DaedalMap
Bring your data. Connect its geography.
DaedalMap is geographic interoperability infrastructure: a loc_id identity model, versioned boundary geometry, published crosswalks between geography systems, and maintained data packs. Resolve coordinates and reference codes to administrative matches, pull compatible shapes and data, and follow crosswalks into other systems such as census tracts, postal areas, watersheds, and electoral districts.
Use it through a remote MCP server, an HTTP API, a map app, downloadable files, or this repository, which is the open runtime behind all of them.
Website | App | Agent docs | Geometry | Data packs | Downloads | Convert a file | llms.txt
Connect an agent
The hosted MCP server needs no install or account for discovery:
https://app.daedalmap.com/mcpClaude Code:
claude mcp add --transport http daedalmap https://app.daedalmap.com/mcpCodex:
codex mcp add daedalmap --url https://app.daedalmap.com/mcpAny client that supports streamable HTTP MCP can use the same URL. Start with gettoolhelp with topic='geometry' for geography jobs, or getcatalog, then getpack, then get_data for data. Setup for other clients is in the agent docs.
Discovery and small geography lookups are free. Larger point/reference batches and some data packs are metered, and paid calls return an x402 payment challenge before any charge. get_catalog reports the access lane for each pack.
Tools
Each tool takes strict JSON arguments. The calling model turns a user's question into those arguments, and the server returns typed errors with recovery guidance when a call is malformed.
This table is the complete public roster, not a roadmap. Bulk export/job builders and direct upstream live-feed wrappers remain internal or paused and are intentionally absent from tools/list.
The loc_id model
loc_id is DaedalMap's geographic identity model. The administrative spine is the main hierarchy and default join path:
USA country
USA-CA state
USA-CA-037 county
USA-CA-037-221710 census tractOther geography families, such as postal areas, watersheds, tribal areas, and marine regions, keep their own loc_id identities. Published crosswalks connect them to the spine and to each other, and each crosswalk row carries its relationship type, overlap weight, source, and vintage. A direct join works when both datasets declare the same identity; otherwise the connection runs through a crosswalk.
Schema details are in docs/DATA_SCHEMAS.md.
Coverage
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http un_sdg https://app.daedalmap.com/mcp/un_sdg
DaedalMap UN Sustainable Development Goals: common questions
- Is DaedalMap UN Sustainable Development Goals MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the DaedalMap UN Sustainable Development Goals safety report
- How do I install DaedalMap UN Sustainable Development Goals?
- It runs remotely at app.daedalmap.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does DaedalMap UN Sustainable Development Goals need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is DaedalMap UN Sustainable Development Goals maintained?
- The last commit was 3 days ago (2026-09-24). The latest release is v1.0.3.
- Is DaedalMap UN Sustainable Development Goals up?
- 46% of our last 28 checks got an answer. We check remote servers about four times a day.