Currency Exchange MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Currency Exchange MCP ServerWhat is the exchange rate between USD and EUR?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Currency Exchange MCP Server
🛠️ Özellikler
🔄 Gerçek zamanlı döviz kuru sorgulama
🤖 AI model entegrasyonu
🛠️ MCP protokolü desteği
⚡ Modern uv dependency management
💱 ExchangeRate API entegrasyonu
Related MCP server: Exchange Rate MCP Server
Kurulum & Çalıştırma
Depoyu klonlayın:
git clone https://github.com/kullanıcı/MCP-Exchange.git
cd MCP-ExchangeBağımlılıkları yükleyin:
uv venv
source .venv/bin/activate # macOS/Linux
# veya
.venv\Scripts\activate # Windows
uv pip install .ExchangeRate API Anahtarınızı ayarlayın:
.env dosyasında EXCHANGE_API_KEY tanımlayın (API anahtarı ve belgelendirme için exchangerate-api.com sitesini kontrol edebilirsiniz).
EXCHANGE_API_KEY=YOUR_API_KEYSunucuyu çalıştırın:
Claude Desktop yapılandırma dosyasına (claude_desktop_config.json) manuel olarak ekleyin:
{
"mcpServers": {
"Exchange": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli],requests,python-dotenv",
"mcp",
"run",
"/tam/yol/MCP-Exchange/main.py"
]
}
}
}💻 Claude Desktop ile Çalıştırma
Claude Desktop uygulaması açılır. "Exchange" seçeneği File > Settings > Developer sekmesinde ve sohbet ekranındaki ayarlarda görünmelidir.
Sohbet bölümünde "Exchange"e tıkladığımızda, main.py'de tanımlanan
get_exchange_ratearacı aktif olarak listelenir."Londra'da döviz kuru nedir?" sorusu sorulduğunda
get_exchange_rateişlemi başlar.Doğrulamadan sonra,
get_exchange_rateparametreleri ve dönüş sonucu ile yanıt döner.
📋 API Araçları
get_exchange_rate(base, target): İki para birimi arasındaki gerçek zamanlı döviz kuru bilgisi
💡 Örnek Kullanım
Kullanıcı: "USD TRY kuru nedir?"
AI: get_exchange_rate fonksiyonu otomatik tetiklenir
Sonuç: {"rate": 40.28, "base": "USD", "target": "TRY", "last_updated": "..."}🔧 Geliştirme
Python 3.13+
MCP Protocol
ExchangeRate API
Modern uv package manager
📄 Lisans
MIT License
Not: Normal döviz kuru uygulamalarından farklı olarak, kullanıcının manuel olarak döviz kuru bilgisini sorguladığı uygulamalardan farklı olarak, MCP-Exchange protokol tabanlı bir araç olarak çalışır. Döviz kuru verilerini JSON'da standartlaştırır ve MCP çerçevesi içinde çalışır. Claude Desktop gibi AI modelleri, kullanıcının sorusuna dayalı olarak manuel müdahale olmaksızın otomatik olarak tetikler. Bu da onu bağımsız bir döviz kuru uygulamasından ziyade sorunsuz entegre edilmiş bir backend hizmeti haline getirir.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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/EceDalpolat/MCP-Exchange'
If you have feedback or need assistance with the MCP directory API, please join our Discord server