cbu-mcp
MCP-сервер для API Центрального Банка Узбекистана. Курсы валют, конвертация. Без авторизации.
1 USD ~ 12,192 UZS
Tools
| Tool | Description |
|---|---|
get_all_rates | All current exchange rates (~30 currencies) |
get_currency_rate | Rate for a specific currency + optional date |
get_historical_rates | All rates for a specific date |
convert_currency | Convert between currencies via UZS |
get_rate_dynamics | Current rate + daily change direction |
Usage
Claude Desktop / Cline
{
"mcpServers": {
"cbu-mcp": {
"command": "npx",
"args": ["-y", "@theyahia/cbu-mcp"]
}
}
}
Streamable HTTP
npx @theyahia/cbu-mcp --http
# Listening on http://localhost:3000/mcp
Examples
- "Курс доллара к суму?"
- "Переведи 1000 USD в сумы"
- "Курсы валют на 15 января 2025"
- "What's the EUR/UZS rate?"
- "Convert 500 EUR to UZS"
API
Data source: cbu.uz (JSON API, no auth required).
Part of
Russian & CIS API MCP series:
- @theyahia/cbr-mcp — Central Bank of Russia
- @theyahia/cbu-mcp — Central Bank of Uzbekistan
License
MIT