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: Realtime Exchange Rate MCP Server
Архитектура
Пользовательский запрос
│
▼
Агентный слой
│
▼
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
- 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.
- AlicenseAqualityBmaintenanceProvides real-time foreign-exchange rates, historical data, and multi-currency lookups to MCP-compatible AI coding assistants like Claude Code and Cursor.4219MIT
- Flicense-qualityCmaintenanceEnables currency conversion, exchange rates, geocoding, and weather queries through MCP tools, integrated with OpenAI Responses API.
- Flicense-qualityCmaintenanceAn MCP server that integrates ExchangeRate-API and Open-Meteo to provide currency conversion and weather tools, enabling natural language queries for exchange rates, weather, and geocoding.
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