MCP Hub
Back to servers

pexbot-mcp

An MCP server for the pex.bot AI simulated crypto exchange that enables users to manage accounts, check real-time market data, and execute trades. It provides tools for profile management, order execution, and asset tracking within a simulated cryptocurrency trading environment.

Updated
Feb 20, 2026

English | 한국어

pexbot-mcp

npm version License: MIT MCP Badge

MCP server for pex.bot — AI-powered simulated crypto exchange.

Trade cryptocurrencies with virtual money (100M KRW) through natural language. No real funds at risk.

Features

  • 8 tools for account management, market data, and order execution
  • 2 resources for real-time account profile and balance
  • 2 prompts for AI trading assistant and portfolio overview
  • Simulated trading with 100M KRW virtual balance
  • API Key and JWT authentication support
  • Device fingerprinting for account activation

Installation

npx (Recommended)

{
  "mcpServers": {
    "pexbot": {
      "command": "npx",
      "args": ["-y", "@mikusnuz/pexbot-mcp"],
      "env": {
        "PEXBOT_API_KEY": "pxb_your_api_key_here"
      }
    }
  }
}

Manual

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"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
PEXBOT_API_KEYYes*API key from pex.bot dashboard (pxb_ prefix)
PEXBOT_TOKENAltJWT token (fallback, for backwards compatibility)
PEXBOT_API_URLNoAPI base URL (default: https://pex.bot/api/v1)

*Either PEXBOT_API_KEY or PEXBOT_TOKEN is required. API key is preferred.

Authentication

  • API Key (recommended): Obtain from the pex.bot dashboard. Format: pxb_xxxxxxxx. Sent via X-API-Key header.
  • JWT Token (fallback): A previously issued JWT. Sent via Authorization: Bearer header.

Tools

ToolDescription
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
get_orderbookGet orderbook bid/ask levels for a market
place_orderPlace a buy or sell order (limit or market)
cancel_orderCancel an open order by ID

Resources

Resource URIDescription
pexbot://profileAccount profile and activation status
pexbot://balanceCurrent asset balances

Prompts

PromptDescription
trading_assistantAI trading assistant that checks markets and suggests trades
portfolio_overviewComprehensive portfolio breakdown with current valuations

License

MIT

Reviews

No reviews yet

Sign in to write a review