Currency Converter Ai MCP server. Tools: convert currency, batch convert, get rate. Built by MEOK AI Labs.
Project description
Overview
Currency Converter Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| 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 |
Installation
pip install meok-currency-converter-ai-mcp
Usage with Claude Desktop
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"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 12 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file currency_converter_ai_mcp-1.0.6.tar.gz.
File metadata
- Download URL: currency_converter_ai_mcp-1.0.6.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54c7a60dd0559c9323cb8dc97e9ffc3e9cbe70ddd0d3b1dbddd1beeb799892a6
|
|
| MD5 |
5d36d8664350ade0c03b0e1479d15245
|
|
| BLAKE2b-256 |
399e4b6a596c5509e8317e66930de78eecdee3dd40cee37e335fa0bbae8838de
|
File details
Details for the file currency_converter_ai_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: currency_converter_ai_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10851161a62955199603e2703e1d9a6ecb1f9b1145a01cd587bc4ea786e61c67
|
|
| MD5 |
46716b2c21bae634c3e3f0fa08996dce
|
|
| BLAKE2b-256 |
d338043d07faaf86047fce7826b8924c747aa8840673460aadf795f1b997f9ce
|