# ShaolinPanda Data > Free crypto market and trader data for AI agents: Hyperliquid perps and top-trader positioning, > tokens across chains, pump.fun, Solana wallets, Variational Omni farming costs and Polymarket odds. > Exposed as MCP tools and as a REST API. No account, no key, no credits while we grow. ## Connect (MCP) Endpoint: https://data.shaolinpanda.com/mcp - Claude.ai / Claude Desktop: Settings, Connectors, Add custom connector, paste the endpoint. - Claude Code: claude mcp add --transport http shaolinpanda https://data.shaolinpanda.com/mcp - Any MCP client: Streamable HTTP, stateless, no auth. ## Connect (REST) - GET https://data.shaolinpanda.com/api/v1/tools lists every tool with its JSON-schema input. - GET or POST https://data.shaolinpanda.com/api/v1/tools/{name} runs one (query string or JSON body). ## Tools ### Account & status - sp_health (free) - Is ShaolinPanda Data up? ### Hyperliquid perps - hl_markets (free) - Which Hyperliquid markets have the most open interest right now? - hl_leaderboard (free) - Who made the most money on Hyperliquid this week? - hl_trader_positions (free) - What is 0x85ec…2052 holding on Hyperliquid right now? - hl_trader_fills (free) - Show the last day of trades for 0x85ec…2052. - hl_trader_report (free) - Research 0x85ec…2052 before I copy him. - hl_smart_money_bias (free) - Are the top 30 Hyperliquid traders long or short ETH? ### Tokens - token_search (free) - What is the contract address of BONK? - token_info (free) - Give me the stats for DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 on solana. - token_trending (free) - What is trending on Solana right now? - token_candles (free) - Hourly candles for this pool. - token_boosted (free) - Which tokens are paying for attention on DexScreener? - pump_live (free) - What is hot on pump.fun right now? ### Solana wallets - sol_wallet_holdings (free) - What is this Solana wallet holding? - sol_wallet_activity (free) - When did this wallet last trade? ### Variational Omni - variational_markets (free) - Which Variational markets are cheapest to trade for points? ### Prediction markets - poly_markets (free) - What are the biggest Polymarket markets today? ## Notes for agents - Every response is { ok, data, notes?, sources, meta }. Read notes: they flag thin liquidity, small samples and similar traps. - Leaderboard-based tools read a snapshot; sp_health says how old it is.