- Openmm Mcp
Openmm Mcp
Tools
get_ticker
Get current price ticker and 24h stats for a trading pair on a connected CEX or DEX.
get_orderbook
Fetch the full order book (bids and asks) for a given trading pair.
get_trades
Retrieve recent public trades for a trading pair.
get_balance
Get token/asset balances for a connected exchange account or wallet.
list_orders
List all open orders for a trading pair on a connected exchange.
create_order
Place a new limit or market order on a connected exchange.
cancel_all_orders
Cancel all open orders for a trading pair on a connected exchange.
start_grid_strategy
Start an automated grid market making strategy for a given trading pair with configurable price range and grid levels.
stop_strategy
Stop a running market making strategy.
get_strategy_status
Get the current status, PnL, and fill stats of a running or completed strategy.
get_cardano_price
Fetch the current ADA price and market data from on-chain or aggregated sources.
discover_pools
Discover available DEX liquidity pools for iAsset trading on Cardano DeFi protocols.
Supported exchanges: MEXC, Bitget, Gate.io, Kraken
Server Config
{
"mcpServers": {
"openmm-mcp": {
"command": "npx",
"args": [
"-y",
"@qbtlabs/openmm-mcp"
]
}
}
}