cpd_rates
Pack: sarb-za · Endpoint: https://gateway.pipeworx.io/sarb-za/mcp
Current Corporation for Public Deposits (CPD) interest rates: interest charged and interest earned. Each item includes a TimeseriesCode usable with the timeseries tool. No arguments.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
frequency | string | no | Ignored; reserved. Always returns current CPD rates. |
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":"cpd_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.