mcpbeat Sign in

Capital.com MCP Server

local only

Capital.com MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from pypi. Last commit 12 Jul 2026.

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

Installs per day peak 81 · avg 34 · -23% w/w
a month agotoday
140
Installs / week
pypi · capitalcom-mcp
0
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Capital.com MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add capitalcom-mcp-server -- uvx capitalcom-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "capitalcom-mcp-server": {
      "args": [
        "capitalcom-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.capitalcom-mcp-server]
command = "uvx"
args = ["capitalcom-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "capitalcom-mcp-server": {
      "args": [
        "capitalcom-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "capitalcom-mcp-server": {
      "args": [
        "capitalcom-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CAP_ENV_FILE (Path to a .env file holding credentials (alternative to inline secrets).), CAP_API_KEY (Capital.com API key (use a DEMO key first).), CAP_IDENTIFIER (Capital.com account identifier (email).), CAP_API_PASSWORD (Capital.com API password.), CAP_ENV (Environment: demo or live (default: demo).), CAP_ALLOW_TRADING (Set true to enable order execution (off by default).), CAP_ALLOWED_EPICS (Comma-separated EPIC allowlist for trading, or ALL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Capital.com MCP Server

same job, measured the same way
Securityscorecard MCP
by callmarcus

Community-built, comprehensive MCP server for the SecurityScorecard API (unofficial).

86 installs/wk local only
Spot AI MCP (Unofficial)
by phil-bryant

Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.

503 installs/wk local only
Mux
by mux

The official MCP Server for the Mux API

414 installs/wk 2 tools answering
Bitget Agent MCP
by bitget-ai

Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.

426 installs/wk local only
Wfirma MCP
by agente-dev

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

22 installs/wk local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

22 installs/wk local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
Google Health MCP
by davidmosiah

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

396 installs/wk local only

Capital.com MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Capital.com MCP Server?
Capital.com MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package capitalcom-mcp was installed 140 times last week.
How do I connect Capital.com MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls capitalcom-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Capital.com MCP Server?
The pypi package capitalcom-mcp was installed 140 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Capital.com MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.