ausecon-mcp-server

AnthonyPuggs/ausecon-mcp-server
★ 2 stars Python 🔍 Search Updated 7d ago
MCP Server for Research Bank of Australia (RBA) and the Australian Bureau of Statistics (ABS) Resources
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ausecon-mcp-server": {
      "command": "uvx",
      "args": [
        "ausecon-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ausecon-mcp-server