Back to MCP Directory
Crypto Trending
Model Context Protocol low risk

Crypto Trending

Tracks trending cryptocurrencies on CoinGecko, providing real-time insights via a Markdown document and a prompt for LLM analysis.

Connections & Capabilities

Connects To

GitHubDiscordPlaywright

Capabilities

read

Quickstart

Config

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

Exposed MCP Tools (1)

safe
get_trending_md_doc

Retrieves a Markdown document containing the trending cryptocurrencies from CoinGecko.

Read-only operation; retrieves publicly available data.

Safety Assessment

This server is generally safe due to its read-only nature and reliance on publicly available data. The primary risks involve potential parsing errors or reliance on the availability of the external CoinGecko API. It's safe to use for informational purposes but should not be used for critical financial decisions without independent verification.

  • Read-only access to CoinGecko data.
  • No write or delete operations.
  • Data is publicly available.
  • Limited execution capabilities.
  • Potential for data parsing errors if CoinGecko's format changes.
  • Reliance on external API (CoinGecko) availability.
  • Markdown parsing depends on LLM accuracy.
  • No built-in rate limiting; could potentially overload CoinGecko if used excessively.