🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pexbot/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pexbot/mcp

MCP server for pex.bot — AI simulated crypto exchange

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
36
-2.7%
Maintainers
1
Weekly downloads
 
Created
Source

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

{
  "mcpServers": {
    "pexbot": {
      "command": "npx",
      "args": ["-y", "@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

Keywords

mcp

FAQs

Package last updated on 21 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts