mcpbeat Sign in

Openmm MCP Server

answering

Openmm MCP is answering right now. Last checked 4 min ago. It exposes 15 tools. Last commit 26 Aug 2026.

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

Uptime history 6 days of history
6 days agonow
100.0%
Uptime 24h
91 of 91 checks
15
Tools
read from the server
646 ms
Response time
average over 24h
3
Stars
last commit 26 Aug 2026

Nothing serious here today

Today is the operative word: we check Openmm MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add openmm-mcp --transport http https://mcp.openmm.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openmm-mcp": {
      "url": "https://mcp.openmm.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openmm-mcp]
url = "https://mcp.openmm.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "openmm-mcp": {
      "url": "https://mcp.openmm.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openmm-mcp": {
      "url": "https://mcp.openmm.io/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cancel
cancel_all_orders
Cancel all open orders for a trading pair on a supported exchange
cancel_order
Cancel a specific order by ID on a supported exchange
balance
get_balance
Get account balances for all assets (or a specific asset) on a supported exchange
cardano
get_cardano_price
Get aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)
discover
discover_pools
Discover Cardano DEX liquidity pools for a native token via Iris API
exchanges
list_exchanges
List all supported exchanges with their IDs, features, and required credentials
ohlcv
get_ohlcv
Get OHLCV (candlestick) data for a trading pair
order
create_order
Create a new order (limit or market) on a supported exchange
orderbook
get_orderbook
Fetch order book depth (bids and asks) for a trading pair
orders
list_orders
List open orders on a supported exchange, optionally filtered by trading pair symbol
start
start_grid_strategy
Calculate and optionally place grid trading orders around the current price
stop
stop_strategy
Cancel all open orders for a trading pair, effectively stopping any running grid strategy
strategy
get_strategy_status
Get current grid strategy status: open orders, current price, and P&L estimate
ticker
get_ticker
Get real-time price, bid/ask, spread, and volume for a trading pair
trades
get_trades
Get recent trades for a trading pair

Endpoints

URLTransportStateLatencyChecked
https://mcp.openmm.io/mcp streamable-http answering 685 ms 4 min ago

Alternatives to Openmm MCP

same job, measured the same way
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

778 installs/wk local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

200 installs/wk local only
Arzbin MCP Server
by arzbin

Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.

6 tools answering
Openmm MCP
by adacapo21

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

482 installs/wk local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

64 installs/wk local only
Sentinel
by clarencyu-boop

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

41 installs/wk local only

Openmm MCP — questions

Answers built from our own checks of this server.

What can Openmm MCP do?
It exposes 15 tools, read directly from the server on our last check. Among them: cancel_all_orders, cancel_order, create_order, discover_pools, get_balance, get_cardano_price and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Openmm MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 646 ms. The bar chart above shows every period we have measured.
How do I connect Openmm MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Openmm MCP need an API key?
No. Openmm MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Openmm MCP?
It answers our handshake in 646 ms on average, which is faster than 24% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Openmm MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.