Connects Claude to the South African Reserve Bank's public data APIs without requiring authentication. Part of the Pipeworx gateway, which routes requests to 250+ data sources through a single endpoint. You can query SARB data directly through exposed tools or use the ask_pipeworx natural language interface to have the gateway select and invoke the right API calls automatically. Useful when you need South African monetary policy data, exchange rates, or central bank statistics in your AI workflows. The streamable HTTP transport means it works with any MCP client that supports remote servers. The source repo doesn't list specific tools, but it's MIT licensed and runs hosted, so there's nothing to deploy.
South African Reserve Bank (SARB) Web API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"sarb-za": {
"url": "https://gateway.pipeworx.io/sarb-za/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Sarb Za data" })
The gateway picks the right tool and fills the arguments automatically.
MIT