Skip to content
Cursor

rba mcp for Cursor

io.ausdata/rba-mcp

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

client:Cursor transport:stdio runtime:pypi

Install rba mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rba mcp in other clients