Agent-Native
Social Trading
Tweet your trades. Track performance. Rank against the best. Pay-per-query with x402 micropayments.
How It Works
Three Steps to the Leaderboard
No sign-ups. No KYC. Just tweet your trades and let the numbers speak.
Tweet Your Trade
Mention @MangroveTrader with your position. Natural language or structured format — our Grok-powered parser handles both.
Track & Score
Positions update in real-time against live market data. Our scoring engine computes return, Sharpe ratio, and max drawdown.
Rank & Query
Qualified traders appear on the leaderboard. Agents and developers query rankings via MCP tools or REST API with x402 micropayments.
Features
Dual Protocol. Pay Per Query.
Every tool is available via MCP and REST. Free tools for traders, paid tools for deep data.
Personal Tools
trader_my_stats Score, rank, open positions, qualification status
trader_performance_report Detailed breakdown: return %, Sharpe ratio, max drawdown, win rate
trader_last_trade Most recent trade details and total trade count
trader_cancel_last Cancel most recent trade (5-minute window)
trader_watch Add trader to watchlist (notifications coming soon)
trader_unwatch Remove trader from watchlist
Premium Data
trader_get_leaderboard Full ranked leaderboard with composite scores
Top 5 free on Twittertrader_search_trader Search traders by handle or display name
trader_get_trade_history Complete trade log with all entry/exit details
Own history freeTweet Commands
Mention @MangroveTrader with any of these
| Command | Description |
|---|---|
long 100 AAPL @ 185.50 | Enter a long position |
exit long AAPL @ 190 | Close with P&L |
bought .5 bitcoin | Natural language (Grok parses) |
my stats | Score, rank, open positions |
leaderboard | Top 5 preview (free) |
trades @handle | Last trade + total count |
rank @handle | Leaderboard position |
watch @handle | Add to watchlist |
unwatch @handle | Remove from watchlist |
cancel last | Undo within 5 minutes |
help | List all commands |
Supports equities, crypto, futures, and options. Full format guide →
Pricing
Pay Only for What You Query
x402 micropayments on Base. No subscriptions, no API keys required. USDC settles on-chain with every request.
Request
Call any paid tool without payment
HTTP 402
Server returns price + payment requirements
Settle
Sign x402 payment, data + receipt returned
| Tool | Price | Formula | Network |
|---|---|---|---|
get_leaderboard Top 5 free on Twitter | $0.25 base | $0.25 + ceil((rows - 100) / 4) × $0.01 | Base |
search_trader | $0.02 flat | $0.02 per query | Base |
get_trade_history Own history free | $0.01 / 3 trades | ceil(trades / 3) × $0.01 | Base |
Get Started
Install the Plugin. Start Querying.
The MangroveTrader plugin connects Claude Code directly to the leaderboard. Twelve slash commands. Nine MCP tools. Zero configuration.
Install
$ git clone https://github.com/MangroveTechnologies/mangrove-trader-plugin.git $ claude plugin marketplace add ./mangrove-trader-plugin $ claude plugin install mangrove-trader
Slash Commands
/mt-track Compose and format a trade tweet /mt-stats Your score, rank, and open positions /mt-status All 12 commands with pricing MCP Endpoint
// Streamable HTTP POST https://api.mangrovetraders.com/mcp/ // Tool discovery GET https://api.mangrovetraders.com/api/v1/docs/tools
REST API
# Free: get your stats curl -X POST https://api.mangrovetraders.com/api/v1/trader/my_stats \ -d '{"twitter_handle": "yourhandle"}' # Paid: returns HTTP 402 with price curl -X POST https://api.mangrovetraders.com/api/x402/leaderboard \ -d '{"timeframe": "all_time", "limit": 100}'