The DexScreener MCP Server provides real-time access to decentralized exchange (DEX) pair data, token information, and market statistics across multiple blockchains. With this server, you can:
- Fetch latest token profiles
- Retrieve latest boosted tokens
- Identify top boosted tokens
- Check orders paid for specific tokens (requires chain ID and token address)
- Get pairs by chain and pair address
- Find pairs by token addresses (supports up to 30 comma-separated token addresses)
- Search for pairs matching a query
The API is rate-limited with 60 requests per minute for token profiles/boosts and 300 requests per minute for DEX/pairs data. The server provides type-safe interfaces for reliable development and handles various error scenarios.
Provides access to Solana blockchain data through DexScreener API, allowing retrieval of DEX pair data and token information on the Solana network.
DexScreener MCP Server
An MCP server implementation for accessing the DexScreener API, providing real-time access to DEX pair data, token information, and market statistics across multiple blockchains.
One-line install (automatically adds to Claude Desktop):
Features
- Rate-limited API access (respects DexScreener's rate limits)
- Comprehensive error handling
- Type-safe interfaces
- Support for all DexScreener API endpoints
- Integration tests
Installation
Manual installation:
Testing
Usage
Available Tools
get_latest_token_profiles
- Get the latest token profiles
- No parameters required
get_latest_boosted_tokens
- Get the latest boosted tokens
- No parameters required
get_top_boosted_tokens
- Get tokens with most active boosts
- No parameters required
get_token_orders
- Check orders paid for a specific token
get_pairs_by_chain_and_address
- Get one or multiple pairs by chain and pair address
get_pairs_by_token_addresses
- Get one or multiple pairs by token address (max 30)
search_pairs
- Search for pairs matching query
Rate Limits
The server implements rate limiting to comply with DexScreener's API limits:
- Token Profile/Boost endpoints: 60 requests per minute
- DEX/Pairs endpoints: 300 requests per minute
Error Handling
The server handles various error scenarios:
- Rate limit exceeded
- Invalid parameters
- Network errors
- API errors
Errors are returned in a standardized format with appropriate error codes and messages.
API Documentation
For detailed API documentation, see docs/api-reference.md.
Development
Project Structure
Adding New Features
- Define types in
src/types/
- Implement service methods in
src/services/
- Add tool handlers in
src/index.ts
- Update documentation
- Add tests
License
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
An MCP server implementation that enables access to DexScreener API data, providing real-time information on DEX pairs, token profiles, and market statistics across multiple blockchains.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.Last updated -319626TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.Last updated -1025JavaScript
- -securityAlicense-qualityDexPaprika MCP server allows LLMs to access real-time and historical data on tokens, DEX trading activity, and liquidity across multiple blockchains. It enables natural language queries for exploring market trends, token performance, and DeFi analytics through a standardized interface.Last updated -366JavaScriptMIT License
CoinStats MCP Serverofficial
AsecurityAlicenseAqualityMCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.Last updated -30562TypeScriptMIT License