current_market_rates
Pack: sarb-za · Endpoint: https://gateway.pipeworx.io/sarb-za/mcp
Current South African money-market rates: SARB Policy Rate, Sabor, Zaronia. Each item includes a TimeseriesCode usable with the timeseries tool. No arguments.
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":"current_market_rates","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.