# DexScreener MCP

> DexScreener MCP instantly connects your agent to real-time decentralized exchange (DEX) market data across all major blockchains. Search for any token pair by symbol or address, track live prices in USD and native tokens, monitor 24-hour volume and liquidity depth, and spot trending community assets—all from a single conversation.

## Overview
- **Category:** defi
- **Price:** Free
- **Tags:** dexscreener, dex, trading, crypto-prices, liquidity, token-search

## Description

This MCP gives your agent direct access to the full spectrum of decentralized finance market data. You can search for any token pair using its symbol or contract address across Solana, Ethereum, BSC, Base, and more. Need to check current prices? Get real-time quotes instantly. Want a portfolio snapshot? Run `get_multiple_tokens` to check up to 30 assets at once. For deeper analysis, you can use the `get_pair` tool to pull precise details like liquidity depth and market cap for specific trading pairs. Beyond simple price checks, you can monitor which tokens are suddenly getting community attention using `get_token_boosts`, or find all markets a token is traded on with `get_token_pairs`. The entire catalog of Vinkius makes this data available to your AI client immediately, letting you analyze complex market movements without switching tabs or running multiple scripts.

## Tools

### get_multiple_tokens
Checks the price and key data points for up to 30 different tokens at once, provided they are all on the same blockchain.

### get_pair
Returns specific metrics, including liquidity, volume, and market cap, when you specify both a chain and a trading pair address.

### get_token_boosts
Displays which tokens are currently undergoing high community promotion activity or gaining attention on the platform.

### get_token_pairs
Lists every single trading pair for a token, helping you compare prices and find the most liquid market.

### get_token_profiles
Shows profiles of newly tracked tokens on DexScreener, useful for finding assets right after they launch.

### get_top_boosts
Identifies the top-ranked tokens based on the total volume and amount of community promotional activity.

### search_pairs
Searches for trading pairs using a token symbol or pair name, returning details like price, volume, and liquidity across all chains.

## Prompt Examples

**Prompt:** 
```
Search for PEPE token pairs and show me the top result.
```

**Response:** 
```
📊 **PEPE/ETH** on Ethereum: $0.00000842 | 24h Vol: $45.2M | Liquidity: $12.8M | MC: $3.5B. Top pair on Uniswap V2 with $8.1M daily volume.
```

**Prompt:** 
```
What are the top boosted tokens right now?
```

**Response:** 
```
🔥 Top 3 boosted: 1) **$NEON** (Solana) - 15.2k boosts, 2) **$CAT** (BSC) - 12.8k boosts, 3) **$MOON** (Base) - 9.4k boosts.
```

**Prompt:** 
```
Check prices for SOL, ETH, and MATIC on Ethereum.
```

**Response:** 
```
📊 Prices: **SOL** $142.50 (↑3.2%), **ETH** $2,450.30 (↑1.8%), **MATIC** $0.72 (↓0.5%). All showing normal trading volume.
```

## Capabilities

### Search for Pairs
Find any trading pair across supported chains by searching a token symbol (like SOL) or a full pair name.

### Batch Price Monitoring
Check the current price and key metrics for up to 30 different tokens simultaneously, ideal for portfolio checks.

### Deep Pair Analysis
Pull specific liquidity depth, volume data, and market capitalization details for a known trading pair address.

### Spot Trending Tokens
Identify which tokens are currently receiving high community attention or promotion activity.

### Discover New Assets
Find all potential markets a specific token is traded on, comparing prices and liquidity across different DEXs.

## Use Cases

### Validating a New Investment Thesis
A researcher finds a promising new token. Instead of checking five different DEX sites, they ask their agent to use `get_token_pairs` on the token's address. The agent instantly returns all associated trading pairs and compares the liquidity depth across the biggest exchanges.

### Monitoring Portfolio Health
A portfolio manager needs a quick status check on 20 different tokens spread across Ethereum and Solana. They use `get_multiple_tokens` to get current prices, volumes, and liquidity metrics for the entire basket in one shot.

### Tracking Market Mania
A trader wants to know where the next big move is coming from. They ask their agent to run `get_top_boosts`. The response shows them which tokens have the most community promotion activity, directing their attention immediately.

### Sourcing a Specific Trade Pair
A developer knows two token symbols but isn't sure of the exact contract address. They use `search_pairs` with both symbols and get up to 30 matching pairs, allowing them to select the correct pair address for further analysis.

## Benefits

- Eliminate manual dashboard hopping. By using `get_multiple_tokens`, you can pull portfolio snapshots for dozens of assets at once, comparing metrics across chains instantly.
- Gain deep insight into liquidity risk. If you use `get_pair` before recommending a swap, you get the exact market cap and liquidity depth, not just a surface price.
- Stay ahead of hype cycles. Tools like `get_token_boosts` let you see which tokens are generating community buzz right now, helping you spot potential breakouts.
- Never miss a listing. Use `get_token_profiles` to discover newly added or emerging assets before they hit the mainstream news cycle.
- Compare performance effortlessly. Need to know if an asset is traded well? Use `get_token_pairs` to see every market it touches, letting you find the deepest pool.

## How It Works

The bottom line is you get instant access to deep DeFi market metrics without needing to visit a separate website or run custom code.

1. Subscribe to this MCP within Vinkius. No special authentication is needed because the underlying DexScreener API is public.
2. Instruct your AI client, like Cursor or Claude, to perform a market query (e.g., 'What's the liquidity for PEPE on Ethereum?').
3. Your agent sends the request, and this MCP returns the real-time price, volume, and liquidity data directly into your conversation.

## Frequently Asked Questions

**How do I use DexScreener MCP to check multiple tokens?**
You can run `get_multiple_tokens` and specify up to 30 token symbols. Make sure all the tokens you list are on the same blockchain for accurate data.

**Can DexScreener MCP tell me if a token is trending?**
Yes, use `get_token_boosts`. This tool shows which specific tokens are currently receiving high community promotion activity across the ecosystem.

**What is the best way to find all trading pairs for an asset?**
Run the `get_token_pairs` tool. It returns every single market where that token is traded, which lets you compare prices and liquidity across multiple DEXs.

**Does DexScreener MCP support only one blockchain?**
No. This MCP supports queries across major chains like Solana, Ethereum, BSC, Base, and Arbitrum. You specify the chain when running tools like `get_pair`.

**What if I want to check liquidity on a specific pair?**
Use the `get_pair` tool. You must provide both the chain identifier and the precise trading pair address for the most accurate results.