rba_series
Pack: rba · Endpoint: https://gateway.pipeworx.io/rba/mcp
Fetch any RBA statistical series by table id + series id — escape hatch for the full RBA statistical-tables catalog (CPI is g1, monetary aggregates d3, etc.). Returns recent observations. Use rba_cash_rate / rba_exchange_rates for the common ones. Browse tables at rba.gov.au/statistics/tables.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
table | string | yes | RBA table id, e.g. “f1.1” (money market), “f11.1” (FX), “g1” (CPI), “d3” (monetary aggregates). |
series_id | string | yes | RBA series id within the table, e.g. “FIRMMCRT” (cash rate target), “FXRUSD” (A$/USD). |
recent | number | no | Recent observations to return (1-120, default 12). |
Example call
curl -X POST https://gateway.pipeworx.io/rba/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"rba_series","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"rba": {
"url": "https://gateway.pipeworx.io/rba/mcp"
}
}
}
See Getting Started for client-specific install steps.