Server data from the Official MCP Registry
CBR exchange rates and key rates for Russia. MCP tools for finance agents.
CBR exchange rates and key rates for Russia. MCP tools for finance agents.
This is a well-designed MCP server for publicly available Bank of Russia financial data with proper authentication considerations, safe error handling, and appropriate permission scoping. The codebase demonstrates good security practices including defused XML parsing, secure HTTP handling with retries, and proper input validation through Pydantic schemas. No critical vulnerabilities were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MCP_CBR_HTTP_TIMEOUT
Environment variable: MCP_CBR_CACHE_DAILY_TTL
Environment variable: MCP_CBR_CACHE_HISTORY_TTL
Environment variable: MCP_CBR_LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-atomno-mcp-mcp-cbr-rates": {
"env": {
"MCP_CBR_LOG_LEVEL": "your-mcp-cbr-log-level-here",
"MCP_CBR_HTTP_TIMEOUT": "your-mcp-cbr-http-timeout-here",
"MCP_CBR_CACHE_DAILY_TTL": "your-mcp-cbr-cache-daily-ttl-here",
"MCP_CBR_CACHE_HISTORY_TTL": "your-mcp-cbr-cache-history-ttl-here"
},
"args": [
"atomno-mcp-cbr-rates"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.