CBR Rates MCP Server
@atomno-labs
CBR Rates MCP Server について
MCP server for Central Bank of Russia (CBR) — currency rates (daily/historical), key rate, inflation, and macro statistics. 5 typed tools, built-in TTL cache, no API key required. Part of the atomno family of MCP servers for Russian fintech.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cbr-rates": {
"command": "uvx",
"args": [
"atomno-mcp-cbr-rates"
]
}
}
}ツール
5Currency rate for a specific date (or today)
Historical series of currency rates
Current key rate of the CBR
Official inflation data
Compact macro snapshot
概要
What is CBR Rates MCP Server?
A Model Context Protocol server that exposes public Central Bank of Russia (Центральный банк РФ, CBR) data — currency quotes, key rate, inflation, and a compact macro snapshot — to AI agents. It is fully open-source, requires no API keys, and is built on top of the official public CBR endpoints.
How to use CBR Rates MCP Server?
Install the package with pipx install atomno-mcp-cbr-rates or uv tool install atomno-mcp-cbr-rates, then run mcp-cbr-rates. For configuration in Cursor or Claude Desktop, add an MCP server entry with command uvx and argument atomno-mcp-cbr-rates.
Key features of CBR Rates MCP Server
- Five MCP tools: get_rate, history_rates, key_rate, inflation, statistics
- Built-in TTL cache: 1 hour for daily quotes, 24 hours for historical series
- Async httpx transport with automatic retries on 5xx errors
- Safe XML parsing via defusedxml
- No secrets, no telemetry, no third-party trackers
Use cases of CBR Rates MCP Server
- Query current or historical currency exchange rates from the Central Bank of Russia
- Retrieve the latest key rate and official inflation data for macro analysis
- Obtain a compact macroeconomic snapshot for Russian fintech applications
- Integrate Russian financial data into AI agents, chatbots, or analysis tools
FAQ from CBR Rates MCP Server
Do I need an API key to use CBR Rates MCP Server?
No, the server requires no API keys and uses official public CBR endpoints directly.
How are cached results handled?
Daily quotes are cached for 1 hour, historical series for 24 hours via the built-in TTL cache.
What dependencies does CBR Rates MCP Server have?
It uses async httpx, defusedxml, and Pydantic for schema validation; no telemetry or trackers.
How do I install and configure CBR Rates MCP Server?
Install via pipx install atomno-mcp-cbr-rates or uv tool install atomno-mcp-cbr-rates. For Cursor/Claude Desktop, add a server entry with command uvx and argument atomno-mcp-cbr-rates.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント