Currency Exchange Service
@ankitbelbase17
关于 Currency Exchange Service
A real-time currency exchange service built with Python and MCP (Model Context Protocol). Provides exchange rates between any two supported currencies and lists all available currencies. Features Docker support for easy deployment and uses Server-Sent Events (SSE) for efficient r
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Currency_Exchange_MCP": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Currency Exchange Service?
Currency Exchange Service is an MCP server that provides real-time exchange rates and a list of supported currencies via SSE (Server-Sent Events) communication. It is designed for developers who need to integrate currency exchange data into applications using the Exchange Rate API.
How to use Currency Exchange Service?
Install using Docker (recommended) or Python directly. Create a .env file with EXCHANGE_RATE_API_KEY (and optionally GROQ_API_KEY). Run the client script with python mcpserver/client-sse.py to list available tools and see example exchange rates.
Key features of Currency Exchange Service
- Get current exchange rates between any two supported currencies
- List all supported currencies with codes and names
- Docker support for containerized deployment
- SSE (Server-Sent Events) based communication
Use cases of Currency Exchange Service
- Obtain real-time USD to EUR exchange rate for a financial dashboard
- Retrieve a list of all supported currencies and their codes for a multi-currency app
- Automate exchange rate lookups in e-commerce or budgeting tools
- Integrate currency conversion into a personal finance MCP client
FAQ from Currency Exchange Service
What are the system requirements?
Python 3.11 or higher is required. Docker is optional but recommended for easy deployment.
How do I get an Exchange Rate API key?
Visit exchangerate-api.com, sign up for a free account, and retrieve your API key from the dashboard.
What transport protocol does the server use?
The server uses SSE (Server-Sent Events) for communication.
What tools does the server provide?
Two tools: get_exchange_rate(from_currency, to_currency) and list_supported_currencies().
How do I run the client script?
Run python mcpserver/client-sse.py from the project root after installation and environment setup.
生产力 分类下的更多 MCP 服务器
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
MCPControl
CheffromspaceMCP server for Windows OS automation
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
评论