list_goals
Pack: un-sdg · Endpoint: https://gateway.pipeworx.io/un-sdg/mcp
List the 17 UN Sustainable Development Goals (code, title, description). Optionally drill into one goal to get its targets and indicators.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
goal | string | no | Optional goal code 1-17. If set, returns that goal with its nested targets and indicators; otherwise returns all 17 goals. |
Example call
curl -X POST https://gateway.pipeworx.io/un-sdg/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_goals","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"un-sdg": {
"url": "https://gateway.pipeworx.io/un-sdg/mcp"
}
}
}
See Getting Started for client-specific install steps.