You're viewing a demo portfolio

Join the waitlist
PRSM

rba_series

Active

Tool of Rba

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Rba

https://github.com/pipeworx-io/mcp-rba

1/7 registries
View full server →