PluginBench
MCP Server

io.ausdata/apra-mcp MCP Server

io.ausdata/apra-mcp

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

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

How to install io.ausdata/apra-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": {
    "apra-mcp": {
      "command": "uvx",
      "args": [
        "apra-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apra-mcp": {
      "command": "uvx",
      "args": [
        "apra-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apra-mcp": {
      "command": "uvx",
      "args": [
        "apra-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apra-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apra-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add apra-mcp -- uvx apra-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 ASIC registers in plain English — advisers, licensees, banned persons, liquidators.

View repository →

Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities.

View repository →