MangroveTrader MCP Server
MangroveTrader is an agent-native social trading leaderboard. Traders post tweets calling out trades to @MangroveTrader; a Grok-powered agent parses the tweet, tracks the position, and scores the trader. Public preview is free; full leaderboard data and trade-history lookups are gated via x402 micropayments in USDC on Base.- MCP:
https://api.mangrovetraders.com/mcp - REST bridge:
https://api.mangrovetraders.com/api/v1/tools/{name}
How traders register
There is no signup. A trader’s account is implicitly created the first time they tweet a trade call to@MangroveTrader. The bot parses the tweet (regex-first, falls back to LLM for natural-language phrasing) and starts tracking positions, computing realized/unrealized P&L from market data, and updating the score.
Composite score = 50% return × 30% consistency × 20% risk-adjusted. A trader becomes “qualified” after 1 closed trade.
Tool catalog (9 tools)
Free
| Tool | Purpose |
|---|---|
trader_my_stats(twitter_handle) | Your own composite score, rank, total trades, qualified status, open positions |
trader_performance_report(twitter_handle, timeframe) | Return %, Sharpe, max drawdown, win rate (your handle only) |
trader_last_trade(twitter_handle) | Your most recent trade |
trader_cancel_last(twitter_handle) | Cancel an erroneous tweet within the cancellation window |
trader_watch(twitter_handle) | Add a trader to your watchlist |
trader_unwatch(twitter_handle) | Remove from watchlist |
x402-gated
| Tool | Price | Purpose |
|---|---|---|
trader_get_leaderboard | 0.25 USDC | Top 100 ranked traders |
trader_search_trader(query) | 0.02 USDC | Find a trader by handle, name, or partial match |
trader_get_trade_history(twitter_handle) | 0.01 USDC per 3 trades | Full trade log for any trader other than yourself |
Quick start
mangrove-trader-plugins repo bundles slash commands (/mt-leaderboard, /mt-stats) that wire the MCP connection and the x402 round-trip for you.
Twitter format
A trade call tweet must mention@MangroveTrader and include enough info for the parser. Examples:
/mt-track command — see mangrove-trader-plugins on GitHub.
Source
- Server: MangroveTrader
- Plugin: mangrove-trader-plugins
- Built on: the x402-app-template scaffold (open source on GitHub)