Coinranking1 MCP Server
Related Servers
Alternatives to Coinranking1 MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceProvides live and historical cryptocurrency prices, trending coins, and global market data via CoinGecko API, enabling AI agents to fetch real-time and historical crypto information.-
- AlicenseNot gradedqualityDmaintenanceConnects AI agents to real-time cryptocurrency market data from CoinGecko API, enabling price lookups, coin details, market rankings, search, and trending crypto queries through natural language.9 npmApache 2.0
- AlicenseBqualityDmaintenanceProvides access to cryptocurrency market data, exchange information, and blockchain metrics through the CoinMarketCap API. Supports price quotes, historical data, trending tokens, global metrics, and DEX information across different subscription tiers.2636 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency data from CoinGecko, including prices, market data, historical data, and coin search.4 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to access Coinmarketcap data through real API endpoints with no authentication required, supporting crypto and DeFi queries.-
- AlicenseCqualityDmaintenanceEnables access to CoinMarketCap API data, including latest cryptocurrency listings and token quotes, through natural language.2MIT
TDQS
Scored across 37 tools
The tools have clear distinctions in their primary targets (coins, exchanges, markets, blockchains, etc.), but there is notable overlap in functionality. For example, get_coin_price and get_coin_fiat_price both retrieve price data, and get_coins and get_coins_index both list coins, which could cause confusion for an agent. Descriptions help clarify differences, but the redundancy is present.
All tool names follow a consistent snake_case pattern with a verb-noun structure (e.g., get_coin, get_exchanges). The naming is predictable and uniform across all 37 tools, making it easy to parse and understand the purpose of each tool at a glance.
With 37 tools, the count is excessive for a cryptocurrency data server, leading to a bloated and potentially overwhelming interface. Many tools could be consolidated (e.g., multiple history endpoints) or are redundant (e.g., get_coins and get_coins_index), indicating poor scoping and unnecessary complexity.
The tool set provides comprehensive coverage for cryptocurrency data, including coins, exchanges, markets, blockchains, tags, and global statistics. It supports CRUD-like operations (e.g., get, list, search) across all domains, with no obvious gaps in functionality for querying and analyzing crypto data.