Command Palette

Search for a command to run...

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

CurrencyTransfer Server

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

Enables AI assistants to trade FX, manage beneficiaries, check balances, request quotes, and configure rate alerts and market orders via the CurrencyTransfer AP

GitHubEmbed

Описание

Enables AI assistants to trade FX, manage beneficiaries, check balances, request quotes, and configure rate alerts and market orders via the CurrencyTransfer API.

README

MCP server for the CurrencyTransfer API. Lets AI assistants trade FX, manage beneficiaries, check balances, request quotes, and configure rate alerts, market orders and RSI alerts/market orders.

Prerequisites

  • Node.js 18 or newer
  • A CurrencyTransfer account with API credentials

Setup

git clone https://github.com/currencytransfer/mcp-currencytransfer.git
cd mcp-currencytransfer
npm install
npm run build

Environment variables

Variable Required Description
CT_API_KEY Yes Your CurrencyTransfer account ID (Basic auth username)
CT_API_SECRET Yes Your CurrencyTransfer API key (Basic auth password)
CT_BASE_URL No API base URL. Defaults to https://app.currencytransfer.com/api/v1. Must be a currencytransfer.com subdomain or localhost.

MCP client configuration

This server uses stdio transport. Your MCP client will start it automatically — you do not need to run it in a terminal.

Add the following to your client's MCP config file. The JSON structure is the same across most clients; only the file location differs:

Client Config file
Cursor .cursor/mcp.json or ~/.cursor/mcp.json
Claude Desktop ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
VS Code .vscode/mcp.json (with an MCP extension)
Windsurf .windsurf/mcp_config.json
{
  "mcpServers": {
    "currencytransfer": {
      "command": "node",
      "args": ["<git-repo-clone-location>/mcp-currencytransfer/dist/index.js"],
      "env": {
        "CT_API_KEY": "your-account-id",
        "CT_API_SECRET": "your-api-key",
        "CT_BASE_URL": "https://stage.currencytransfer.com/api/v1"
      }
    }
  }
}

Restart your MCP client after saving the config. The server should then appear in the client's MCP settings or tool list.

Tools

The server exposes tools for:

  • Currencies — tradable pairs, RSI pairs, payment methods, cut-off times
  • Countries — supported countries and payment methods
  • User — authenticated user profile and permissions
  • Quotes — FX quote requests
  • Trades — create, list, and manage trades and documents
  • Beneficiaries — manage payment beneficiaries
  • Balances — account balances
  • Rate alerts — standard and RSI (MOEX) rate alerts and market orders

from github.com/currencytransfer/mcp-currencytransfer

Установка CurrencyTransfer Server

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

▸ github.com/currencytransfer/mcp-currencytransfer

FAQ

CurrencyTransfer Server MCP бесплатный?

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

Нужен ли API-ключ для CurrencyTransfer Server?

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

CurrencyTransfer Server — hosted или self-hosted?

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

Как установить CurrencyTransfer Server в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare CurrencyTransfer Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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