CBR Rates MCP Server
@atomno-labs
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cbr-rates": {
"command": "uvx",
"args": [
"atomno-mcp-cbr-rates"
]
}
}
}Tools
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
Overview
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments