Skip to content
VS Code

rba mcp for VS Code

io.ausdata/rba-mcp

Query the RBA in plain English — cash rate, FX, lending and deposit rates.

client:VS Code transport:stdio runtime:pypi

Install rba mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "rba-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rba mcp in other clients