Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Realtime Currency Exchange

БесплатноНе проверен

Enables real-time currency exchange rate lookup, conversion, historical rates, and currency catalog using the free Frankfurter API, no API key required.

GitHubEmbed

Описание

Enables real-time currency exchange rate lookup, conversion, historical rates, and currency catalog using the free Frankfurter API, no API key required.

README

Real-time currency exchange MCP server powered by the free Frankfurter API. No API key required.

Transport: stdio  |  Runtime: Node.js  |  Data source: European Central Bank

Features

  • Live exchange rates — get the latest rates for any currency pair
  • Currency conversion — convert amounts between currencies in real time
  • Historical rates — look up rates for any past date
  • Currency catalog — list all 32 supported currencies with names

Prerequisites

Setup

git clone [email protected]:Ethereal-Jay/realtime-currency-exchange-mcp.git
cd realtime-currency-exchange-mcp
npm install

The entry point is index.js. Run it with node index.js — it communicates via stdio.

Harness configuration

Add the following to your MCP client config, replacing /path/to/repo with the absolute path to the cloned directory.

opencode

~/.opencode/opencode.json:

{
  "mcp": {
    "currency-exchange": {
      "type": "local",
      "command": ["node", "/path/to/repo/index.js"]
    }
  }
}

Claude Code / Claude Desktop

~/.claude/claude_desktop_config.json or ~/.claude.json:

{
  "mcpServers": {
    "currency-exchange": {
      "command": "node",
      "args": ["/path/to/repo/index.js"]
    }
  }
}

Cursor

.cursor/mcp.json:

{
  "mcpServers": {
    "currency-exchange": {
      "command": "node",
      "args": ["/path/to/repo/index.js"]
    }
  }
}

Generic MCP client

{
  "currency-exchange": {
    "transport": "stdio",
    "command": "node",
    "args": ["/path/to/repo/index.js"]
  }
}

Restart your harness after adding the config. Tools will appear as currency-exchange_get_exchange_rates, currency-exchange_convert_currency, etc.

Tools

Tool Description
get_exchange_rates Latest rates for a base currency
convert_currency Convert an amount between two currencies
list_currencies List all supported currency codes and names
get_historical_rates Exchange rates for a specific past date

Detailed tool parameters and usage patterns are in AGENTS.md.

API

All data comes from Frankfurter, a free foreign exchange API that tracks reference rates published by the European Central Bank. Rates are updated daily around 16:00 CET.

License

ISC

from github.com/Ethereal-Jay/realtime-currency-exchange-mcp

Установка Realtime Currency Exchange

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Ethereal-Jay/realtime-currency-exchange-mcp

FAQ

Realtime Currency Exchange MCP бесплатный?

Да, Realtime Currency Exchange MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Realtime Currency Exchange?

Нет, Realtime Currency Exchange работает без API-ключей и переменных окружения.

Realtime Currency Exchange — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Realtime Currency Exchange в Claude Desktop, Claude Code или Cursor?

Открой Realtime Currency Exchange на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Realtime Currency Exchange with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development