list_series

Pack: un-sdg · Endpoint: https://gateway.pipeworx.io/un-sdg/mcp

Flat list of all SDG data series (series code + description + goal/target/indicator it belongs to). Series codes are what you pass to get_series_data. Use this when you want the raw series list rather than the indicator-nested view from list_indicators.

Example call

Arguments

{}

curl

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_series","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('list_series', {});

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.

Regenerated from source · build August 31, 2026