OpenMM MCP
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents via Claude Desktop, Claude Code, Cursor, Windsurf, and other MCP clients.
How to connect
https://openmm-mcp--qbtlabs.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(13)-
get_tickerGet real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange
-
get_orderbookFetch order book depth (bids and asks) for a trading pair on a supported exchange
-
get_tradesGet recent trades for a trading pair on a supported exchange
-
get_balanceGet account balances for all assets (or a specific asset) on a supported exchange
-
list_ordersList open orders on a supported exchange, optionally filtered by trading pair symbol
-
create_orderCreate a new order (limit or market) on a supported exchange
-
cancel_orderCancel a specific order by ID on a supported exchange
-
cancel_all_ordersCancel all open orders for a trading pair on a supported exchange
-
get_cardano_priceGet aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)
-
discover_poolsDiscover Cardano DEX liquidity pools for a native token via Iris API
-
start_grid_strategyCalculate and optionally place grid trading orders around the current price
-
stop_strategyCancel all open orders for a trading pair, effectively stopping any running grid strategy
-
get_strategy_statusGet current grid strategy status: open orders, current price, and P&L estimate