An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains. - Tool: gettrendingpairs — fetch top trending pairs - Supports chain parameter: bsc (default) or solana - Returns both Markdown-formatted table (nice display in chat) and structured JSON array - Prompt: analyzetrendingtoken — ready-to-use analysis template for any token 1. Clone the Repository: 2. Ins
Add this skill
npx mdskills install kukapay/dexscreener-trending-mcpProvides real-time crypto trending data from DexScreener with clear tool interface and examples
An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains.
get_trending_pairs — fetch top trending pairs
chain parameter: bsc (default) or solanaanalyze_trending_token — ready-to-use analysis template for any tokenClone the Repository:
git clone https://github.com/kukapay/dexscreener-trending-mcp.git
cd dexscreener-trending-mcp
Install Dependencies:
npm install
Configure MCP Client: To use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):
{
"mcpServers": {
"DexScreener Trending": {
"command": "node",
"args": ["/path/to/dexscreener-trending-mcp/index.js"]
}
}
}
Replace /path/to/dexscreener-trending-mcp with your actual installation path.
The server exposes one powerful tool and one prompt template.
Purpose: Fetch the current top trending token pairs on DexScreener.
Supported chains: bsc (default), solana
Example prompts:
Typical output (rendered as Markdown table in most clients):
### Top 10 Trending Pairs on BSC
| Rank | Name | Symbol | Price (USD) | 24h Volume | 24h Change | Liquidity | Market Cap | Boosts |
|------|---------------|--------|-------------|----------------|------------|----------------|----------------|--------|
| 1 | TokenA | TA | $0.01234 | $18,765,432 | +145.2% | $2,345,678 | $12,345,678 | 85 |
| 2 | MoonShot | MOON | $0.000456 | $12,980,123 | +89.7% | $1,890,456 | $8,765,432 | 62 |
| 3 | CatInu | CAT | $0.0000789 | $9,876,543 | +210.5% | $1,234,567 | $6,543,210 | 120 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
(Plus a structured JSON array in the background for further processing)
MIT License. See the LICENSE file for details.
Install via CLI
npx mdskills install kukapay/dexscreener-trending-mcpDexScreener Trending MCP is a free, open-source AI agent skill. An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains. - Tool: gettrendingpairs — fetch top trending pairs - Supports chain parameter: bsc (default) or solana - Returns both Markdown-formatted table (nice display in chat) and structured JSON array - Prompt: analyzetrendingtoken — ready-to-use analysis template for any token 1. Clone the Repository: 2. Ins
Install DexScreener Trending MCP with a single command:
npx mdskills install kukapay/dexscreener-trending-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
DexScreener Trending MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.