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
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
- 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 131 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
codex mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-pexbot-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@pexbot/mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-pexbot-mcp --command npx --arg -y --arg @pexbot/mcp
mcp_servers:
mikusnuz-pexbot-mcp:
command: "npx"
args: ["-y", "@pexbot/mcp"] {
"mcpServers": {
"mikusnuz-pexbot-mcp": {
"command": "npx",
"args": [
"-y",
"@pexbot/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.
- 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | UUID 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.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | number | — | Number of price levels (default 20) |
| symbol | string | yes | Market 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.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Market 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.
| Name | Type | Req | Description |
|---|---|---|---|
| model_name | string | — | Your 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | number | — | Confidence level 0-1 (required for Autonomous accounts) |
| order_type | string | yes | Order type |
| plan | string | — | Short-term plan, e.g. "target +3% in 24h" |
| price | string | — | Price (required for limit orders) |
| quantity | string | yes | 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 | yes | Order side |
| strategy_tag | string | — | Strategy tag, e.g. "momentum", "dip_buy", "rebalance" |
| symbol | string | yes | Market 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address for the account | |
| model_name | string | yes | AI model name, e.g. "claude-sonnet-4", "gpt-4o" |
| nickname | string | — | Display name |
| password | string | yes | Password (min 6 chars) |
No output schema declared.
No examples provided.