Rba
Server Details
RBA MCP — Reserve Bank of Australia statistics (free, no auth).
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 41.6% over 39 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-rba
- GitHub Stars
- 0
TDQS
Scored across 35 tools
Most tools target distinct resources, and the descriptions are unusually thorough about when to prefer each. However, ask_pipeworx, ask_pipeworx_beta (explicitly identical right now), and ask_pipeworx_grounded form a near-duplicate trio, and discover_tools/suggest_questions and ask_pipeworx/deep_research have genuinely overlapping 'research/discovery' roles that an agent could easily confuse.
Everything is snake_case with a consistent underscore delimiter and no camelCase mixing, and family prefixes (rba_, polymarket_, ask_pipeworx_) sensibly group related tools. The only wobble is a mixed verb-vs-noun pattern (validate_claim vs entity_profile vs recent_alerts), but it remains readable and predictable.
35 tools is heavy for a single server, but this is a broad multi-domain gateway (research, finance, Polymarket, RBA, memory, subscriptions, dev utility) so scale is partly justified. It still carries clear fat — the redundant ask_pipeworx_beta and several closely related ask_pipeworx/deep_research entry points.
Coverage is strong and self-consistent across the covered domains: memory has full CRUD (remember/recall/forget), subscriptions have create/list/cancel/read (subscribe/list_subscriptions/unsubscribe/recent_alerts), and Polymarket has a complete lifecycle from discovery to fill-risk. Minor overlaps exist but there are no obvious dead-ends an agent would hit.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
Australian Bureau of Statistics (ABS) Data API MCP.
BIS MCP — Bank for International Settlements statistics (no auth)
Treasury MCP — US Treasury Fiscal Data public API (free, no auth)
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for structured Australian macroeconomic and financial data from the Australian Bureau of Statistics (ABS), the Reserve Bank of Australia (RBA), and the Australian Prudential Regulation Authority (APRA).214114 PyPI4MIT
- AlicenseAqualityFmaintenanceCited Australian stats via the ausdata.io gateway — stable AU.* series IDs, source_url + retrieved_at on every response. Free tier. Not a data broker; upgrade for Embed / signed / webhooks.2830 npm2MIT
- AlicenseAqualityCmaintenanceA local MCP server for public Reserve Bank of Australia data, exposing six read-only tools backed by the R package readrba.6MIT
- AlicenseAqualityBmaintenanceOne-call Australian health and welfare data plumbing via AIHW — cited responses for practical analysis, not a data broker.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.