crypto-trending-mcpServer

kukapay
GitHub
cryptocurrencytrendingreal-time

Loading subscription status...

💡 Description

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

📝 JSON Entries

{
  "mcpServers": [
    {
      "crypto-trending": {
        "args": [
          "--directory",
          "/absolute/path/to/crypto-trending-mcp",
          "run",
          "main.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

get_trending_md_docparse_trending_md_doc

Features

  • Returns a Markdown document of the full CoinGecko trending page.
  • Extracts the trending coins table from the Markdown document and parses it with an LLM.
  • Seamless integration with Claude Desktop.

💬 Example Queries

  • What are the trending cryptocurrencies with positive 24h price changes?
  • Show the top 3 trending coins by market cap.