loading…
Search for a command to run...
loading…
Provides real-time trending tokens from DexScreener.
Provides real-time trending tokens from DexScreener.
An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains.
get_trending_pairs — fetch top trending pairschain 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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"kukapay-dexscreener-trending-mcp": {
"command": "npx",
"args": []
}
}
}