janswist/mcp-dexscreener
by Various
Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API
MCP
janswist/mcp-dexscreener
Added 1 June 2026
Overview
An MCP server that wraps the Dexscreener API, enabling AI agents to query on-chain token prices. It uses JavaScript to provide a standardized interface for fetching real-time price data from Dexscreener's free and open API.
Best for
Best for
Developers building AI agents that need quick, read-only access to on-chain token prices
Use cases
- Check current token prices on any supported blockchain
- Integrate on-chain price data into AI agent workflows
- Monitor token price changes programmatically via MCP
How to use
Install
npm run install Tools exposed
npmnodeInspector
Tested with
Claude Desktop, VS Code
Example client config
{\n "mcpServers": {\n "dexscreener": {\n "command": "node",\n "args": [\n "/ABSOLUTE/PATH/TO/PARENT/FOLDER/index.js"\n ]\n }\n }\n} Notes
An MCP server that wraps the Dexscreener API, enabling AI agents to query on-chain token prices. It uses JavaScript to provide a standardized interface for fetching real-time price data from Dexscreener’s free and open API.
17 stars on GitHub. Last updated 2025-04-07.
Use cases
- Check current token prices on any supported blockchain
- Integrate on-chain price data into AI agent workflows
- Monitor token price changes programmatically via MCP
Pros
- Leverages a free and open API with no authentication required
- Simple MCP interface for easy integration with AI agents
- Lightweight JavaScript implementation with low overhead
Cons
- Limited to Dexscreener’s supported chains and tokens
- Dependent on Dexscreener API uptime and rate limits
- Small community (17 stars) may mean limited support or updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages a free and open API with no authentication required
- Simple MCP interface for easy integration with AI agents
- Lightweight JavaScript implementation with low overhead
Cons
- Limited to Dexscreener's supported chains and tokens
- Dependent on Dexscreener API uptime and rate limits
- Small community (17 stars) may mean limited support or updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.