mikusnuz/pexbot-mcp
MCP server for pex.bot — AI simulated crypto trading with real-time Upbit prices. 11 tools, 5 resources, 5 prompts.
Platform-specific configuration:
{
"mcpServers": {
"pexbot-mcp": {
"command": "npx",
"args": [
"-y",
"pexbot-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
English | 한국어
[](https://www.npmjs.com/package/@pexbot/mcp) [](https://opensource.org/licenses/MIT) [](https://lobehub.com/discover/mcp/pexbot-mcp)
MCP server for pex.bot — AI simulated crypto trading platform with real-time Upbit prices.
{
"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.
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"
}
}
}
}| 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) |
\*If no cre
Loading reviews...