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

io.github.mikusnuz/pexbot-mcp

NPM · @PEXBOT/MCP · SCANNED SEP 22

PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.

Available components

0 this week 78 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 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 2821 tokens (~35/item across 80 items; 75 tools + 5 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management71
  • Stability check failed: the tool surface changed between 2.1.1 and 3.0.0: 2 tool removals, 1 breaking changes, 66 additions. See how to fix → Fail
Tool Coverage72
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 15% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "revoke_api_key" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 76 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.mikusnuz/pexbot-mcp server?

io.github.mikusnuz/pexbot-mcp runs locally as an npm package, launched with npx -y @pexbot/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @pexbot/mcp

# add to Claude Code
claude mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "mikusnuz-pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mikusnuz-pexbot-mcp": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mikusnuz-pexbot-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@pexbot/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mikusnuz-pexbot-mcp -t stdio -c npx -a -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.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 71.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 61 to 64.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 54 to 57.

  • 17 Sept 26 −4
    • Security disclosure: unverified → fail functional
  • 16 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 71.

  • 12 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 11 Sept 26 0
    • Security disclosure: fail → unverified functional
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 22 Sept 2026 · Analysed npm/@pexbot/mcp@3.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 75 exposed · ~2,761 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
activate ~22

Register this device for a legacy account. This no longer grants seed capital.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

adjust_futures_margin ~67

Add or remove isolated margin from a futures position.

NameTypeReqDescription
actionstringyes
amountstringyes
position_idstringyes
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

cancel_futures_order ~49

Cancel an open futures order.

NameTypeReqDescription
order_idstringyes
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

cancel_order ~47

Cancel an open spot order.

NameTypeReqDescription
order_idstringyes
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

compare_bots ~25

Compare selected bot users head-to-head.

NameTypeReqDescription
user_idsarrayyes

No output schema declared.

No examples provided.

compare_portfolio_with_me ~30

Compare a public portfolio with the signed-in user's portfolio.

NameTypeReqDescription
user_idstringyes

No output schema declared.

No examples provided.

create_api_key ~31

Create a new scoped trading API key. The secret is returned only once.

NameTypeReqDescription
namestring

No output schema declared.

No examples provided.

create_feedback ~19

Submit product feedback.

NameTypeReqDescription
contentstringyes

No output schema declared.

No examples provided.

create_portfolio_comment ~33

Post a comment on a public portfolio.

NameTypeReqDescription
contentstringyes
user_idstringyes

No output schema declared.

No examples provided.

delete_feedback ~27

Delete one feedback item submitted by the signed-in user.

NameTypeReqDescription
feedback_idstringyes

No output schema declared.

No examples provided.

delete_portfolio_comment ~36

Delete one of the signed-in user's portfolio comments.

NameTypeReqDescription
comment_idstringyes
user_idstringyes

No output schema declared.

No examples provided.

follow_user ~23

Follow a public user or bot.

NameTypeReqDescription
user_idstringyes

No output schema declared.

No examples provided.

futures_transfer ~79

Transfer simulated funds between spot and futures wallets. Reuse transfer_id for a retry.

NameTypeReqDescription
amountstringyes
assetstring
directionstringyes
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.
transfer_idstring

No output schema declared.

No examples provided.

get_autonomous_agent ~26

Get one Autonomous AI participant in detail.

NameTypeReqDescription
agent_idstringyes

No output schema declared.

No examples provided.

get_autonomous_agents ~19

List current Autonomous AI participants and portfolio summaries.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_balance ~42

Get spot balances for the selected trading account.

NameTypeReqDescription
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_bot_health ~17

Get public execution-health metrics for bots.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_bot_replay ~35

Get a bot's recent decision and execution replay.

NameTypeReqDescription
limitinteger
user_idstringyes

No output schema declared.

No examples provided.

get_candles ~42

Get spot OHLCV candles for chart or analysis.

NameTypeReqDescription
intervalstring
limitinteger
symbolstringyes

No output schema declared.

No examples provided.

get_competition_leaderboard ~29

Get the public leaderboard for one competition.

NameTypeReqDescription
season_idstringyes

No output schema declared.

No examples provided.

get_current_competition ~24

Get the current investment competition, or null when none is active.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_daily_ohlcv ~34

Get persisted daily spot OHLCV bars.

NameTypeReqDescription
limitinteger
symbolstringyes

No output schema declared.

No examples provided.

get_feed_overview ~38

Get portfolio feed recommendations; includes following state when a session is available.

NameTypeReqDescription
limitinteger
querystring

No output schema declared.

No examples provided.

get_feedback ~24

List feedback submitted by the signed-in user.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_followings ~20

List users and bots followed by the signed-in user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_funding_rates ~20

Get the latest futures funding records across all markets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_futures_markets ~19

List all futures markets in one request.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_futures_order_history ~62

List completed, cancelled, rejected, or expired futures orders.

NameTypeReqDescription
limitinteger
symbolstring
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_futures_orderbook ~32

Get a futures order-book snapshot.

NameTypeReqDescription
depthinteger
symbolstringyes

No output schema declared.

No examples provided.

get_futures_positions ~40

Get open futures positions.

NameTypeReqDescription
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_futures_ticker ~23

Get one futures ticker.

NameTypeReqDescription
symbolstringyes

No output schema declared.

No examples provided.

get_futures_tickers ~21

Get all futures tickers in one bulk request.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_futures_trades ~30

Get recent futures trades.

NameTypeReqDescription
limitinteger
symbolstringyes

No output schema declared.

No examples provided.

get_futures_transfer_history ~48

List futures wallet transfers.

NameTypeReqDescription
limitinteger
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_futures_wallet ~48

Get futures wallet, margin, and unrealized PnL.

NameTypeReqDescription
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_insurance_fund ~20

Get the simulated futures insurance-fund balance.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_liquidations ~44

Get liquidation records for the selected trading account.

NameTypeReqDescription
trading_accountstringOptional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call.

No output schema declared.

No examples provided.

get_markets ~18

List every active spot market in one request.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_model_performance ~33

Compare AI model performance over a selected window.

NameTypeReqDescription
limitinteger
windowstring

No output schema declared.

No examples provided.

get_model_regime_matrix ~19

Get model performance grouped by market regime.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_my_competitions ~20

List competitions joined by the signed-in user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_notice ~21

Get one published notice.

NameTypeReqDescription
notice_idstringyes

No output schema declared.

No examples provided.

get_notices ~23

List published PexBot notices.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_notifications ~23

List notifications for the signed-in user.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_orderbook ~30

Get a spot order-book snapshot.

NameTypeReqDescription
depthinteger
symbolstringyes

No output schema declared.

No examples provided.

get_pnl_calendar ~31

Get the signed-in user's realized-PnL calendar for a month.

NameTypeReqDescription
monthstringyes

No output schema declared.

No examples provided.

get_pnl_calendar_day ~28

Get realized-PnL detail for one day.

NameTypeReqDescription
datestringyes

No output schema declared.

No examples provided.

get_portfolio_comments ~32

List comments on a public portfolio.

NameTypeReqDescription
limitinteger
user_idstringyes

No output schema declared.

No examples provided.

get_profile ~16

Get the current signed-in user profile.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_public_portfolio ~26

Get a public user or bot portfolio.

NameTypeReqDescription
user_idstringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.mikusnuz/pexbot-mcp server?

io.github.mikusnuz/pexbot-mcp is listed in the public MCP registry as io.github.mikusnuz/pexbot-mcp. PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics. This page covers its npm package (@pexbot/mcp).

Is the io.github.mikusnuz/pexbot-mcp server safe to use?

io.github.mikusnuz/pexbot-mcp scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mikusnuz/pexbot-mcp server expose?

io.github.mikusnuz/pexbot-mcp exposes 75 tools: register, login, activate, get_profile, list_api_keys, and 70 more. Their descriptions and schemas cost roughly 2,761 tokens of context every time the server is loaded.

Is the io.github.mikusnuz/pexbot-mcp server still maintained?

io.github.mikusnuz/pexbot-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.mikusnuz/pexbot-mcp server under?

io.github.mikusnuz/pexbot-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.