CurrencyTransfer Server
FreeNot checkedEnables AI assistants to trade FX, manage beneficiaries, check balances, request quotes, and configure rate alerts and market orders via the CurrencyTransfer AP
About
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
Install CurrencyTransfer Server in Claude Desktop, Claude Code & Cursor
unyly install currencytransfer-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add currencytransfer-mcp-server -- npx -y github:currencytransfer/mcp-currencytransferFAQ
Is CurrencyTransfer Server MCP free?
Yes, CurrencyTransfer Server MCP is free — one-click install via Unyly at no cost.
Does CurrencyTransfer Server need an API key?
No, CurrencyTransfer Server runs without API keys or environment variables.
Is CurrencyTransfer Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install CurrencyTransfer Server in Claude Desktop, Claude Code or Cursor?
Open CurrencyTransfer Server 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 CurrencyTransfer Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
