Supported Clients
Planned MCP Client Support
Section titled “Planned MCP Client Support”The XBTFX MCP Server will support any client that implements the Model Context Protocol. The following clients are planned for initial testing and documentation:
| Client | Type | Status |
|---|---|---|
| Claude Desktop | Desktop assistant | Planned |
| Claude Code | CLI agent | Planned |
| VS Code with Copilot | IDE extension | Planned |
| JetBrains AI | IDE extension | Planned |
| Cursor | AI code editor | Planned |
| Windsurf | AI code editor | Planned |
What Works Today
Section titled “What Works Today”The Skills Hub provides full XBTFX API coverage and works with any agent framework right now:
| Framework | How to Use |
|---|---|
| Claude Code | claude --skill ./skills/xbtfx/xbtfx-trading/SKILL.md |
| LangChain | Ingest SKILL.md as tool description |
| CrewAI | Reference in agent instructions |
| OpenClaw | Attach as skill file |
| Custom agents | Parse structured markdown |