kukapay/crypto-trending-mcp
An MCP server that tracks and monitors the latest trending tokens on CoinGecko.
Platform-specific configuration:
{
"mcpServers": {
"crypto-trending-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-trending-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that tracks and monitors the latest trending tokens on CoinGecko, providing real-time insights into the most popular cryptocurrencies.
<a href="https://glama.ai/mcp/servers/@kukapay/crypto-trending-mcp"> </a>
[](https://discord.gg/aRnuu2eJ)
Returns a Markdown document of the full CoinGecko trending page, including a table of trending cryptocurrencies with columns: Rank, Name, Symbol, Price, 1h Change, 24h Change, 7d Change, 24h Volume, Market Cap.
Guides MCP clients to extract the trending coins table from the Markdown document and parse it with an LLM, supporting analyses like identifying coins with positive price changes or ranking by market cap.
Designed for use with Claude Desktop, allowing natural language queries to analyze trending crypto data via MCP tools and prompts.
Built with minimal dependencies and a simple architecture, making it easy to extend or deploy.
git clone https://github.com/kukapay/crypto-trending-mcp.git
cd crypto-trending-mcp uv sync
playwright installLoading reviews...