loading…
Search for a command to run...
loading…
Currency Converter AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Currency Converter AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for currency converter ai mcp operations
Currency Converter Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
convert_currency |
Convert amount between currencies |
batch_convert |
Convert amount to multiple currencies |
get_rate |
Get current exchange rate |
get_all_rates |
Get all exchange rates from base currency |
get_historical_rate |
Get historical exchange rate |
get_rate_trend |
Get rate trend over time |
add_favorite |
Add currency pair to favorites |
get_favorites |
Get favorite currency pairs |
set_rate_alert |
Set alert for rate target |
get_alerts |
Get active rate alerts |
get_supported_currencies |
Get list of supported currencies |
get_conversion_history |
Get conversion history |
pip install meok-currency-converter-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"currency-converter-ai": {
"command": "python",
"args": ["-m", "meok_currency_converter_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 12 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"currency-converter-ai-mcp": {
"command": "npx",
"args": []
}
}
}