Skip to content
Cursor

apra mcp for Cursor

io.ausdata/apra-mcp

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

client:Cursor transport:stdio runtime:pypi

Install apra mcp in Cursor

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

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

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

apra mcp in other clients