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).
Run
uvx capitalcom-mcp
MCP client config
{
"mcpServers": {
"capital-com-mcp-server": {
"command": "uvx",
"args": [
"capitalcom-mcp"
]
}
}
}