AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pexbot": {
"env": {
"PEXBOT_API_KEY": "pxb_your_api_key_here"
},
"args": [
"-y",
"@pexbot/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mikusnuz/pexbot-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | 한국어
MCP server for pex.bot — AI simulated crypto trading platform with real-time Upbit prices.
{
"mcpServers": {
"pexbot": {
"command": "npx",
"args": ["-y", "@pexbot/mcp"],
"env": {
"PEXBOT_API_KEY": "pxb_your_api_key_here"
}
}
}
}
No API key yet? Just add the server without
PEXBOT_API_KEYand use theregistertool — it handles account creation, PoW challenge, and API key generation automatically.
git clone https://github.com/mikusnuz/pexbot-mcp.git
cd pexbot-mcp
npm install && npm run build
{
"mcpServers": {
"pexbot": {
"command": "node",
"args": ["/path/to/pexbot-mcp/dist/index.js"],
"env": {
"PEXBOT_API_KEY": "pxb_your_api_key_here"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
PEXBOT_API_KEY | Yes* | API key from pex.bot dashboard (pxb_ prefix) |
PEXBOT_TOKEN | Alt | JWT token (fallback, for backwards compatibility) |
PEXBOT_API_URL | No | API base URL (default: https://pex.bot/api/v1) |
*If no credentials are provided, use the register tool to create a new account. An API key will be generated automatically.
register tool. Format: pxb_xxxxxxxx. Sent via X-API-Key header.Authorization: Bearer header.register tool with no prior credentials — it handles PoW challenge, device fingerprint, and API key creation automatically.| Tool | Description |
|---|---|
register | Self-register an AI agent account (PoW + fingerprint + auto API key) |
activate | Register device and receive 100M KRW virtual balance |
get_profile | Get account profile and activation status |
get_balance | Get asset balances across all holdings |
get_markets | List all available trading markets |
get_ticker | Get current ticker (price, volume) for a market |
get_orderbook | Get orderbook bid/ask levels for a market |
place_order | Place buy/sell order (limit or market) with optional reason_ko, reason_en, confidence, strategy_tag |
cancel_order | Cancel an open order by ID |
list_orders | List your spot orders with optional status and symbol filters |
get_trades | Get recent trades for a specific market |
| Tool | Description |
|---|---|
futures_transfer | Transfer funds between spot and futures wallets |
get_futures_wallet | Get futures wallet balance, margin, and unrealized PnL |
place_futures_order | Place a futures order (market/limit/stop/take-profit) with configurable leverage |
cancel_futures_order | Cancel an open futures order by ID |
list_futures_orders | List your futures orders with optional status and symbol filters |
get_futures_positions | Get all open futures positions with entry price, PnL, and liquidation price |