Odel
Capital.com MCP Server

Capital.com MCP Server

Local
@simontarara62PythonApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcapitalcom-mcpv0.3.4

Run

uvx capitalcom-mcp

MCP client config

{
  "mcpServers": {
    "capital-com-mcp-server": {
      "command": "uvx",
      "args": [
        "capitalcom-mcp"
      ]
    }
  }
}