Currency MCP Agent
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 MCP Agentconvert 100 usd to 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 MCP Agent
Локальный сервис для работы с валютными курсами и конвертацией через MCP и агентный слой. Решение разделяет доступ к инструментам и логику обработки пользовательского запроса.
Назначение
Принимать пользовательский запрос, определить необходимый инструмент, получить результат и вернуть структурированный ответ в едином формате.
Related MCP server: Currency Converter MCP
Архитектура
Пользовательский запрос
│
▼
Агентный слой
│
▼
MCP-сервер инструментов
┌────┴────┐
▼ ▼
Курсы валют Конвертация
└────┬────┘
▼
Структурированный ответЧто реализовано
агентный слой для выбора сценария обработки;
MCP-сервер инструментов;
получение курсов валют;
конвертация суммы между валютами;
локальный запуск через Docker Compose;
тесты пользовательских сценариев.
Структура репозитория
agent/— логика маршрутизации запроса;mcp_server/— инструменты и их интерфейсы;config/— настройки;tests/— тесты;Dockerfile— сборка контейнера;docker-compose.yml— локальный запуск.
Оценка качества
Контролируют:
долю успешных вызовов инструментов;
корректность конвертации;
задержку ответа;
покрытие тестами основных пользовательских сценариев.
Результаты
Прогон pytest tests/ на локальной машине: 9 тестов пройдено, время около 4.75 с (зависит от окружения).
Запуск
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
docker compose up --buildОграничения
устойчивость ответа зависит от источника курсов и формата данных;
расширение числа инструментов требует единого контракта параметров и ответов;
для рабочего сценария журналируют вызовы инструментов и результаты тестов.
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
- FlicenseBqualityCmaintenanceA Model Context Protocol server that provides real-time global currency exchange rate queries, enabling large language models to access up-to-date currency exchange information.Last updated1
- FlicenseCqualityDmaintenanceAn MCP server providing real-time currency conversion and exchange rate data through the Frankfurter API, enabling users to convert currencies, fetch latest or historical rates, and list available currencies.Last updated435
- Flicense-qualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that provides an interface to the 1Forge financial APIs, allowing access to forex data and currency conversion services through natural language interactions.Last updated
- FlicenseBqualityDmaintenanceAn MCP server that provides currency rates, conversions, and historical exchange-rate data using the Frankfurter API. It enables users to retrieve latest rates, convert amounts between currencies, and access time-series data for currency pairs.Last updated3
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/mariakasimceva0305-ux/currency-mcp-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server