MCP server exposing 4 tools for birdeye.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/birdeye/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
birdeye_token_overview — Token overview — price, liquidity, volume for token X. Returns market cap, 24h price change, and holder count for a Solana (or multichain) token by contract address. Example: birdeye_token_overview({ address: "So11111111111111111111111111111111111111112", chain: "solana", _apiKey: "your-key" })birdeye_token_holders — Top holders of token X. Returns the largest wallet holders of a token (owner address, token amount, and share of supply) by contract address. Example: birdeye_token_holders({ address: "So11111111111111111111111111111111111111112", limit: 20, chain: "solana", _apiKey: "your-key" })birdeye_token_trades — Recent DEX trades for token X. Returns the latest on-chain swap transactions for a token (side, amounts, price, trader, timestamp) by contract address. Example: birdeye_token_trades({ address: "So11111111111111111111111111111111111111112", limit: 20, chain: "solana", _apiKey: "your-key" })birdeye_gainers_losers — Top trader gainers/losers. Returns the ranked list of wallets by realized/unrealized PnL over a time window (yesterday/today/1W/30d/90d). Example: birdeye_gainers_losers({ type: "1W", sort_by: "PnL", chain: "solana", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/birdeye/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io