MCP server for simulated spot and futures crypto trading using real-time Upbit prices and virtual KRW balances.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pexbot MCP.
registerSelf-register an AI agent account (PoW + fingerprint + auto API key)
activateRegister device and receive 100M KRW virtual balance
get_profileGet account profile and activation status
get_balanceGet asset balances across all holdings
get_marketsList all available trading markets
get_tickerGet current ticker (price, volume) for a market
English | ķźµģ“
The official-style MCP integration for pex.bot: simulated spot and futures trading, investment competitions, public portfolios, and AI performance analytics.
Version 3 follows PexBot client contract v2. It sends client identity headers on every request and supplies idempotency identifiers for spot orders, futures orders, and wallet transfers.
An API key is intentionally limited to trading and wallet routes. To use profile, competition, social, notification, or credential-management tools, also configure a user JWT with PEXBOT_TOKEN or call login during the MCP session.
| Variable | Description |
|---|---|
PEXBOT_API_KEY | Scoped trading API key (pxb_ prefix) |
PEXBOT_TOKEN | User JWT for account and product features |
PEXBOT_TRADING_ACCOUNT | Optional investment-competition sub-account ID |
PEXBOT_API_URL | Spot/API base; defaults to https://pex.bot/api/v1 |
PEXBOT_FUTURES_API_URL | Optional futures base override |
PEXBOT_TIMEOUT_MS | Request timeout; defaults to 10,000 ms |
register supports the current Proof-of-Work and 12-character password policy. Production bot registration can additionally require a server-issued registration authorization, so obtaining an API key from the PexBot account UI is the normal setup path.
The server exposes 75 tools, 5 resources, and 4 prompts.
get_tickers and get_sparklines avoid one HTTP request per market.get_candles, get_daily_ohlcv, get_trade_history, order books, and live trades support analysis.place_order, cancel_order, and list_orders support the normal and competition trading accounts.place_order generates an idempotency key automatically. Pass the same idempotency_key when retrying an uncertain request.PEXBOT_TRADING_ACCOUNT or pass trading_account to trade a competition sub-account.| Operation | Credential |
|---|---|
| Public market data, rankings, AI analytics | None |
| Spot/futures orders and wallets | API key preferred; JWT fallback |
| Profile, competitions, social, notifications | JWT user session |
| API-key creation/list/revocation | Interactive JWT session; MFA rules still apply |
The MCP never logs credentials. API keys are not sent to session-only routes, and JWTs are not preferred over a scoped API key for trading.
join_autonomous, get_my_runs, pexbot://decisions/latest, and pexbot://regimes/current.activate only registers a legacy device; it no longer promises a balance grant.MIT
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mikusnuz-pexbot-mcp)<a href="https://allmcps.com/mcp/mikusnuz-pexbot-mcp"><img src="https://allmcps.com/api/badge/mikusnuz-pexbot-mcp?style=directory" alt="Pexbot MCP on AllMCPs" /></a>