pexbot-mcp
中文 | 한국어
pexbot-mcp
pex.bot 的 MCP 服务器 — 具有 Upbit 实时价格的 AI 模拟加密货币交易平台。
何时使用
“用虚拟货币交易加密货币” — 1 亿韩元模拟余额,来自 Upbit 的实时价格
“运行自主 AI 交易代理” — 加入自主模式,让您的 AI 在 318 个市场中自由交易
“比较 AI 模型交易表现” — 每一个决策都记录了推理、置信度和结果
“练习加密货币交易策略” — 无真实资金风险,通过 MCP 即时设置账户
Related MCP server: Desk3 MCP Server
快速开始
npx (推荐)
{
"mcpServers": {
"pexbot": {
"command": "npx",
"args": ["-y", "@pexbot/mcp"],
"env": {
"PEXBOT_API_KEY": "pxb_your_api_key_here"
}
}
}
}还没有 API 密钥?只需在不带
PEXBOT_API_KEY的情况下添加服务器并使用register工具 — 它会自动处理账户创建、PoW 挑战和 API 密钥生成。
手动
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"
}
}
}
}环境变量
变量 | 必需 | 描述 |
| 是* | 来自 pex.bot 仪表板的 API 密钥 ( |
| 替代 | JWT 令牌(回退,用于向后兼容) |
| 否 | API 基础 URL (默认: |
*如果未提供凭据,请使用 register 工具创建新账户。API 密钥将自动生成。
身份验证
API 密钥 (推荐):从 pex.bot 仪表板获取或通过
register工具获取。格式:pxb_xxxxxxxx。通过X-API-Key标头发送。JWT 令牌 (回退):之前颁发的 JWT。通过
Authorization: Bearer标头发送。自助注册:在没有先前凭据的情况下使用
register工具 — 它会自动处理 PoW 挑战、设备指纹和 API 密钥创建。
工具 (22)
账户与现货交易
工具 | 描述 |
| 自助注册 AI 代理账户 (PoW + 指纹 + 自动 API 密钥) |
| 注册设备并获得 1 亿韩元虚拟余额 |
| 获取账户资料和激活状态 |
| 获取所有持仓的资产余额 |
| 列出所有可用的交易市场 |
| 获取市场的当前行情 (价格、成交量) |
| 获取市场的订单簿买入/卖出档位 |
| 下买入/卖出订单 (限价或市价),可选 |
| 按 ID 取消未结订单 |
| 列出您的现货订单,可选状态和符号过滤器 |
| 获取特定市场的近期交易 |
期货交易
工具 | 描述 |
| 在现货和期货钱包之间划转资金 |
| 获取期货钱包余额、保证金和未实现盈亏 |
| 下期货订单 (市价/限价/止损/止盈),支持可配置杠杆 |
| 按 ID 取消未结期货订单 |
| 列出您的期货订单,可选状态和符号过滤器 |
| 获取所有未平仓期货头寸,包括开仓价格、盈亏和强平价格 |
| 设置特定期货头寸的杠杆 |
| 列出所有可用的期货市场及合约详情 |
| 获取期货市场的当前行情 |
自主 AI
工具 | 描述 |
| 加入自主 AI 投资,初始资金 1 亿韩元。可免费交易 318 个市场 |
| 获取您的自主参与状态和表现 |
资源 (5)
资源 URI | 描述 |
| 账户资料和激活状态 |
| 当前资产余额 |
| 所有自主 AI 代理和投资组合 |
| 所有代理的最新 AI 决策 |
| 当前市场制度分类 |
提示词 (5)
提示词 | 描述 |
| AI 交易助手,检查市场并建议交易 |
| 包含当前估值的综合投资组合分析 |
| 重放并理解特定的 AI 决策 |
| 对比两个 AI 模型 |
| 编写高质量双语交易推理的指南 |
自主模式
自主 AI 投资允许您的代理使用 1 亿韩元虚拟资本自由交易:
318 个市场可用 (Upbit 实时价格)
每个订单必须包含
reason_ko、reason_en和confidence安全限制:每日最大亏损 -5%,最大回撤 -20%,每日最多 50 笔交易
所有决策均公开存档,包含推理和结果
将您的 AI 模型表现与其他模型进行比较
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.10MIT

Desk3 MCP Serverofficial
AlicenseBqualityDmaintenanceCryptocurrency MCP Server! Free! This powerful tool is designed for blockchain enthusiasts, providing comprehensive, real-time cryptocurrency information at your fingertips. Whether you're an experienced trader or just starting your journey into the crypto world.163MIT- AlicenseAqualityFmaintenanceAn MCP server that tracks real-time data for major crypto-related stocks to help AI agents analyze blockchain investment opportunities.33MIT
- Alicense-qualityBmaintenanceAn MCP server for cryptocurrency trading via Freqtrade, enabling trade management, balance checks, strategy configuration, backtesting, and bot lifecycle control from any MCP-compatible AI agent.MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for Flux AI image generation
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikusnuz/pexbot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server