Mexc Future Agent
MEXC crypto trading tools for Claude Code and OpenAI Codex, based on official MEXC API , with support for spot trading, futures trading, getting information about account, REST API, and WebSockets.
Install / Use
npx skills add Signal-Execution-Labs/mexc-future-agentInstalls into whichever agent you are using.
Quality Score
Category
Customer SupportSupported Platforms
README
MEXC futures trading bot
TypeScript Node CLI for rule-based automation on MEXC USDT-margined perpetual contracts (contract.mexc.com). Ships with moving-average crossover and grid strategies, dry-run mode, and notional risk caps.
Requirements
- Node.js 20+
- MEXC futures account with either Open API credentials (
MEXC_API_KEY+MEXC_API_SECRET) or a web session key/cookie pair - Sufficient USDT margin for the configured symbol and leverage
Setup
cp .env.sample .env
npm install
Commands
| Command | Description |
|---------|-------------|
| npm run bot | Long-running strategy loop (BOT_DRY_RUN=true recommended first). |
| npm run build | Emit dist/. |
| npm run typecheck | tsc --noEmit. |
Strategies
ma-cross(default): 9/21 SMA crossover filtered by RSI; closes on opposite cross.grid: Places conceptual buy bands below spot and takes profit toward upper grid levels.
Set BOT_STRATEGY=grid or ma-cross in .env.
Safety
Always start with BOT_DRY_RUN=true. Perpetual futures carry liquidation risk—RISK_MAX_POSITION_USDT and RISK_RISK_PERCENT cap sizing but do not guarantee profitability.
See docs/architecture.md for request flow notes.
License
MIT — see LICENSE.
Related Skills
gortex
1.1kHigh-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local.
techrogue
TechRogue – Roguelike technical quiz for engineers. Usage: /techrogue | /techrogue build | /techrogue settings
cc-switch
125.7kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
cc-switch
125.7kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
