F
licenseA
qualityC
maintenanceAn MCP server that exposes live cryptocurrency market data from CoinGecko as 12 typed read-only tools, including prices, market charts, OHLC candles, trending coins, and global market overview.
12
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: get_coin_prices retrieves prices, find_arbitrage analyzes a single coin's spread, and scan_top_coins scans multiple coins. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case: get_coin_prices, find_arbitrage, scan_top_coins. Very predictable.
Three tools is appropriate for a focused crypto arbitrage server. Each tool adds distinct value without redundancy.
Covers core arbitrage functionality: price retrieval, single-coin spread, and multi-coin scan. Minor gap: no tool for listing supported coins or exchanges, but CoinGecko IDs are well-known.