Live on Base · Payments in USDC

Agent-Native
Social Trading

Tweet your trades. Track performance. Rank against the best. Pay-per-query with x402 micropayments.

MCP Protocol REST API x402 Payments Claude Code Plugin
Scroll

Three Steps to the Leaderboard

No sign-ups. No KYC. Just tweet your trades and let the numbers speak.

01

Tweet Your Trade

Mention @MangroveTrader with your position. Natural language or structured format — our Grok-powered parser handles both.

@MangroveTrader long 100 AAPL @ 185.50
02

Track & Score

Positions update in real-time against live market data. Our scoring engine computes return, Sharpe ratio, and max drawdown.

Score = 50% Return + 30% Consistency + 20% Risk
03

Rank & Query

Qualified traders appear on the leaderboard. Agents and developers query rankings via MCP tools or REST API with x402 micropayments.

$0.25 USDC for the full leaderboard

Dual Protocol. Pay Per Query.

Every tool is available via MCP and REST. Free tools for traders, paid tools for deep data.

Free

Personal Tools

trader_my_stats

Score, rank, open positions, qualification status

MCP + REST
trader_performance_report

Detailed breakdown: return %, Sharpe ratio, max drawdown, win rate

MCP + REST
trader_last_trade

Most recent trade details and total trade count

MCP + REST
trader_cancel_last

Cancel most recent trade (5-minute window)

MCP
trader_watch

Add trader to watchlist (notifications coming soon)

MCP
trader_unwatch

Remove trader from watchlist

MCP
x402

Premium Data

trader_get_leaderboard

Full ranked leaderboard with composite scores

Top 5 free on Twitter
$0.25 base for 100 rows, +$0.01/4 rows
trader_search_trader

Search traders by handle or display name

$0.02 flat per query
trader_get_trade_history

Complete trade log with all entry/exit details

Own history free
$0.01 per 3 trades

Tweet 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 →

Pay Only for What You Query

x402 micropayments on Base. No subscriptions, no API keys required. USDC settles on-chain with every request.

1

Request

Call any paid tool without payment

2

HTTP 402

Server returns price + payment requirements

3

Settle

Sign x402 payment, data + receipt returned

Tool Price Network
get_leaderboard Top 5 free on Twitter $0.25 base Base
search_trader $0.02 flat Base
get_trade_history Own history free $0.01 / 3 trades Base
Verify-before-settle (never charged for failed requests) API key holders bypass payment

Install the Plugin. Start Querying.

The MangroveTrader plugin connects Claude Code directly to the leaderboard. Twelve slash commands. Nine MCP tools. Zero configuration.

Install

terminal
$ 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

mcp
// Streamable HTTP
POST https://api.mangrovetraders.com/mcp/

// Tool discovery
GET  https://api.mangrovetraders.com/api/v1/docs/tools

REST API

curl
# 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}'