MCP server exposing 6 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.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