Capital.com Public API MCP Server
The Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Ads
Overview
Model Context Protocol (MCP) server for Capital.com Open API - enabling LLM-driven access to your Capital.com trading account. Your use of the Capital.com Public API and any third-party tools, including AI/LLM-based tools, is at your own risk. Capital.com is execution-only and does not endorse or take responsibility for third-party software or its outcomes. Nothing here is investment advice. You are solely responsible for your trading decisions, including any price differences arising from latency introduced by third-party tools, and must comply with applicable terms and laws.
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Check session status
Ask your assistant to verify login state and environment via `cap_session_status` before trading.
- Search markets
Use `cap_market_search` to find tradable instruments like "Bitcoin" and get their EPIC codes.
- Preview a trade
Request a risk-checked trade preview with `cap_trade_preview_position` to validate size and limits before execution.
- Execute a confirmed trade
Submit a previously previewed position using `cap_trade_execute` with explicit confirmation, subject to allowlist and size caps.
- List open positions
Retrieve current holdings with `cap_trade_positions_list` to review exposure and manage the portfolio.
- Monitor live prices
Set up real-time price tracking and alerts via the `live_price_monitor` prompt for selected markets.
Tags
- finance
- trading
- api
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.
kinance/circle-agent-stack-mcp
Circle Agent Stack for AI agents: create USDC wallets, set spend policies, send stablecoin, and pay x402-gated endpoints. Wraps the Circle CLI so auth stays out of the server. Six tools. `npx circle-agent-stack-mcp`