Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Capital.com MCP Server

PYPI · CAPITALCOM-MCP · SCANNED SEP 20

Unofficial community MCP for the Capital.com Open API. Guarded two-phase trades; demo-first.

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 3 of 29 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 96 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2626 tokens (~58/item across 45 items; 42 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "cap_trade_execute_position" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 44 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Capital.com MCP Server server?

Capital.com MCP Server runs locally as a PyPI package, launched with uvx capitalcom-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · capitalcom-mcp

# add to Claude Code
claude mcp add simontarara62-capitalcom-mcp-server -- uvx capitalcom-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "simontarara62-capitalcom-mcp-server": {
      "command": "uvx",
      "args": [
        "capitalcom-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "simontarara62-capitalcom-mcp-server": {
      "command": "uvx",
      "args": [
        "capitalcom-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add simontarara62-capitalcom-mcp-server -- uvx capitalcom-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "simontarara62-capitalcom-mcp-server": {
      "type": "local",
      "command": [
        "uvx",
        "capitalcom-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add simontarara62-capitalcom-mcp-server --command uvx --arg capitalcom-mcp
# ~/.hermes/config.yaml
mcp_servers:
  simontarara62-capitalcom-mcp-server:
    command: "uvx"
    args: ["capitalcom-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "simontarara62-capitalcom-mcp-server": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "capitalcom-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add simontarara62-capitalcom-mcp-server -t stdio -c uvx -a capitalcom-mcp
// mcp.json
{
  "mcpServers": {
    "simontarara62-capitalcom-mcp-server": {
      "command": "uvx",
      "args": [
        "capitalcom-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/capitalcom-mcp@0.3.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 29 packages
Packages resolved 29
Stale 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 42 exposed · ~1,972 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cap_account_demo_topup ~44

Top up the demo account balance (DEMO ONLY). The SDK enforces demo + confirm.

NameTypeReqDescription
amountnumberyes
confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_account_history_activity ~63

Get account activity history (deals, orders, updates). detailed adds fields; deal_id filters.

NameTypeReqDescription
deal_id
detailedboolean
from_date
last_periodinteger
to_date

Structured output declared, but exposes no named fields.

No examples provided.

cap_account_history_transactions ~53

Get transaction history (deposits, withdrawals, P&L). Optional type filter.

NameTypeReqDescription
from_date
last_periodinteger
to_date
type

Structured output declared, but exposes no named fields.

No examples provided.

cap_account_list ~23

List all trading accounts (balance, currency, type). Requires authentication.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_account_preferences_get ~24

Get account preferences (hedging mode, per-asset-class leverage).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_account_preferences_set ~45

Set account preferences (TRADE-GATED). Requires confirm=true when configured.

NameTypeReqDescription
confirmboolean
hedging_mode
leverages

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_get ~28

Get full market details and dealing rules for an EPIC.

NameTypeReqDescription
epicstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_navigation_node ~28

Get child nodes/markets under a navigation node.

NameTypeReqDescription
node_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_navigation_root ~19

Get the root market-navigation tree (categories).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_prices ~62

Get historical OHLC candles. resolution e.g. MINUTE_15, HOUR, DAY.

NameTypeReqDescription
epicstringyes
from_date
maxinteger
resolutionstring
to_date

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_search ~44

Search markets by term or EPIC list. limit truncates results client-side.

NameTypeReqDescription
epics
limitinteger
search_term

Structured output declared, but exposes no named fields.

No examples provided.

cap_market_sentiment ~30

Get client sentiment (long vs short %) for a market.

NameTypeReqDescription
market_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_session_login ~40

Create or verify a session. force=true re-logs in; account_id switches account.

NameTypeReqDescription
account_id
forceboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_session_logout ~19

End the session and clear tokens. Requires authentication.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_session_ping ~20

Keep the session alive (extends timeout). Requires authentication.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_session_status ~26

Get current session status (login state, account, token expiry). No auth required.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_session_switch_account ~29

Switch the active trading account by ID. Requires authentication.

NameTypeReqDescription
account_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_stream_alerts ~59

Monitor EPICs for price-level crossings. alerts: {EPIC: {level, direction: ABOVE|BELOW}}.

NameTypeReqDescription
alertsobjectyes
auto_closeboolean
duration_snumber

Structured output declared, but exposes no named fields.

No examples provided.

cap_stream_candles ~97

Stream live OHLC bars for up to 40 EPICs at the given resolutions (WebSocket). resolutions e.g. ["MINUTE", "HOUR"]; bar_type "classic" or "heikin-ashi".

NameTypeReqDescription
bar_typestring
duration_snumber
epicsarrayyes
resolutionsarrayyes
update_interval_snumber

Structured output declared, but exposes no named fields.

No examples provided.

cap_stream_portfolio ~42

Stream live portfolio snapshots for open positions for duration_s seconds (WebSocket).

NameTypeReqDescription
duration_snumber
update_interval_snumber

Structured output declared, but exposes no named fields.

No examples provided.

cap_stream_prices ~55

Stream live bid/offer for up to 40 EPICs for duration_s seconds (WebSocket).

NameTypeReqDescription
duration_snumber
epicsarrayyes
update_interval_snumber

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_confirm_get ~39

Get deal-confirmation status (ACCEPTED/REJECTED/pending) for a deal reference.

NameTypeReqDescription
deal_referencestringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_confirm_wait ~49

Poll the confirmation endpoint until ACCEPTED/REJECTED or timeout.

NameTypeReqDescription
deal_referencestringyes
poll_interval_msinteger
timeout_snumber

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_execute_position ~62

Execute a previewed position (CREATES A REAL TRADE). SDK enforces all safety gates.

NameTypeReqDescription
confirmboolean
preview_idstringyes
timeout_snumber
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_execute_working_order ~64

Execute a previewed working order (CREATES A REAL ORDER). SDK enforces all safety gates.

NameTypeReqDescription
confirmboolean
preview_idstringyes
timeout_snumber
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_orders_amend ~99

Amend a working order's level/expiry/stops-limits (SIDE EFFECT). Requires confirm.

NameTypeReqDescription
confirmboolean
deal_idstringyes
good_till_date
level
profit_distance
profit_level
stop_distance
stop_level
timeout_snumber
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_orders_cancel ~56

Cancel a working order (SIDE EFFECT). Requires confirm + trading enabled.

NameTypeReqDescription
confirmboolean
deal_idstringyes
timeout_snumber
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_orders_list ~23

List all working orders (pending LIMIT/STOP that haven't triggered).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_positions_amend ~96

Amend stop-loss / take-profit on an open position (SIDE EFFECT). Requires confirm.

NameTypeReqDescription
confirmboolean
deal_idstringyes
guaranteed_stop
profit_distance
profit_level
stop_distance
stop_level
timeout_snumber
trailing_stop
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_positions_close ~56

Close an open position (SIDE EFFECT). Requires confirm + trading enabled.

NameTypeReqDescription
confirmboolean
deal_idstringyes
timeout_snumber
wait_for_confirmboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_positions_get ~28

Get a single position's details by deal ID.

NameTypeReqDescription
deal_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_positions_list ~26

List all open positions (P&L, direction, size, attached orders).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_preview_position ~102

Preview a position (NO SIDE EFFECTS). Runs the full risk pipeline; returns preview_id.

NameTypeReqDescription
directionstringyes
epicstringyes
guaranteed_stopboolean
profit_amount
profit_distance
profit_level
sizenumberyes
stop_amount
stop_distance
stop_level
trailing_stopboolean

Structured output declared, but exposes no named fields.

No examples provided.

cap_trade_preview_working_order ~127

Preview a working order (NO SIDE EFFECTS). type is LIMIT or STOP. Returns preview_id.

NameTypeReqDescription
directionstringyes
epicstringyes
good_till_date
guaranteed_stopboolean
levelnumberyes
profit_amount
profit_distance
profit_level
sizenumberyes
stop_amount
stop_distance
stop_level
trailing_stopboolean
typestringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_add_market ~51

Add a market (EPIC) to a watchlist. Requires confirm when configured.

NameTypeReqDescription
confirmboolean
epicstringyes
watchlist_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_create ~40

Create a new watchlist (1-100 chars). Requires confirm when configured.

NameTypeReqDescription
confirmboolean
namestringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_delete ~36

Delete a watchlist. Requires confirm when configured.

NameTypeReqDescription
confirmboolean
watchlist_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_get ~29

Get a watchlist's details including its markets.

NameTypeReqDescription
watchlist_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_list ~19

List all watchlists (IDs and names).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cap_watchlists_remove_market ~51

Remove a market (EPIC) from a watchlist. Requires confirm when configured.

NameTypeReqDescription
confirmboolean
epicstringyes
watchlist_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

fetch ~34

ChatGPT Deep Research: fetch a market's details. Returns {id,title,text,url,metadata}.

NameTypeReqDescription
idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

search ~35

ChatGPT Deep Research: search Capital.com markets. Returns {results:[{id,title,url}]}.

NameTypeReqDescription
querystringyes

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Capital.com MCP Server server?

Capital.com MCP Server is listed in the public MCP registry as io.github.SimonTarara62/capitalcom-mcp-server. Unofficial community MCP for the Capital.com Open API. Guarded two-phase trades; demo-first. This page covers its PyPI package (capitalcom-mcp).

Is the Capital.com MCP Server server safe to use?

Capital.com MCP Server scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Capital.com MCP Server server expose?

Capital.com MCP Server exposes 42 tools: cap_session_status, cap_session_login, cap_session_ping, cap_session_logout, cap_session_switch_account, and 37 more. Their descriptions and schemas cost roughly 1,972 tokens of context every time the server is loaded.

Is the Capital.com MCP Server server still maintained?

Capital.com MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Capital.com MCP Server server under?

Capital.com MCP Server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.