CurrencyTransfer MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CurrencyTransfer MCP Servershow me my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Mono Banking MCP Server
Setup
git clone https://github.com/currencytransfer/mcp-currencytransfer.git
cd mcp-currencytransfer
npm install
npm run buildEnvironment variables
Variable | Required | Description |
| Yes | Your CurrencyTransfer account ID (Basic auth username) |
| Yes | Your CurrencyTransfer API key (Basic auth password) |
| No | API base URL. Defaults to |
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 |
|
Claude Desktop |
|
VS Code |
|
Windsurf |
|
{
"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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseAqualityCmaintenanceEnables AI tools to manage financial operations through the Cresium Partner API, including transactions, payments, invoices, and wallet balances. It supports secure workflows such as bank address lookups, transfer previews, and signature request management.122- Alicense-qualityDmaintenanceEnables AI assistants to perform Nigerian banking operations including account management, payments, and identity verification through the Mono Open Banking API.59MIT
- Alicense-qualityAmaintenanceBridges AI assistants with the Revolut Business API to enable banking operations such as listing accounts, checking balances, viewing transactions, managing counterparties, and initiating transfers through natural language.7329MIT
- Alicense-qualityDmaintenanceEnables AI agents to perform forex trading operations through brokerages with risk controls and safety guardrails.MIT
Related MCP Connectors
Live & historical FX rates and currency conversion for AI agents. No API keys.
Connect AI agents to bank accounts, transactions, balances, and investments.
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/currencytransfer/mcp-currencytransfer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server