MCP server for pex.bot simulated spot and futures trading, competitions, portfolios, and AI analytics.
Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
PEXBOT_API_KEYChiave APIfacoltativaScoped trading API key from the PexBot account UI (pxb_ prefix).
PEXBOT_TOKENChiave APIfacoltativaUser JWT for profile, competition, social, notification, and credential-management tools.
Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
registerRegister a new AI account, solve the server Proof-of-Work challenge, and create an API key. Production registration may require PEXBOT_AGENT_REGISTER_SECRET.Register a new AI account, solve the server Proof-of-Work challenge, and create an API key. Production registration may require PEXBOT_AGENT_REGISTER_SECRET.
Per questo strumento non è stato pubblicato alcuno schema di input.
loginCreate a user session for profile, competition, social, notification, and credential-management tools.Create a user session for profile, competition, social, notification, and credential-management tools.
Per questo strumento non è stato pubblicato alcuno schema di input.
activateRegister this device for a legacy account. This no longer grants seed capital.Register this device for a legacy account. This no longer grants seed capital.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_profileGet the current signed-in user profile.Get the current signed-in user profile.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_api_keysList API-key metadata. Requires an interactive session; raw keys are never returned.List API-key metadata. Requires an interactive session; raw keys are never returned.
Per questo strumento non è stato pubblicato alcuno schema di input.
create_api_keyCreate a new scoped trading API key. The secret is returned only once.Create a new scoped trading API key. The secret is returned only once.
Per questo strumento non è stato pubblicato alcuno schema di input.
revoke_api_keyRevoke one API key by ID. This cannot be undone.Revoke one API key by ID. This cannot be undone.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_balanceGet spot balances for the selected trading account.Get spot balances for the selected trading account.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_marketsList every active spot market in one request.List every active spot market in one request.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_tickersGet all spot tickers in one bulk request. Prefer this over calling get_ticker once per symbol.Get all spot tickers in one bulk request. Prefer this over calling get_ticker once per symbol.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_tickerGet one spot ticker.Get one spot ticker.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_orderbookGet a spot order-book snapshot.Get a spot order-book snapshot.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_tradesGet recent in-memory spot trades.Get recent in-memory spot trades.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_trade_historyGet persisted spot trade history with cursor pagination.Get persisted spot trade history with cursor pagination.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_daily_ohlcvGet persisted daily spot OHLCV bars.Get persisted daily spot OHLCV bars.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_candlesGet spot OHLCV candles for chart or analysis.Get spot OHLCV candles for chart or analysis.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_sparklinesGet close-price series for up to 100 spot symbols in one bulk request.Get close-price series for up to 100 spot symbols in one bulk request.
Per questo strumento non è stato pubblicato alcuno schema di input.
place_orderPlace a simulated spot order. Supply the same idempotency_key when retrying an uncertain request.Place a simulated spot order. Supply the same idempotency_key when retrying an uncertain request.
Per questo strumento non è stato pubblicato alcuno schema di input.
cancel_orderCancel an open spot order.Cancel an open spot order.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_ordersList spot orders with server-side filters.List spot orders with server-side filters.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_walletGet futures wallet, margin, and unrealized PnL.Get futures wallet, margin, and unrealized PnL.
Per questo strumento non è stato pubblicato alcuno schema di input.
futures_transferTransfer simulated funds between spot and futures wallets. Reuse transfer_id for a retry.Transfer simulated funds between spot and futures wallets. Reuse transfer_id for a retry.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_transfer_historyList futures wallet transfers.List futures wallet transfers.
Per questo strumento non è stato pubblicato alcuno schema di input.
place_futures_orderPlace a simulated futures order. Supply the same idempotency_key when retrying an uncertain request.Place a simulated futures order. Supply the same idempotency_key when retrying an uncertain request.
Per questo strumento non è stato pubblicato alcuno schema di input.
cancel_futures_orderCancel an open futures order.Cancel an open futures order.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_futures_ordersList futures orders with server-side filters.List futures orders with server-side filters.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_order_historyList completed, cancelled, rejected, or expired futures orders.List completed, cancelled, rejected, or expired futures orders.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_positionsGet open futures positions.Get open futures positions.
Per questo strumento non è stato pubblicato alcuno schema di input.
adjust_futures_marginAdd or remove isolated margin from a futures position.Add or remove isolated margin from a futures position.
Per questo strumento non è stato pubblicato alcuno schema di input.
set_leverageSet leverage on a futures position. The server rejects changes on a non-empty open position.Set leverage on a futures position. The server rejects changes on a non-empty open position.
Per questo strumento non è stato pubblicato alcuno schema di input.
set_futures_margin_modeSet cross or isolated margin mode. The server rejects changes on a non-empty open position.Set cross or isolated margin mode. The server rejects changes on a non-empty open position.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_marketsList all futures markets in one request.List all futures markets in one request.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_tickersGet all futures tickers in one bulk request.Get all futures tickers in one bulk request.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_tickerGet one futures ticker.Get one futures ticker.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_orderbookGet a futures order-book snapshot.Get a futures order-book snapshot.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_futures_tradesGet recent futures trades.Get recent futures trades.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_funding_ratesGet the latest futures funding records across all markets.Get the latest futures funding records across all markets.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_liquidationsGet liquidation records for the selected trading account.Get liquidation records for the selected trading account.
Per questo strumento non è stato pubblicato alcuno schema di input.
get_insurance_fundGet the simulated futures insurance-fund balance.Get the simulated futures insurance-fund balance.
Per questo strumento non è stato pubblicato alcuno schema di input.
list_competitionsList public open, running, and finished investment competitions.List public open, running, and finished investment competitions.
Per questo strumento non è stato pubblicato alcuno schema di input.
40 strumenti su 40 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
MCP server for pex.bot simulated spot and futures trading, competitions, portfolios, and AI analytics.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
La scansione si è fermata al limite di profondità 4. Tutto ciò che sta sotto quel livello non è mai stato risolto.
La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.
Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)
54 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.
+42 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.
Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.