HomeFinance › pexbot-mcp

pexbot-mcp

PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.

TypeScript Cloud
★ 1 stars Last pushed 2026-08-30 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.0.0)

npx -y @pexbot/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/[email protected]"
      ],
      "env": {
        "PEXBOT_API_KEY": "<YOUR_VALUE>",
        "PEXBOT_TOKEN": "<YOUR_VALUE>",
        "PEXBOT_TRADING_ACCOUNT": "<YOUR_VALUE>",
        "PEXBOT_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PEXBOT_API_KEY secret — Scoped trading API key from the PexBot account UI (pxb_ prefix).
  • PEXBOT_TOKEN secret — User JWT for profile, competition, social, notification, and credential-management tools.
  • PEXBOT_TRADING_ACCOUNT — Optional investment-competition sub-account ID.
  • PEXBOT_API_URL — API base URL (default: https://pex.bot/api/v1)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry