Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Mexc Futures

  • 23 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

mexc-futures is a Claude Code skill that trades MEXC perpetual futures with leverage and tracks positions, PnL, and funding in a local database.

About

This skill trades perpetual futures on the MEXC exchange from the clodds bot. A developer uses it to check balance, open and close long and short positions with leverage, read market data, and query DB-backed trade history and stats. It requires MEXC API credentials and supports contract notation like BTC_USDT.

  • Trade MEXC perpetual futures with up to 200x leverage
  • Open, close, and manage long and short positions
  • DB-backed trade history, win rate, PnL, and funding stats

Mexc Futures by the numbers

  • 23 all-time installs (skills.sh)
  • Ranked #704 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

mexc-futures capabilities & compatibility

Requires MEXC_API_KEY and MEXC_API_SECRET; trading fees apply

Capabilities
futures trading · exchange integration · pnl tracking
Works with
postgres
Use cases
trading
Runs
Runs locally
Pricing
Bring your own API key
From the docs

What mexc-futures says it does

Trade perpetual futures on MEXC with up to 200x leverage. No KYC required for small amounts.
SKILL.md
/mx long <symbol> <vol> [leverage]x` | Open long position
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill mexc-futures

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs23
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Trade MEXC perpetual futures and query DB-backed positions, PnL, and funding history from the bot.

Who is it for?

Placing and tracking leveraged perpetual-futures trades on MEXC

When should I use this skill?

You want to open, close, or review MEXC futures positions

By the numbers

  • Up to 200x leverage
  • Stats periods: day, week, month

Files

SKILL.mdMarkdownGitHub ↗

MEXC Futures

Trade perpetual futures on MEXC with up to 200x leverage. No KYC required for small amounts.

Quick Start

# Set credentials
export MEXC_API_KEY="your-api-key"
export MEXC_API_SECRET="your-api-secret"

# Check balance
/mx balance

# Open position
/mx long BTC_USDT 1 10x

# View stats
/mx stats

Commands

Account

CommandDescription
/mx balanceCheck account balance
/mx positionsView open positions
/mx ordersList open orders

Trading

CommandDescription
/mx long <symbol> <vol> [leverage]xOpen long position
/mx short <symbol> <vol> [leverage]xOpen short position
/mx close <symbol>Close position
/mx closeallClose all positions
/mx leverage <symbol> <value>Set leverage

Market Data

CommandDescription
/mx price <symbol>Get current price
/mx funding <symbol>Check funding rate
/mx markets [query]List markets

Database/History

CommandDescription
/mx trades [symbol] [limit]Trade history from database
/mx dbstats [symbol] [period]Win rate, PnL, profit factor
/mx dbfunding [symbol]Funding payments history
/mx dbpositions [all]Position history

Stats periods: day, week, month

Examples

/mx long BTC_USDT 1 10x        # 10x leveraged long, 1 contract
/mx short ETH_USDT 5 20x       # 20x leveraged short, 5 contracts
/mx close BTC_USDT             # Close BTC position
/mx trades BTC_USDT 20         # Last 20 BTC trades
/mx stats ETH_USDT week        # ETH stats for past week

Notes

  • MEXC uses contract notation (e.g., BTC_USDT not BTCUSDT)
  • No KYC required for smaller trading volumes
  • Up to 200x leverage available

Related skills

FAQ

How much leverage is available?

Up to 200x leverage on MEXC perpetual futures.

What is required to trade?

MEXC_API_KEY and MEXC_API_SECRET environment variables.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.