Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"ausecon-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ausecon-mcp-server.onrender.com/mcp"
]
}
}
}Run in a terminal:
claude mcp add --transport http ausecon-mcp-server https://ausecon-mcp-server.onrender.com/mcp
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"ausecon-mcp-server": {
"url": "https://ausecon-mcp-server.onrender.com/mcp"
}
}
}Transport: http - Hosted remote (streamable HTTP). Nothing runs on your machine - the config above connects your client straight to the vendor's endpoint (older clients bridge via npx mcp-remote).
Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.
https://wingmanprotocol.com/mcp.