UZCBU MCP Server
UZCBU MCP Server
ウズベキスタン中央銀行(CBU.uz)の公式為替レートを、任意のMCP対応AIアシスタント(Claude Desktop、Claude Codeなど)に接続する**Model Context Protocol (MCP)**サーバーです。
MCPは、2024年から2025年にかけて登場し、2026年までにAIの世界で広く普及しつつあるオープン標準であり、AIモデルを外部データやシステムに接続するために使用されます。このプロジェクトは、ウズベキスタン向けのそのようなサーバーの1つです。
できること
get_all_rates— 今日の全通貨の公式レートを返しますget_exchange_rate— 1つの通貨(例:USD)の今日のレートを返しますget_historical_rate— 特定の過去の日付のレートを返しますconvert_currency— 2つの通貨間で公式レートに基づいて換算します(例:100 USDが何EURになるかを計算します)
データソース: cbu.uz 公式オープンJSON API。APIキーや登録は不要です。
Related MCP server: Currency MCP Agent
インストール
git clone https://github.com/<sizning-username>/uzcbu-mcp-server.git
cd uzcbu-mcp-server
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt手動起動(テスト用)
python -m uzcbu_mcp.serverサーバーは標準のMCP stdioトランスポートを介して起動し、MCPクライアントからのリクエストを待ちます。
Claude Desktopへの接続
Claude Desktopの設定ファイル(claude_desktop_config.json)を開き、以下を追加します:
{
"mcpServers": {
"uzcbu-currency": {
"command": "python",
"args": ["-m", "uzcbu_mcp.server"],
"cwd": "/to'liq/yo'l/uzcbu-mcp-server"
}
}
}Claude Desktopを再起動します。これで、Claudeに「今日のドルレートは?」や「100ドルをユーロに換算して」と尋ねると、サーバー上のツールを自動的に呼び出します。
テスト
ネットワークに接続せず(モックデータで)ロジックを確認するには:
python test_offline.pyプロジェクト構成
uzcbu-mcp-server/
├── uzcbu_mcp/
│ ├── __init__.py
│ └── server.py # MCP server va barcha tool'lar
├── test_offline.py # Mock ma'lumot bilan offline testlar
├── requirements.txt
├── pyproject.toml
└── README.mdこのプロジェクトの特徴
これは単なる「APIラッパー」ではありません。AIエコシステムの新しい標準であるModel Context Protocolに基づいて構築されており、任意のMCP対応AIクライアント(単一のチャットボットだけでなく)が利用できます。ウズベキスタンの文脈のデータ(公式中央銀行レート)を扱うMCPサーバーは、現時点では非常に少ないです。
拡張アイデア
他のCBU統計データ(インフレ率、金利)を追加
結果をキャッシュ(数分)して高速化
TelegramボットやN8Nワークフローとの統合
HTTP/SSEトランスポートを追加して、リモートで動作するサーバーにする
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenanceCurrency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999.474MIT- FlicenseNot gradedqualityDmaintenanceLocal service for currency rates and conversion using MCP and agent layer. Accepts user requests, selects appropriate tool, and returns structured responses.1
- AlicenseAqualityBmaintenanceProvides real-time foreign-exchange rates, historical data, and multi-currency lookups to MCP-compatible AI coding assistants like Claude Code and Cursor.4219MIT
- FlicenseNot gradedqualityCmaintenanceEnables real-time currency exchange rate retrieval and conversion for over 200 currencies. Supports operations like getting rates, converting amounts, and comparing currencies through natural language.
Related MCP Connectors
Live & historical FX rates and currency conversion for AI agents. No API keys.
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
ExchangeRate MCP — wraps open.er-api.com (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Javohirxon04/uzcbu-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server