MCP server exposing 7 tools for dexscreener.
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/dexscreener/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_pair — Pair detail (price USD/native, liquidity, 24h volume, 5m/1h/6h/24h tx counts).get_token — All trading pairs for a token address on one chain.search_pairs — Free-text search across all DEX Screener chains for trading pairs matching a token name, symbol, or address. Returns up to 30 pairs with price USD, liquidity, 24h volume, and chain/DEX info.latest_token_profiles — Newest token profiles created (cross-chain).latest_boosted_tokens — Tokens being actively promoted on DEX Screener.token_boosts_top — Most-boosted tokens, optionally filtered to a chain / token.dexscreener_screener — A filterable screen for new/trending tokens on one chain (default solana), by liquidity, volume and market cap — composes DEX Screener's promoted-token lists (latest_token_profiles + latest_boosted_tokens, which is what DEX Screener itself surfaces as "new/trending") with per-token pool detail (same data as get_token) to filter and rank. Answers 'trending solana memecoins with liquidity over $1000 and market cap under $1M', 'new solana pairs with high volume', 'recent tokens on solana above a liquidity floor'. NOT DEX Screener's full new-pair firehose (their public API has no such endpoint) — it screens the tokens currently being promoted/profiled on DEX Screener, which is the same 'new/trending' surface a human sees on their homepage. Each matching pool includes price, liquidity USD, 24h volume, market cap/FDV, and when the pool was created. Checks up to 30 candidate tokens per call.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dexscreener/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io