MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
If you already use Openmm MCP, the openmm mcp mcp server is the piece that lets your assistant work with it directly. MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_exchanges — List supported exchangesget_ticker — Real-time price, bid/ask, spread, volumeget_orderbook — Order book depth (bids/asks)get_trades — Recent trades with buy/sell summaryget_ohlcv — OHLCV candlestick dataAccount — The Account tool exposed by this serverlist_orders — Open orders (all or by symbol)Trading — The Trading tool exposed by this servercancel_order — Cancel order by IDcancel_all_orders — Cancel all orders for a pairget_cardano_price — Aggregated token price from DEXesdiscover_pools — Discover liquidity poolsBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: MCP_TRANSPORT, OPENMM_SOCKET, PAYMENT_SERVER, X402_TESTNET, MEXC_API_KEY, MEXC_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Openmm MCP's toolset — list_exchanges, get_ticker, get_orderbook and 11 more — is a fair guide to whether it matches your workflow. It is maintained by qbt-labs; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Openmm MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_exchanges | List supported exchanges |
| get_ticker | Real-time price, bid/ask, spread, volume |
| get_orderbook | Order book depth (bids/asks) |
| get_trades | Recent trades with buy/sell summary |
| get_ohlcv | OHLCV candlestick data |
| Account | The Account tool exposed by this server. |
| list_orders | Open orders (all or by symbol) |
| Trading | The Trading tool exposed by this server. |
| cancel_order | Cancel order by ID |
| cancel_all_orders | Cancel all orders for a pair |
| get_cardano_price | Aggregated token price from DEXes |
| discover_pools | Discover liquidity pools |
| Strategy | The Strategy tool exposed by this server. |
| stop_strategy | Stop a running strategy |
{
"mcpServers": {
"openmm": {
"command": "npx",
"args": ["-y", "@qbtlabs/openmm-mcp"],
"env": {
"MCP_TRANSPORT": "your-value",
"OPENMM_SOCKET": "your-value",
"PAYMENT_SERVER": "your-value",
"X402_TESTNET": "your-value",
"MEXC_API_KEY": "your-value",
"MEXC_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT | Configuration value read at startup. | Optional |
| OPENMM_SOCKET | Configuration value read at startup. | Optional |
| PAYMENT_SERVER | Configuration value read at startup. | Optional |
| X402_TESTNET | Configuration value read at startup. | Optional |
| MEXC_API_KEY | Credential the server authenticates with. | Yes |
| MEXC_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.