Servers
Openmm MCP
@QBT-Labs
MCP server giving AI agents real crypto trading capabilities. 13+ tools for market data, order execution, grid strategies, and portfolio management across 4 exchanges
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openmm": {
"command": "npx",
"args": [
"@qbtlabs/openmm-mcp"
],
"env": {
"MEXC_API_KEY": "your_key",
"MEXC_SECRET_KEY": "your_secret",
"KRAKEN_API_KEY": "your_key",
"KRAKEN_SECRET": "your_secret"
}
}
}
}