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.
The MCP server is well-designed with proper security practices for its stated purpose of fetching public Bank of Russia data. Authentication is not required (appropriate for public API consumption), code quality is high with input validation, safe XML parsing via defusedxml, and comprehensive error handling. Permissions are appropriately scoped for the server's purpose: network access for CBR endpoints and environment variables for configuration. Minor code quality observations around exception handling do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 7 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-labs-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
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.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.