# io.github.adacapo21/openmm-mcp (npm · @qbtlabs/openmm-mcp)

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

- Trust score: 63/100 (medium)
- Change this week: +15
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@qbtlabs/openmm-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp.md), [page](https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp)

## Channel facts

- Registry: `npm`
- Package: `@qbtlabs/openmm-mcp`
- Version: `1.0.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 95 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1140 tokens (~71/item across 16 items; 13 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp
```

### Codex

```bash
codex mcp add adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adacapo21-openmm-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@qbtlabs/openmm-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adacapo21-openmm-mcp --command npx --arg -y --arg @qbtlabs/openmm-mcp
```

### Hermes

```yaml
mcp_servers:
  adacapo21-openmm-mcp:
    command: "npx"
    args: ["-y", "@qbtlabs/openmm-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "adacapo21-openmm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qbtlabs/openmm-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 50
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 20, −2)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 50 → unverified

### 2026-08-01 (score 22, +16)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 6, −42)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 50 → unverified

### 2026-07-28 (score 48, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-07-27 (score 48)

First indexed and scored.

## MCP tools (13)

### `get_ticker` (~79 tokens)

Get real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `get_orderbook` (~98 tokens)

Fetch order book depth (bids and asks) for a trading pair on a supported exchange

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `limit` (number): Number of results to return (default: 10, max: 100)
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `get_trades` (~91 tokens)

Get recent trades for a trading pair on a supported exchange

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `limit` (number): Number of results to return (default: 20, max: 100)
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `get_balance` (~75 tokens)

Get account balances for all assets (or a specific asset) on a supported exchange

Input parameters:

- `asset` (string): Optional asset to filter by (e.g., USDT, BTC). Returns all assets if omitted.
- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken

### `list_orders` (~73 tokens)

List open orders on a supported exchange, optionally filtered by trading pair symbol

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `symbol` (string): Optional trading pair to filter by (e.g., BTC/USDT). Returns all if omitted.

### `create_order` (~127 tokens)

Create a new order (limit or market) on a supported exchange

Input parameters:

- `amount` (number, required): Order amount in base currency
- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `price` (number): Order price (required for limit orders, ignored for market orders)
- `side` (string, required): Order side: buy or sell
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)
- `type` (string, required): Order type: limit or market

### `cancel_order` (~80 tokens)

Cancel a specific order by ID on a supported exchange

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `orderId` (string, required): The order ID to cancel
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `cancel_all_orders` (~70 tokens)

Cancel all open orders for a trading pair on a supported exchange

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `get_cardano_price` (~55 tokens)

Get aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)

Input parameters:

- `symbol` (string, required): Cardano token symbol (INDY, SNEK, MIN, NIGHT)

### `discover_pools` (~46 tokens)

Discover Cardano DEX liquidity pools for a native token via Iris API

Input parameters:

- `symbol` (string, required): Cardano token symbol (INDY, SNEK, MIN, NIGHT)

### `start_grid_strategy` (~182 tokens)

Calculate and optionally place grid trading orders around the current price

Input parameters:

- `dryRun` (boolean): Preview grid without placing orders (default: true)
- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `levels` (number): Grid levels per side (default: 5)
- `orderSize` (number): Base order size in quote currency (default: 50)
- `sizeModel` (string): Size model
- `spacing` (number): Base spacing as decimal (default: 0.02 = 2%)
- `spacingFactor` (number): Factor for geometric spacing (default: 1.3)
- `spacingModel` (string): Spacing model
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `stop_strategy` (~72 tokens)

Cancel all open orders for a trading pair, effectively stopping any running grid strategy

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

### `get_strategy_status` (~75 tokens)

Get current grid strategy status: open orders, current price, and P&L estimate

Input parameters:

- `exchange` (string, required): Exchange to query. Supported: mexc, gateio, bitget, kraken
- `symbol` (string, required): Trading pair symbol (e.g., BTC/USDT, INDY/USDT)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 20
- 2026-08-01: 22
- 2026-07-31: 6
- 2026-07-29: 48
- 2026-07-28: 48
- 2026-07-27: 48

## Links

- npm package: https://www.npmjs.com/package/@qbtlabs/openmm-mcp
- Socket report: https://socket.dev/npm/package/@qbtlabs/openmm-mcp
- Repository: https://github.com/QBT-Labs/openMM-MCP
- Changelog RSS feed: https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/adacapo21-openmm-mcp/qbtlabs-openmm-mcp
