MCP Hub
Back to servers

@theyahia/cbu-mcp

MCP server for Central Bank of Uzbekistan API — currency rates, conversion. No auth required.

npm49/wk
Updated
Mar 31, 2026

Quick Install

npx -y @theyahia/cbu-mcp

cbu-mcp

MCP-сервер для API Центрального Банка Узбекистана. Курсы валют, конвертация. Без авторизации.

1 USD ~ 12,192 UZS

Tools

ToolDescription
get_all_ratesAll current exchange rates (~30 currencies)
get_currency_rateRate for a specific currency + optional date
get_historical_ratesAll rates for a specific date
convert_currencyConvert between currencies via UZS
get_rate_dynamicsCurrent 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

Reviews

No reviews yet

Sign in to write a review