What is the Sarb Za MCP server?
South African Reserve Bank (SARB) Web API MCP. Keyless.
How to install Sarb Za
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sarb-za": {
"url": "https://gateway.pipeworx.io/sarb-za/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sarb-za": {
"serverUrl": "https://gateway.pipeworx.io/sarb-za/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sarb-za": {
"type": "http",
"url": "https://gateway.pipeworx.io/sarb-za/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"sarb-za": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/sarb-za/mcp"
]
}
}
}Claude Code
claude mcp add --transport http sarb-za https://gateway.pipeworx.io/sarb-za/mcp