PluginBench
MCP Server

io.ausdata/rba-mcp MCP Server

io.ausdata/rba-mcp

What is the io.ausdata/rba-mcp MCP server?

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

How to install io.ausdata/rba-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rba-mcp": {
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rba-mcp": {
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rba-mcp": {
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rba-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add rba-mcp -- uvx rba-mcp

Related MCP servers

28 tools over 9 AU gov data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) via one key.

1
TypeScript
MIT
View repository →

Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.

View repository →

Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV.

View repository →

Query the AIHW in plain English — mortality, cancer, health spend, hospital wait times.

View repository →

Query APRA in plain English — bank capital, fund-level super, insurance stats.

View repository →

Query ASIC registers in plain English — advisers, licensees, banned persons, liquidators.

View repository →