Currency Agent
FreeNot checkedLocal service for currency rates and conversion using MCP and agent layer. Accepts user requests, selects appropriate tool, and returns structured responses.
About
Local service for currency rates and conversion using MCP and agent layer. Accepts user requests, selects appropriate tool, and returns structured responses.
README
Локальный сервис для работы с валютными курсами и конвертацией через 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
Ограничения
- устойчивость ответа зависит от источника курсов и формата данных;
- расширение числа инструментов требует единого контракта параметров и ответов;
- для рабочего сценария журналируют вызовы инструментов и результаты тестов.
Installing Currency Agent
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mariakasimceva0305-ux/currency-mcp-agentFAQ
Is Currency Agent MCP free?
Yes, Currency Agent MCP is free — one-click install via Unyly at no cost.
Does Currency Agent need an API key?
No, Currency Agent runs without API keys or environment variables.
Is Currency Agent hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Currency Agent in Claude Desktop, Claude Code or Cursor?
Open Currency Agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Currency Agent with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
