From mangrove-trader
Use when the user asks about trading, leaderboard, portfolio, performance, track a trade, log a buy or sell, check stats, rank, score, search for a trader, look up a trader, last trade, trade history, x402 payment, top traders, how am I doing, my rank, my score, my positions, open positions, cancel trade, watch trader, unwatch, follow trader.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mangrove-trader:mangrove-traderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Social trading leaderboard. Traders tweet to **@MangroveTrader** on Twitter, a Grok-powered agent parses trades, tracks positions against real market data, computes scoring metrics, and exposes rankings.
Social trading leaderboard. Traders tweet to @MangroveTrader on Twitter, a Grok-powered agent parses trades, tracks positions against real market data, computes scoring metrics, and exposes rankings.
10 MCP tools -- 7 free, 3 paid via x402 (USDC on Base).
13 commands -- all prefixed with /mt-.
| Command | Description | Access |
|---|---|---|
/mt-track | Compose a trade tweet | Free |
/mt-stats | Score, rank, open positions | Free |
/mt-report | Performance breakdown (return, Sharpe, drawdown) | Free |
/mt-last | Most recent trade | Free |
/mt-history | Trade history | Free (own) / x402 $0.01/3 trades (others) |
/mt-leaderboard | Full rankings (top 5 free on Twitter) | x402 $0.25+ |
/mt-search | Find a trader | x402 $0.02 |
/mt-cancel | Cancel last trade (5-min window) | Free |
/mt-watch | Watch a trader | Free |
/mt-unwatch | Unwatch a trader | Free |
/mt-set-handle | Set your Twitter handle for this session | Free |
/mt-status | Server health + tool list | Free |
/mt-help | List all commands | Free |
Trades are submitted by tweeting to @MangroveTrader on Twitter. Use /mt-track to compose the tweet.
| Asset Class | Example |
|---|---|
| Equities | enter long 100 AAPL @ 185.50 |
| Crypto | enter long 2.5 BTC @ 64000 |
| Futures | enter short 5 ES @ 5250 |
| Options | enter long 10 AAPL 190C 2026-04-18 @ 3.50 |
Actions: enter long, enter short, exit long, exit short
Shortcuts: long 100 AAPL (defaults to enter long), bought, sold, grabbed, dumped, faded
Most free tools require identity verification via X OAuth 2.0. Check MT_AUTH_TOKEN env var first — if set, pass it as auth_token. If not set, call trader_login to get a verification URL.
Tool: trader_login (no params)
MT_AUTH_TOKEN=<token> in their environment (persists for 30 days)/mt-set-handle to walk the user through this flow/mt-statsTool: trader_my_stats
MT_AUTH_TOKEN env var. If set, pass as auth_token. If not, call trader_login and stop.auth_token (optional twitter_handle to verify the token matches a specific handle)/mt-reportTool: trader_performance_report
MT_AUTH_TOKEN env var. If set, pass as auth_token. If not, call trader_login and stop.auth_token and timeframe (daily/weekly/monthly/all_time/30d/7d, default: all_time)/mt-lastTool: trader_last_trade
twitter_handle (public — no auth required)All paid tools follow the x402 payment protocol. See Payment Flow below.
/mt-leaderboardTool: trader_get_leaderboard -- $0.25+ USDC on Base. Top 5 free on Twitter.
payment param (include timeframe and limit)paymentTip: Top 5 is always free by tweeting "leaderboard" to @MangroveTrader.
/mt-searchTool: trader_search_trader -- $0.02 USDC on Base
payment (include query)payment/mt-historyTool: trader_get_trade_history -- Free (own) / $0.01 per 3 trades (others) USDC on Base
Own history (free):
MT_AUTH_TOKEN env var. If set, call with twitter_handle AND auth_token — data returns directly with "access": "free".requester_handle matching twitter_handle also grants free access.Others' history (paid):
payment (include twitter_handle, optional limit)paymentPaid tools use the x402 protocol for micropayments on Base (Coinbase L2) in USDC.
payment -- server returns PAYMENT_REQUIRED with:
price: cost in USDCpayment_required: base64-encoded x402 payment requirementspayment_required_decoded: human-readable requirements (network, address, amount)payment -- pass the signed x402 payment headerFor agents with a wallet (autonomous agents):
@mangrove/sdk) includes an x402 payment clientFor agents without a wallet (Claude Code users):
https://api.mangrovetraders.com/api/x402/API key access (bypasses x402):
X-API-Key: <key> header to REST requests| Component | Weight | Metric |
|---|---|---|
| Return | 50% | Total return percentage |
| Consistency | 30% | Sharpe ratio |
| Risk Management | 20% | Max drawdown (lower is better) |
Traders must close a minimum number of trades to qualify for scoring and the leaderboard. Scoring runs at midnight UTC daily.
| Tool | Access | Price | Auth | Description |
|---|---|---|---|---|
trader_login | Free | -- | None | Start X OAuth 2.0 — returns verification URL |
trader_my_stats | Free | -- | auth_token required | Score, rank, open positions |
trader_performance_report | Free | -- | auth_token required | Detailed scoring breakdown |
trader_last_trade | Free | -- | None | Most recent trade + total count (public) |
trader_get_leaderboard | x402 | $0.25+ | None | Full rankings. Top 5 free on Twitter. |
trader_search_trader | x402 | $0.02 | None | Look up any trader by name/handle |
trader_get_trade_history | Free / x402 | Free (own) / $0.01/3 (others) | auth_token for free own history | Trade log |
trader_cancel_last | Free | -- | auth_token required | Cancel most recent trade |
trader_watch | Free | -- | auth_token required | Watch a trader |
trader_unwatch | Free | -- | auth_token required | Unwatch a trader |
https://api.mangrovetraders.com/mcp/ (Streamable HTTP)https://api.mangrovetraders.com/api/docshttps://api.mangrovetraders.com/healthProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub mangrovetechnologies/mangrove-trader-plugin --plugin mangrove-trader