io.github.adacapo21/openmm-mcp
NPM · @QBTLABS/OPENMM-MCP · SCANNED AUG 3
AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (130 of 134), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 95 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1140 tokens (~71/item across 16 items; 13 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @qbtlabs/openmm-mcp
claude mcp add adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp
codex mcp add adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"adacapo21-openmm-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@qbtlabs/openmm-mcp"
],
"enabled": true
}
}
} openclaw mcp add adacapo21-openmm-mcp --command npx --arg -y --arg @qbtlabs/openmm-mcp
mcp_servers:
adacapo21-openmm-mcp:
command: "npx"
args: ["-y", "@qbtlabs/openmm-mcp"] {
"mcpServers": {
"adacapo21-openmm-mcp": {
"command": "npx",
"args": [
"-y",
"@qbtlabs/openmm-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → 50 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 2 Aug 26 −2
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 50 → unverified ▼ functional
- 1 Aug 26 +16
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −42
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 50 → unverified ▼ functional
- 28 Jul 26 0
- Security disclosure: unverified → fail ▼ functional
- 27 Jul 26 48
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@qbtlabs/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 130 packages
130 packages in the resolved dependency tree · 129 deprecated · 43 stale · 1 without a linked repository.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cancel_all_orders ~70
Cancel all open orders for a trading pair on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
cancel_order ~80
Cancel a specific order by ID on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| orderId | string | yes | The order ID to cancel |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
create_order ~127
Create a new order (limit or market) on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Order amount in base currency |
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| price | number | — | Order price (required for limit orders, ignored for market orders) |
| side | string | yes | Order side: buy or sell |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
| type | string | yes | Order type: limit or market |
No output schema declared.
No examples provided.
discover_pools ~46
Discover Cardano DEX liquidity pools for a native token via Iris API
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Cardano token symbol (INDY, SNEK, MIN, NIGHT) |
No output schema declared.
No examples provided.
get_balance ~75
Get account balances for all assets (or a specific asset) on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | — | Optional asset to filter by (e.g., USDT, BTC). Returns all assets if omitted. |
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
No output schema declared.
No examples provided.
get_cardano_price ~55
Get aggregated price for a Cardano native token from DEX liquidity pools (TOKEN/USDT via ADA bridge)
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Cardano token symbol (INDY, SNEK, MIN, NIGHT) |
No output schema declared.
No examples provided.
get_orderbook ~98
Fetch order book depth (bids and asks) for a trading pair on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| limit | number | — | Number of results to return (default: 10, max: 100) |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
get_strategy_status ~75
Get current grid strategy status: open orders, current price, and P&L estimate
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
get_ticker ~79
Get real-time price, bid/ask, spread, and volume for a trading pair on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
get_trades ~91
Get recent trades for a trading pair on a supported exchange
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| limit | number | — | Number of results to return (default: 20, max: 100) |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
list_orders ~73
List open orders on a supported exchange, optionally filtered by trading pair symbol
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| symbol | string | — | Optional trading pair to filter by (e.g., BTC/USDT). Returns all if omitted. |
No output schema declared.
No examples provided.
start_grid_strategy ~182
Calculate and optionally place grid trading orders around the current price
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | Preview grid without placing orders (default: true) |
| exchange | string | yes | 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 | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.
stop_strategy ~72
Cancel all open orders for a trading pair, effectively stopping any running grid strategy
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange to query. Supported: mexc, gateio, bitget, kraken |
| symbol | string | yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) |
No output schema declared.
No examples provided.