Configuration
Expected Configuration
Section titled “Expected 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" } } }}Configuration Fields
Section titled “Configuration Fields”| Field | Description |
|---|---|
XBTFX_API_KEY | Your 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.
Server URL
Section titled “Server URL”The MCP Server connects to the same base URL as all XBTFX API integrations:
https://interface.xbtfx.comCurrent Alternative
Section titled “Current Alternative”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.
export XBTFX_API_KEY="your-api-key"claude --skill ./skills/xbtfx/xbtfx-trading/SKILL.md