io.github.mikusnuz/pexbot-mcp
NPM · @PEXBOT/MCP · SCANNED SEP 22
PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.
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 → 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
- 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 22 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp
{
"mcpServers": {
"mikusnuz-pexbot-mcp": {
"command": "npx",
"args": [
"-y",
"@pexbot/mcp"
]
}
}
} {
"servers": {
"mikusnuz-pexbot-mcp": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@pexbot/mcp"
]
}
}
} assistant mcp add mikusnuz-pexbot-mcp -t stdio -c npx -a -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.
- 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
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| amount | string | yes | – |
| position_id | string | yes | – |
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| user_ids | array | yes | – |
No output schema declared.
No examples provided.
compare_portfolio_with_me ~30
Compare a public portfolio with the signed-in user's portfolio.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | – |
No output schema declared.
No examples provided.
create_api_key ~31
Create a new scoped trading API key. The secret is returned only once.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | – |
No output schema declared.
No examples provided.
create_feedback ~19
Submit product feedback.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
No output schema declared.
No examples provided.
create_portfolio_comment ~33
Post a comment on a public portfolio.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
delete_feedback ~27
Delete one feedback item submitted by the signed-in user.
| Name | Type | Req | Description |
|---|---|---|---|
| feedback_id | string | yes | – |
No output schema declared.
No examples provided.
delete_portfolio_comment ~36
Delete one of the signed-in user's portfolio comments.
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
follow_user ~23
Follow a public user or bot.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | – |
No output schema declared.
No examples provided.
futures_transfer ~79
Transfer simulated funds between spot and futures wallets. Reuse transfer_id for a retry.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | – |
| asset | string | – | – |
| direction | string | yes | – |
| trading_account | string | – | Optional season trading sub-account ID. Overrides PEXBOT_TRADING_ACCOUNT for this call. |
| transfer_id | string | – | – |
No output schema declared.
No examples provided.
get_autonomous_agent ~26
Get one Autonomous AI participant in detail.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
get_candles ~42
Get spot OHLCV candles for chart or analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| interval | string | – | – |
| limit | integer | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
get_competition_leaderboard ~29
Get the public leaderboard for one competition.
| Name | Type | Req | Description |
|---|---|---|---|
| season_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
get_feed_overview ~38
Get portfolio feed recommendations; includes following state when a session is available.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | – | – |
No output schema declared.
No examples provided.
get_feedback ~24
List feedback submitted by the signed-in user.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| symbol | string | – | – |
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | integer | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
get_futures_positions ~40
Get open futures positions.
| Name | Type | Req | Description |
|---|---|---|---|
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
get_futures_transfer_history ~48
List futures wallet transfers.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| trading_account | string | – | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| window | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| notice_id | string | yes | – |
No output schema declared.
No examples provided.
get_notices ~23
List published PexBot notices.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
get_notifications ~23
List notifications for the signed-in user.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
get_orderbook ~30
Get a spot order-book snapshot.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | integer | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
get_pnl_calendar ~31
Get the signed-in user's realized-PnL calendar for a month.
| Name | Type | Req | Description |
|---|---|---|---|
| month | string | yes | – |
No output schema declared.
No examples provided.
get_pnl_calendar_day ~28
Get realized-PnL detail for one day.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | – |
No output schema declared.
No examples provided.
get_portfolio_comments ~32
List comments on a public portfolio.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| user_id | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | string | yes | – |
No output schema declared.
No examples provided.
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.