Skip to content

Configuration

The MCP Server will use a JSON configuration file to connect to your XBTFX account.

{
"mcpServers": {
"xbtfx": {
"command": "npx",
"args": ["-y", "@xbtfx/mcp-server"],
"env": {
"XBTFX_API_KEY": "your-api-key"
}
}
}
}
FieldDescription
XBTFX_API_KEYYour API key from console.xbtfx.com

API keys bind to a single MT5 login. The MCP Server will use the same authentication as the REST API.

The MCP Server connects to the same base URL as all XBTFX API integrations:

https://interface.xbtfx.com

While the MCP Server is in development, the Skills Hub provides full API coverage through structured markdown files. Skills work with Claude Code, LangChain, CrewAI, and any other agent framework.

Terminal window
export XBTFX_API_KEY="your-api-key"
claude --skill ./skills/xbtfx/xbtfx-trading/SKILL.md