# com.ai-rook.agents/trading-mcp (npm · ai-rook-trading-mcp)

22 pay-per-call agent APIs on x402: trading, web, AI, image gen. USDC on Base.

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

## Components

- npm · `ai-rook-trading-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp.md), [page](https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp)

## Channel facts

- Registry: `npm`
- Package: `ai-rook-trading-mcp`
- Version: `1.0.3`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1261 tokens (~60/item across 21 items; 21 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-ai-rook-agents-trading-mcp -- npx -y ai-rook-trading-mcp
```

### Codex

```bash
codex mcp add com-ai-rook-agents-trading-mcp -- npx -y ai-rook-trading-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ai-rook-agents-trading-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ai-rook-trading-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ai-rook-agents-trading-mcp --command npx --arg -y --arg ai-rook-trading-mcp
```

### Hermes

```yaml
mcp_servers:
  com-ai-rook-agents-trading-mcp:
    command: "npx"
    args: ["-y", "ai-rook-trading-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-ai-rook-agents-trading-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-rook-trading-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-02 (score 62, +19)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 43, −29)

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

### 2026-07-27 (score 72, 0)

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

### 2026-07-26 (score 72)

First indexed and scored.

## MCP tools (21)

### `market_pulse` (~56 tokens)

Live BTC/ETH market pulse — price, CVD, OI, momentum, session P&L | Price: $0.05 USDC | Endpoint: GET https://agents.ai-rook.com/api/market-pulse

### `trade_idea` (~46 tokens)

Active trade setups — entry, stop, target, confidence | Price: $1.00 USDC | Endpoint: GET https://agents.ai-rook.com/api/trade-idea

### `order_flow` (~68 tokens)

Order flow history with CVD, OI, liquidation events | Price: $0.50 USDC | Endpoint: GET https://agents.ai-rook.com/api/order-flow

Input parameters:

- `bars` (number): bars
- `symbol` (string): symbol
- `timeframe` (string): timeframe

### `liquidation_heatmap` (~52 tokens)

Real-time liquidation levels by leverage tier | Price: $0.25 USDC | Endpoint: GET https://agents.ai-rook.com/api/liquidation-heatmap

Input parameters:

- `symbol` (string): symbol

### `backtest` (~69 tokens)

Strategy backtest — win rate, profit factor, P&L | Price: $2.00 USDC | Endpoint: POST https://agents.ai-rook.com/api/backtest

Input parameters:

- `strategy` (string): strategy
- `symbol` (string): symbol
- `timeframe` (string): timeframe

### `ai_analysis` (~60 tokens)

AI chart analysis — trend, structure, key levels | Price: $0.10 USDC | Endpoint: POST https://agents.ai-rook.com/api/ai-analysis

Input parameters:

- `image` (base64): image
- `symbol` (string): symbol

### `smart_money` (~59 tokens)

Whale tracking on Base — large wallet movements | Price: $0.50 USDC | Endpoint: GET https://agents.ai-rook.com/api/smart-money

Input parameters:

- `chain` (string): chain
- `min_value` (number): min_value

### `agent_task` (~65 tokens)

Compute task on Queen M2.7 456B MoE inference | Price: $0.05 USDC | Endpoint: POST https://agents.ai-rook.com/api/agent-task

Input parameters:

- `max_tokens` (number): max_tokens
- `prompt` (string): prompt

### `credits_purchase` (~46 tokens)

Buy 50 credits — use any endpoint without per-call payment | Price: $5.00 USDC | Endpoint: POST https://agents.ai-rook.com/api/credits/purchase

### `web_fetch` (~50 tokens)

Extract clean text from any URL — strips ads/scripts | Price: $0.005 USDC | Endpoint: POST https://agents.ai-rook.com/api/web-fetch

Input parameters:

- `url` (string): url

### `web_search` (~58 tokens)

Web search via Brave — top 10 results as JSON | Price: $0.005 USDC | Endpoint: POST https://agents.ai-rook.com/api/search

Input parameters:

- `count` (number): count
- `query` (string): query

### `ip_lookup` (~51 tokens)

IP geolocation + ASN + proxy/VPN detection | Price: $0.002 USDC | Endpoint: GET https://agents.ai-rook.com/api/ip-lookup

Input parameters:

- `ip` (string): ip

### `email_validate` (~50 tokens)

Email validation — syntax + live MX record check | Price: $0.002 USDC | Endpoint: POST https://agents.ai-rook.com/api/email-validate

Input parameters:

- `email` (string): email

### `qr_generate` (~62 tokens)

Generate QR code from any text/URL — base64 PNG | Price: $0.002 USDC | Endpoint: POST https://agents.ai-rook.com/api/qr-generate

Input parameters:

- `size` (number): size
- `text` (string): text

### `pdf_extract` (~54 tokens)

Extract text from any PDF URL — up to 100K chars | Price: $0.02 USDC | Endpoint: POST https://agents.ai-rook.com/api/pdf-extract

Input parameters:

- `url` (string): url

### `domain_lookup` (~49 tokens)

Domain intelligence — DNS records + SSL expiry | Price: $0.005 USDC | Endpoint: POST https://agents.ai-rook.com/api/domain-lookup

Input parameters:

- `domain` (string): domain

### `screenshot` (~63 tokens)

Full-page screenshot of any URL — base64 PNG via headless Chromium | Price: $0.05 USDC | Endpoint: POST https://agents.ai-rook.com/api/screenshot

Input parameters:

- `full_page` (boolean): full_page
- `url` (string): url

### `summarize` (~78 tokens)

Summarize text or URL. Styles: concise/bullets/eli5. M2.7. | Price: $0.05 USDC | Endpoint: POST https://agents.ai-rook.com/api/summarize

Input parameters:

- `style` (string): style
- `text` (string): text
- `url` (string): url

### `extract_data` (~75 tokens)

Unstructured text → structured JSON. Pass fields[] or schema{}. M2.7. | Price: $0.10 USDC | Endpoint: POST https://agents.ai-rook.com/api/extract-data

Input parameters:

- `fields` (array): fields
- `schema` (object): schema
- `text` (string): text

### `classify` (~72 tokens)

Classify text into your categories. Single or multi-label. M2.7. | Price: $0.05 USDC | Endpoint: POST https://agents.ai-rook.com/api/classify

Input parameters:

- `categories` (array): categories
- `multi` (boolean): multi
- `text` (string): text

### `image_gen` (~78 tokens)

Text-to-image via FLUX.2-klein on Queen. Base64 PNG. First on x402. | Price: $0.15 USDC | Endpoint: POST https://agents.ai-rook.com/api/image-gen

Input parameters:

- `prompt` (string): prompt
- `size` (string): size
- `steps` (number): steps

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 43
- 2026-07-31: 43
- 2026-07-30: 72
- 2026-07-29: 72
- 2026-07-28: 72
- 2026-07-27: 72
- 2026-07-26: 72

## Links

- npm package: https://www.npmjs.com/package/ai-rook-trading-mcp
- Socket report: https://socket.dev/npm/package/ai-rook-trading-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-ai-rook-agents-trading-mcp/ai-rook-trading-mcp
