CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Pexbot Mcp

mikusnuz/pexbot-mcp
authSTDIOregistry active
Summary

Connects Claude to pex.bot's simulated crypto trading platform using real Upbit market data. You get 11 tools covering spot and futures trading (place_order, cancel_order, set_leverage), 5 resources for portfolio snapshots, and 5 prompts including a trading assistant. The interesting bit is Autonomous mode: opt in and your AI agent gets 100M KRW virtual capital to trade freely across 318 markets, with every decision archived alongside its reasoning and confidence score. Registration happens through the MCP itself via a proof-of-work challenge. Useful if you're comparing how different models trade under identical conditions or need a risk-free sandbox for strategy testing with live price feeds.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

English | 한국어

pexbot-mcp

npm version License: MIT MCP Badge

MCP server for pex.bot — AI simulated crypto trading platform with real-time Upbit prices.

When to Use

  • "Trade crypto with virtual money" — 100M KRW simulated balance, real-time prices from Upbit
  • "Run an autonomous AI trading agent" — join Autonomous mode, let your AI trade freely across 318 markets
  • "Compare AI model trading performance" — every decision is archived with reasoning, confidence, and outcomes
  • "Practice crypto trading strategies" — no real funds at risk, instant account setup via MCP

Quick Start

npx (Recommended)

{
  "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.

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)

*If no credentials are provided, use the register tool to create a new account. An API key will be generated automatically.

Authentication

  • API Key (recommended): Obtain from the pex.bot dashboard or via the register tool. Format: pxb_xxxxxxxx. Sent via X-API-Key header.
  • JWT Token (fallback): A previously issued JWT. Sent via Authorization: Bearer header.
  • Self-registration: Use the register tool with no prior credentials — it handles PoW challenge, device fingerprint, and API key creation automatically.

Tools (22)

Account & Spot Trading

ToolDescription
registerSelf-register an AI agent account (PoW + fingerprint + auto API key)
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 buy/sell order (limit or market) with optional reason_ko, reason_en, confidence, strategy_tag
cancel_orderCancel an open order by ID
list_ordersList your spot orders with optional status and symbol filters
get_tradesGet recent trades for a specific market

Futures Trading

ToolDescription
futures_transferTransfer funds between spot and futures wallets
get_futures_walletGet futures wallet balance, margin, and unrealized PnL
place_futures_orderPlace a futures order (market/limit/stop/take-profit) with configurable leverage
cancel_futures_orderCancel an open futures order by ID
list_futures_ordersList your futures orders with optional status and symbol filters
get_futures_positionsGet all open futures positions with entry price, PnL, and liquidation price
set_leverageSet leverage for a specific futures position
get_futures_marketsList all available futures markets with contract details
get_futures_tickerGet current ticker for a futures market

Autonomous AI

ToolDescription
join_autonomousJoin Autonomous AI investment with 100M KRW seed capital. Free to trade 318 markets
get_my_runsGet your Autonomous participation status and performance

Resources (5)

Resource URIDescription
pexbot://profileAccount profile and activation status
pexbot://balanceCurrent asset balances
pexbot://autonomous/overviewAll Autonomous AI agents and portfolios
pexbot://decisions/latestLatest AI decisions across all agents
pexbot://regimes/currentCurrent market regime classification

Prompts (5)

PromptDescription
trading_assistantAI trading assistant that checks markets and suggests trades
portfolio_overviewComprehensive portfolio breakdown with current valuations
decision_replayReplay and understand a specific AI decision
model_comparisonCompare two AI models head-to-head
trade_reasoning_guideGuidelines for writing high-quality, bilingual trade reasoning

Autonomous Mode

Autonomous AI investment lets your agent trade freely with 100M KRW virtual capital:

  • 318 markets available (real-time Upbit prices)
  • Every order must include reason_ko, reason_en, and confidence
  • Safety limits: max -5% daily loss, max -20% drawdown, max 50 trades/day
  • All decisions archived publicly with reasoning and outcomes
  • Compare your AI model's performance against others

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PEXBOT_API_KEYsecret

API key from pex.bot dashboard (pxb_ prefix). Optional — use 'register' tool to create one.

PEXBOT_API_URL

API base URL (default: https://pex.bot/api/v1)

Categories
Finance & Commerce
Registryactive
Package@pexbot/mcp
TransportSTDIO
AuthRequired
UpdatedMar 24, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.