Reserve Bank of Australia
Rank #29,638io.ausdata/rba-mcp
Query the RBA in plain English — cash rate, FX, lending and deposit rates.
Reserve Bank of Australia is a Model Context Protocol (MCP) server published by bigred97. It ranks #29,638 of 115,460 servers tracked on MCP Toplist. Reserve Bank of Australia is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on May 11, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 85,822 of 115,460 servers on MCP Toplist.
Use Reserve Bank of Australia
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rba-mcp -- uvx rba-mcp[mcp_servers.rba-mcp]
command = "uvx"
args = ["rba-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rba-mcp": {
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rba-mcp": {
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rba-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rba-mcp": {
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rba-mcp": {
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.ausdata%2Frba-mcp)<a href="https://mcptoplist.com/server/io.ausdata%2Frba-mcp"><img src="https://mcptoplist.com/badge/io.ausdata%2Frba-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bigred97
Other servers by bigred97
- ausdata.io — Australian Public Data#20,259 · 2 vers
- Australian Prudential Regulation Authority#21,426 · 2 vers
- Australian Bureau of Statistics#25,334 · 3 vers
- wgea-mcp#25,335 · 2 vers
- Australian Institute of Health and Welfare#28,309 · 2 vers
- ASIC Register Data#28,310 · 2 vers
- ato-mcp#34,402 · 2 vers
- au-weather-mcp#34,403 · 2 vers
- aemo-mcp#45,990 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.8.11 | Aug 15, 2026 |
| 0.8.9 | Aug 14, 2026 |
| 0.8.8 | May 20, 2026 |
Frequently asked questions
- Who maintains Reserve Bank of Australia?
- Reserve Bank of Australia is maintained by bigred97, which publishes 10 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Reserve Bank of Australia listed on the Official MCP Registry?
- Yes — Reserve Bank of Australia is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Reserve Bank of Australia have?
- MCP Toplist tracks 3 versions of Reserve Bank of Australia, most recently published on Aug 15, 2026.
- Where can I find the source code for Reserve Bank of Australia?
- The source code for Reserve Bank of Australia is hosted at github.com/bigred97/rba-mcp.