Back to Browse

Capitalcom MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (0 strong, 3 medium validity signals). 3 known CVEs in dependencies (1 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to a .env file holding credentials (alternative to inline secrets).Optional

Environment variable: CAP_ENV_FILE

Capital.com API key (use a DEMO key first).Required

Environment variable: CAP_API_KEY

Capital.com account identifier (email).Required

Environment variable: CAP_IDENTIFIER

Capital.com API password.Required

Environment variable: CAP_API_PASSWORD

Environment: demo or live (default: demo).Optional

Environment variable: CAP_ENV

Set true to enable order execution (off by default).Optional

Environment variable: CAP_ALLOW_TRADING

Comma-separated EPIC allowlist for trading, or ALL.Optional

Environment variable: CAP_ALLOWED_EPICS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-simontarara62-capitalcom-mcp-server": {
      "env": {
        "CAP_ENV": "your-cap-env-here",
        "CAP_API_KEY": "your-cap-api-key-here",
        "CAP_ENV_FILE": "your-cap-env-file-here",
        "CAP_IDENTIFIER": "your-cap-identifier-here",
        "CAP_API_PASSWORD": "your-cap-api-password-here",
        "CAP_ALLOWED_EPICS": "your-cap-allowed-epics-here",
        "CAP_ALLOW_TRADING": "your-cap-allow-trading-here"
      },
      "args": [
        "capitalcom-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!