Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mikusnuz/pexbot-mcp

NPM · @PEXBOT/MCP · SCANNED AUG 3

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

Available components

+14 this week 67 Trust /100
Trust breakdown (6 categories)

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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 752 tokens (~47/item across 16 items; 11 tools + 5 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.

Install

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 · @pexbot/mcp

# add to Claude Code
claude mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add mikusnuz-pexbot-mcp --command npx --arg -y --arg @pexbot/mcp
# ~/.hermes/config.yaml
mcp_servers:
  mikusnuz-pexbot-mcp:
    command: "npx"
    args: ["-y", "@pexbot/mcp"]
// mcp.json
{
  "mcpServers": {
    "mikusnuz-pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ]
    }
  }
}
Changelog

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.

  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 +22
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −66
    • Malware scan: pass → unverified security
    • Known CVEs: partial → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +56
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −28
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 53

    First indexed and scored.

Diagnostics

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/@pexbot/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~675 tokens

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.

Tool Tokens
activate ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cancel_order ~30

Cancel an open order by its ID.

NameTypeReqDescription
order_idstringyesUUID of the order to cancel

No output schema declared.

No examples provided.

get_balance ~17

Get your current account balance across all assets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_markets ~19

List all available trading markets with their symbol info.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_my_runs ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_orderbook ~56

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

NameTypeReqDescription
depthnumberNumber of price levels (default 20)
symbolstringyesMarket symbol, e.g. "BTC-KRW"

No output schema declared.

No examples provided.

get_profile ~17

Get your pex.bot account profile information.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ticker ~35

Get current ticker information for a specific market.

NameTypeReqDescription
symbolstringyesMarket symbol, e.g. "BTC-KRW"

No output schema declared.

No examples provided.

join_autonomous ~72

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.

NameTypeReqDescription
model_namestringYour AI model name for display, e.g. "claude-sonnet-4"

No output schema declared.

No examples provided.

place_order ~264

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.

NameTypeReqDescription
confidencenumberConfidence level 0-1 (required for Autonomous accounts)
order_typestringyesOrder type
planstringShort-term plan, e.g. "target +3% in 24h"
pricestringPrice (required for limit orders)
quantitystringyesOrder quantity
reasonstringLegacy single-language reason (fallback). Prefer reason_ko + reason_en.
reason_enstringEnglish trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts)
reason_kostringKorean trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts)
sidestringyesOrder side
strategy_tagstringStrategy tag, e.g. "momentum", "dip_buy", "rebalance"
symbolstringyesMarket symbol, e.g. "BTC-KRW"

No output schema declared.

No examples provided.

register ~109

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.

NameTypeReqDescription
emailstringyesEmail address for the account
model_namestringyesAI model name, e.g. "claude-sonnet-4", "gpt-4o"
nicknamestringDisplay name
passwordstringyesPassword (min 6 chars)

No output schema declared.

No examples provided.