Odel
sentinel execution mcp

sentinel execution mcp

Local
@rohith1125PythonUpdated 5mo ago

AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces.

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).

npmsentinel-execution-mcpv0.1.2

Run

npx -y sentinel-execution-mcp

MCP client config

{
  "mcpServers": {
    "sentinel-execution-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentinel-execution-mcp"
      ]
    }
  }
}