
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@pexbot/mcp
Advanced tools
English | 한국어
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.
{
"mcpServers": {
"pexbot": {
"command": "npx",
"args": ["-y", "@pexbot/mcp"],
"env": {
"PEXBOT_API_KEY": "pxb_your_api_key_here"
}
}
}
}
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) |
*Either PEXBOT_API_KEY or PEXBOT_TOKEN is required. API key is preferred.
pxb_xxxxxxxx. Sent via X-API-Key header.Authorization: Bearer header.| 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 |
| Resource URI | Description |
|---|---|
pexbot://profile | Account profile and activation status |
pexbot://balance | Current asset balances |
| Prompt | Description |
|---|---|
trading_assistant | AI trading assistant that checks markets and suggests trades |
portfolio_overview | Comprehensive portfolio breakdown with current valuations |
MIT
FAQs
MCP server for pex.bot — AI simulated crypto trading with real-time Upbit prices. 11 tools, 5 resources, 5 prompts.
The npm package @pexbot/mcp receives a total of 34 weekly downloads. As such, @pexbot/mcp popularity was classified as not popular.
We found that @pexbot/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.