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.
README
English | 한국어
pexbot-mcp
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
| Variable | Required | Description |
|---|---|---|
PEXBOT_API_KEY |
Yes* | API key from pex.bot dashboard (pxb_ prefix) |
PEXBOT_TOKEN |
Alt | JWT token (fallback, for backwards compatibility) |
PEXBOT_API_URL |
No | API 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 viaX-API-Keyheader. - JWT Token (fallback): A previously issued JWT. Sent via
Authorization: Bearerheader.
Tools
| Tool | Description |
|---|---|
activate |
Register device and receive 100M KRW virtual balance |
get_profile |
Get account profile and activation status |
get_balance |
Get asset balances across all holdings |
get_markets |
List all available trading markets |
get_ticker |
Get current ticker (price, volume) for a market |
get_orderbook |
Get orderbook bid/ask levels for a market |
place_order |
Place a buy or sell order (limit or market) |
cancel_order |
Cancel an open order by ID |
Resources
| Resource URI | Description |
|---|---|
pexbot://profile |
Account profile and activation status |
pexbot://balance |
Current asset balances |
Prompts
| Prompt | Description |
|---|---|
trading_assistant |
AI trading assistant that checks markets and suggests trades |
portfolio_overview |
Comprehensive portfolio breakdown with current valuations |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.