rba mcp for Grok
io.ausdata/rba-mcp
Query the RBA in plain English — cash rate, FX, lending and deposit rates.
client:Grok
transport:stdio
runtime:pypi
Install rba mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rba-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rba-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs