mcp-cbr-rates for Cursor
io.github.atomno-mcp/mcp-cbr-rates
CBR exchange rates and key rates for Russia. MCP tools for finance agents.
client:Cursor
transport:stdio
runtime:pypi
Install mcp-cbr-rates in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-cbr-rates": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-cbr-rates"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs