Connects Claude to the UN Statistics Division's SDG Indicators API, giving you programmatic access to official development goal metrics tracked across 193 countries. The source doesn't list specific tools, but it's part of Pipeworx's gateway approach where you use ask_pipeworx() to query in plain English rather than calling structured endpoints. You'd reach for this when you need authoritative data on poverty rates, education access, climate indicators, or any of the 17 UN development goals for research, reporting, or policy analysis. Works via streamable HTTP, so no local installation required.
UN Sustainable Development Goals (SDG) Indicators MCP — UN Statistics Division.
Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"un-sdg": {
"url": "https://gateway.pipeworx.io/un-sdg/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 250+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Un Sdg data" })
The gateway picks the right tool and fills the arguments automatically.
MIT