rba_series
ActiveTool of Rba
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 schema
{
"type": "object",
"required": [
"table",
"series_id"
],
"properties": {
"table": {
"type": "string",
"description": "RBA table id, e.g. \"f1.1\" (money market), \"f11.1\" (FX), \"g1\" (CPI), \"d3\" (monetary aggregates)."
},
"recent": {
"type": "number",
"description": "Recent observations to return (1-120, default 12)."
},
"series_id": {
"type": "string",
"description": "RBA series id within the table, e.g. \"FIRMMCRT\" (cash rate target), \"FXRUSD\" (A$/USD)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rba
https://github.com/pipeworx-io/mcp-rba
1/7 registries