Odel
openmm mcp

openmm mcp

Local
@qbt-labs3TypeScriptMITUpdated Today

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

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

npm@qbtlabs/openmm-mcpv1.0.5

Run

npx -y @qbtlabs/openmm-mcp

MCP client config

{
  "mcpServers": {
    "openmm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qbtlabs/openmm-mcp"
      ]
    }
  }
}