Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides real-time trending tokens from DexScreener.

README.md

DexScreener Trending MCP

An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains.

![License](https://opensource.org/licenses/MIT) ![Node.js](https://nodejs.org/) !Status

Features

  • Tool: get_trending_pairs — 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: analyze_trending_token — ready-to-use analysis template for any token

Installation

  1. Clone the Repository:
   git clone https://github.com/kukapay/dexscreener-trending-mcp.git
   cd dexscreener-trending-mcp
  1. Install Dependencies:
   npm install
  1. Configure MCP Client:

To use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent): ``json { "mcpServers": { "DexScreener Trending": { "command": "node", "args": ["/path/to/dexscreener-trending-mcp/index.js"] } } } ` Replace /path/to/dexscreener-trending-mcp` with your actual installation path.

Usage

The server exposes one powerful tool and one prompt template.

1. Tool: get_trending_pairs

Purpose: Fetch the current top trending token pairs on DexScreener.

Supported chains: bsc (default), solana

Example prompts:

  • “Show me the top 10 trending tokens on BSC right now”
  • “What are the hottest Solana pairs today? Limit to 5”
  • “List top 8 trending pairs on solana with high volume”

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)

License

MIT License. See the LICENSE file for details.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.