Capital.com MCP¶
Official MCP server for Capital.com, a regulated CFD broker. Gives AI agents access to trading data, market analysis, and trade execution across forex, indices, commodities, shares, and crypto.
⚠️ Risk Warning: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 81.31% of retail investor accounts lose money when trading CFDs with this provider. Ensure your agent workflows include position sizing and risk management guardrails.
Why It Matters for Operators¶
For operators managing investment portfolios or running trading operations, Capital.com MCP brings professional trading capabilities directly into AI agent workflows:
- Market Analysis: AI agents can pull real-time quotes, charts, and market data
- Trade Execution: Programmatic trade placement with position management
- Portfolio Monitoring: Track open positions, P&L, and exposure
- Risk Management: Set stop-losses and take-profits through agent logic
Technical Details¶
| Field | Value |
|---|---|
| Transport | Streamable HTTP (remote) |
| Auth | OAuth / API Key (Capital.com account required) |
| Category | Finance & Commerce |
| Source | mcp.so/servers/capital-com-mcp |
| Author | capital-com-sv |
| Stars | ⭐ 4 |
| Verified | ✅ |
Setup¶
Claude Desktop¶
{
"mcpServers": {
"capital-com": {
"type": "streamable-http",
"url": "https://api.capital.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_CAPITAL_API_KEY"
}
}
}
}
CorpusIQ Integration¶
Capital.com MCP adds trading capabilities alongside CorpusIQ's financial connectors:
- Trading + Accounting: Trade on Capital.com → record in QuickBooks via CorpusIQ
- Portfolio + Business Metrics: Combine trading P&L with business revenue in unified dashboards
- Risk Monitoring: Cross-reference Capital.com exposure with business cash positions
Limitations¶
- CFDs are high-risk — not suitable for all operators
- Requires Capital.com account and compliance with their terms
- 81.31% of retail accounts lose money — ensure agent guardrails
- Only 4 stars — relatively new listing
See Also¶
- [[index]] — Full external MCP catalog
- Sugra API MCP — Comprehensive business data MCP
- Fintel MCP — Financial data MCP
- AlphaVantage MCP — Stock market data MCP