timeseries

Pack: sarb-za · Endpoint: https://gateway.pipeworx.io/sarb-za/mcp

Historical observation series for a single SARB indicator, identified by its TimeseriesCode (obtain codes from home_rates, current_market_rates, cpd_rates or exchange_rates). Examples: “MMRD002A” (SARB Policy Rate), “MMRD000A” (prime lending rate), “EXCX135D” (Rand per US Dollar), “CPI1000F” (CPI). Optionally bound the range with start_date and end_date (YYYY-MM-DD); omit both for the full available history. An unknown code returns an empty list.

Parameters

NameTypeRequiredDescription
codestringyesSARB TimeseriesCode, e.g. “MMRD002A”, “EXCX135D”, “CPI1000F”.
start_datestringnoRange start, YYYY-MM-DD (optional). Requires end_date.
end_datestringnoRange end, YYYY-MM-DD (optional). Requires start_date.

Example call

curl -X POST https://gateway.pipeworx.io/sarb-za/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"timeseries","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "sarb-za": {
      "url": "https://gateway.pipeworx.io/sarb-za/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026