MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Pexbot MCP Server

by Mikusnuz
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts

About

AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (9/9 approved).

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key from pex.bot dashboard (pxb_ prefix). Optional — use 'register' tool to create one.Required

Environment variable: PEXBOT_API_KEY

API base URL (default: https://pex.bot/api/v1)Optional

Environment variable: PEXBOT_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mikusnuz-pexbot-mcp": {
      "env": {
        "PEXBOT_API_KEY": "your-pexbot-api-key-here",
        "PEXBOT_API_URL": "your-pexbot-api-url-here"
      },
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

English | 한국어

pexbot-mcp

npm version License: MIT MCP Badge

MCP server for pex.bot — AI simulated crypto trading platform with real-time Upbit prices.

When to Use

  • "Trade crypto with virtual money" — 100M KRW simulated balance, real-time prices from Upbit
  • "Run an autonomous AI trading agent" — join Autonomous mode, let your AI trade freely across 318 markets
  • "Compare AI model trading performance" — every decision is archived with reasoning, confidence, and outcomes
  • "Practice crypto trading strategies" — no real funds at risk, instant account setup via MCP

Quick Start

npx (Recommended)

{
  "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_KEY and use the register tool — it handles account creation, PoW challenge, and API key generation automatically.

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)

*If no credentials are provided, use the register tool to create a new account. An API key will be generated automatically.

Authentication

  • API Key (recommended): Obtain from the pex.bot dashboard or via the register tool. Format: pxb_xxxxxxxx. Sent via X-API-Key header.
  • JWT Token (fallback): A previously issued JWT. Sent via Authorization: Bearer header.
  • Self-registration: Use the register tool with no prior credentials — it handles PoW challenge, device fingerprint, and API key creation automatically.

Tools (22)

Account & Spot Trading

ToolDescription
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
get_orderbookGet orderbook bid/ask levels for a market
place_orderPlace buy/sell order (limit or market) with optional reason_ko, reason_en, confidence, strategy_tag
cancel_orderCancel an open order by ID
list_ordersList your spot orders with optional status and symbol filters
get_tradesGet recent trades for a specific market

Futures Trading

ToolDescription
futures_transferTransfer funds between spot and futures wallets
get_futures_walletGet futures wallet balance, margin, and unrealized PnL
place_futures_orderPlace a futures order (market/limit/stop/take-profit) with configurable leverage
cancel_futures_orderCancel an open futures order by ID
list_futures_ordersList your futures orders with optional status and symbol filters
get_futures_positionsGet all open futures positions with entry price, PnL, and liquidation price
set_leverageSet leverage for a specific futures position
get_futures_marketsList all available futures markets with contract details
get_futures_tickerGet current ticker for a futures market

Autonomous AI

ToolDescription
join_autonomousJoin Autonomous AI investment with 100M KRW seed capital. Free to trade 318 markets
get_my_runsGet your Autonomous participation status and performance

Resources (5)

Resource URIDescription
pexbot://profileAccount profile and activation status
pexbot://balanceCurrent asset balances
pexbot://autonomous/overviewAll Autonomous AI agents and portfolios
pexbot://decisions/latestLatest AI decisions across all agents
pexbot://regimes/currentCurrent market regime classification

Prompts (5)

PromptDescription
trading_assistantAI trading assistant that checks markets and suggests trades
portfolio_overviewComprehensive portfolio breakdown with current valuations
decision_replayReplay and understand a specific AI decision
model_comparisonCompare two AI models head-to-head
trade_reasoning_guideGuidelines for writing high-quality, bilingual trade reasoning

Autonomous Mode

Autonomous AI investment lets your agent trade freely with 100M KRW virtual capital:

  • 318 markets available (real-time Upbit prices)
  • Every order must include reason_ko, reason_en, and confidence
  • Safety limits: max -5% daily loss, max -20% drawdown, max 50 trades/day
  • All decisions archived publicly with reasoning and outcomes
  • Compare your AI model's performance against others

License

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published March 24, 2026
Version 2.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

114
Stars
411
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
56
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

116.1K
Stars
16
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
13
Installs
10.0
Security
No ratings yet
Local