openmm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEXC_API_KEY | No | API key for the MEXC exchange. | |
| BITGET_SECRET | No | Secret for the Bitget exchange. | |
| GATEIO_SECRET | No | Secret for the Gate.io exchange. | |
| KRAKEN_SECRET | No | Secret for the Kraken exchange. | |
| BITGET_API_KEY | No | API key for the Bitget exchange. | |
| GATEIO_API_KEY | No | API key for the Gate.io exchange. | |
| KRAKEN_API_KEY | No | API key for the Kraken exchange. | |
| MEXC_SECRET_KEY | No | Secret key for the MEXC exchange. | |
| BITGET_PASSPHRASE | No | Passphrase for the Bitget exchange. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tickerA | Get real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange |
| get_orderbookB | Fetch order book depth (bids and asks) for a trading pair on a supported exchange |
| get_tradesC | Get recent trades for a trading pair on a supported exchange |
| get_balanceB | Get account balances for all assets (or a specific asset) on a supported exchange |
| list_ordersB | List open orders on a supported exchange, optionally filtered by trading pair symbol |
| create_orderC | Create a new order (limit or market) on a supported exchange |
| cancel_orderC | Cancel a specific order by ID on a supported exchange |
| cancel_all_ordersB | Cancel all open orders for a trading pair on a supported exchange |
| get_cardano_priceB | Get aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge) |
| discover_poolsC | Discover Cardano DEX liquidity pools for a native token via Iris API |
| start_grid_strategyC | Calculate and optionally place grid trading orders around the current price |
| stop_strategyA | Cancel all open orders for a trading pair, effectively stopping any running grid strategy |
| get_strategy_statusC | Get current grid strategy status: open orders, current price, and P&L estimate |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| market_analysis | Analyze market conditions for a trading pair using ticker, order book, and recent trades data |
| portfolio_overview | Get a comprehensive overview of account balances and open orders across an exchange |
| grid_setup_advisor | Analyze market conditions and recommend optimal grid trading configuration |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| exchanges-list | |
| grid-strategy | |
| grid-profiles |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QBT-Labs/openmm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server