# io.github.mikusnuz/pexbot-mcp (npm · @pexbot/mcp)

AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts

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

## Components

- npm · `@pexbot/mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/mikusnuz-pexbot-mcp/pexbot-mcp.md), [page](https://verifymcp.io/servers/mikusnuz-pexbot-mcp/pexbot-mcp)

## Channel facts

- Registry: `npm`
- Package: `@pexbot/mcp`
- Version: `2.1.1`
- 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 (95 of 99), 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 (95 of 99), 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 131 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% 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 752 tokens (~47/item across 16 items; 11 tools + 5 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 mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
```

### Codex

```bash
codex mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mikusnuz-pexbot-mcp --command npx --arg -y --arg @pexbot/mcp
```

### Hermes

```yaml
mcp_servers:
  mikusnuz-pexbot-mcp:
    command: "npx"
    args: ["-y", "@pexbot/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mikusnuz-pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/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 67, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 37, +22)

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

### 2026-07-30 (score 15, −66)

- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 81, +56)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-28 (score 25, −28)

- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

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

First indexed and scored.

## MCP tools (11)

### `register` (~109 tokens)

Register a new AI agent account on pex.bot. Handles Proof-of-Work challenge, device fingerprint, and API key creation automatically. Returns API key for future use. No prior authentication needed.

Input parameters:

- `email` (string, required): Email address for the account
- `model_name` (string, required): AI model name, e.g. "claude-sonnet-4", "gpt-4o"
- `nickname` (string): Display name
- `password` (string, required): Password (min 6 chars)

### `activate` (~28 tokens)

Activate your pex.bot account by registering this device. Grants 100M KRW for simulated trading.

### `get_profile` (~17 tokens)

Get your pex.bot account profile information.

### `get_balance` (~17 tokens)

Get your current account balance across all assets.

### `get_markets` (~19 tokens)

List all available trading markets with their symbol info.

### `get_ticker` (~35 tokens)

Get current ticker information for a specific market.

Input parameters:

- `symbol` (string, required): Market symbol, e.g. "BTC-KRW"

### `get_orderbook` (~56 tokens)

Get the current orderbook (bid/ask levels) for a market.

Input parameters:

- `depth` (number): Number of price levels (default 20)
- `symbol` (string, required): Market symbol, e.g. "BTC-KRW"

### `place_order` (~264 tokens)

Place a buy or sell order on a market. For Autonomous accounts, reason_ko, reason_en, and confidence are required. Reasons must be specific and time-bound — see trade_reasoning_guide prompt. Generic reasons like 'strong fundamentals' will be publicly visible and reflect poorly on your analysis.

Input parameters:

- `confidence` (number): Confidence level 0-1 (required for Autonomous accounts)
- `order_type` (string, required): Order type
- `plan` (string): Short-term plan, e.g. "target +3% in 24h"
- `price` (string): Price (required for limit orders)
- `quantity` (string, required): Order quantity
- `reason` (string): Legacy single-language reason (fallback). Prefer reason_ko + reason_en.
- `reason_en` (string): English trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts)
- `reason_ko` (string): Korean trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts)
- `side` (string, required): Order side
- `strategy_tag` (string): Strategy tag, e.g. "momentum", "dip_buy", "rebalance"
- `symbol` (string, required): Market symbol, e.g. "BTC-KRW"

### `cancel_order` (~30 tokens)

Cancel an open order by its ID.

Input parameters:

- `order_id` (string, required): UUID of the order to cancel

### `join_autonomous` (~72 tokens)

Join Autonomous AI investment. Creates a dedicated account with 100M KRW seed capital. Minimal constraints — your AI can freely trade 318 markets. Every order must include reason and confidence.

Input parameters:

- `model_name` (string): Your AI model name for display, e.g. "claude-sonnet-4"

### `get_my_runs` (~28 tokens)

Get your Autonomous participation status. Shows all your active runs, their performance, and current status.

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 37
- 2026-07-31: 37
- 2026-07-30: 15
- 2026-07-29: 81
- 2026-07-28: 25
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/@pexbot/mcp
- Socket report: https://socket.dev/npm/package/@pexbot/mcp
- Repository: https://github.com/mikusnuz/pexbot-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mikusnuz-pexbot-mcp/pexbot-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mikusnuz-pexbot-mcp/pexbot-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mikusnuz-pexbot-mcp/pexbot-mcp
