Crypto Trending MCP Server

An MCP server that tracks and monitors the latest trending tokens on CoinGecko.

Local serverstdioPython

What is the Crypto Trending MCP server?

An MCP server that tracks and monitors the latest trending tokens on CoinGecko. The crypto trending mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

An MCP server that tracks and monitors the latest trending tokens on CoinGecko, providing real-time insights into the most popular cryptocurrencies.

  • Tool: get_trending_md_doc —
  • Prompt: parse_trending_md_doc —
  • Seamless Integration —
  • Lightweight & Extensible —

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Steps — The Steps tool exposed by this server

Configuration

  • Python 3.10+ - Node.js (for Playwright browser dependencies) - Claude Desktop (optional, for testing with MCP client)

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Crypto Trending's toolset — Prerequisites, Steps — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the crypto trending mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
StepsThe Steps tool exposed by this server.

Configuration

  • Python 3.10+ - Node.js (for Playwright browser dependencies) - Claude Desktop (optional, for testing with MCP client)

Example prompts to try

  • Use Crypto Trending to Prerequisites.
  • Use Crypto Trending to Steps.

Frequently asked questions

It fetches and returns a Markdown document of the full CoinGecko trending page, including a table with rank, name, symbol, price, 1h/24h/7d changes, 24h volume, and market cap for trending cryptocurrencies.