{
  "markdown": "# DexScreener MCP\n\nAn [MCP](https://modelcontextprotocol.io) server that gives Claude, Cursor, and any\nMCP-compatible agent **live on-chain market data from [DexScreener](https://dexscreener.com)** —\nsearch pairs, inspect tokens and pools, and pull trending/boosted tokens across every chain.\n\nNo API key. No signup. The public DexScreener API is free (rate limited to ~60 req/min).\n\n> Most \"MCP for X\" repos are half-finished and break on the second request. This one ships\n> with tests and graceful error handling so an agent can actually rely on it.\n\n## What your agent can do\n\nAsk things like:\n\n- \"Search DexScreener for WIF and give me the top pairs by volume.\"\n- \"What's trending / getting boosted on Solana right now?\"\n- \"Show me every pool for this token address on Base.\"\n- \"Compare 24h volume and liquidity for these three contracts.\"\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `search_pairs` | Search pairs by symbol, name, or address across all chains |\n| `get_token_pools` | All liquidity pools for a token on a chain |\n| `get_tokens` | Market data for one or more token addresses (comma-separated) |\n| `get_pair` | Details for a specific pair/pool address |\n| `latest_token_profiles` | Freshly listed/updated tokens to watch |\n| `top_boosted_tokens` | Currently top-promoted / trending tokens |\n\n## Install\n\nNo install needed. It runs straight from npm via `npx`.\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"dexscreener\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"dexscreener-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"dexscreener\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"dexscreener-mcp\"]\n    }\n  }\n}\n```\n\nRestart the client and the `dexscreener` tools appear.\n\n## Develop\n\n```bash\nnpm install\nnpm run dev     # run from TypeScript source over stdio\nnpm test        # run the unit tests\nnpm run build   # compile to dist/\n```\n\n## Supported chains\n\nAny chain DexScreener indexes — `solana`, `ethereum`, `base`, `bsc`, `arbitrum`, `polygon`, and more.\nPass the chain id as `chainId`.\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n\n---\n\n## Hire me\n\nI build custom MCP servers and AI systems (multi-agent, RAG, automation). Need a connector for your own API, or a full AI integration?\n\n- Hire me on Upwork: https://www.upwork.com/freelancers/~01946645ed245c263d\n- Or open an issue on this repo.\n\nBuilt by Gleb.\n",
  "bytes": 2455,
  "sha": "57a1aba6ece008ba3f843d7b3d3f09a36619a9cda43dc68c1a6518ee845e5d7f",
  "repo_slug": "glebenjoy/dexscreener-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_glebenjoy_dexscreener_mcp_4a669361/readme"
}