mcpbeat Sign in

Pexbot MCP Server

local only

Pexbot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 228 · avg 20 · +42% w/w
a month agotoday
79
Installs / week
npm · @pexbot/mcp
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pexbot MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pexbot-mcp -- npx -y @pexbot/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pexbot-mcp]
command = "npx"
args = ["-y", "@pexbot/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PEXBOT_API_KEY (Scoped trading API key from the PexBot account UI (pxb_ prefix).), PEXBOT_TOKEN (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pexbot MCP

same job, measured the same way
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Trakkr
by macklpgr

AI visibility analytics for brands across citations, prompts, competitors, research, and reports.

239 installs/wk answering
Transition MCP
by nftechie

AI-powered multisport coaching — workouts, training plans, and performance analytics.

local only
Adology MCP Server
by adologyai

Competitive ad intelligence for AI agents: portfolios, ad/content search, analytics, discovery.

answering
RaceHooks
by racehooks

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

34 installs/wk local only
Ramaris App
by ramaris-app

On-chain wallet analytics and trading strategies on Base for AI assistants

local only
Curistat Trading Analytics
by moxiespirit

Futures volatility intelligence: forecasts, regime detection, signals, and analogs for ES/NQ.

75 installs/wk local only
Quantrisk
by 78degrees

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

84 installs/wk local only

Pexbot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pexbot MCP?
Pexbot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pexbot/mcp was installed 79 times last week.
How do I connect Pexbot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pexbot/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pexbot MCP?
The npm package @pexbot/mcp was installed 79 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pexbot MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.