CurrencyTransfer MCP Server
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-currencytransfer
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.