Provides a Node.js Express server for accessing cryptocurrency market data from the CoinGecko API, supporting both free and Pro versions with automatic fallback.
CoinGecko is a Node.js solution that offers seamless access to cryptocurrency market data via a RESTful API and MCP interface. It facilitates integrating AI systems with real-time crypto data, managing API rate limits, fallbacks, and error handling. Supporting both the free and Pro CoinGecko APIs, it automatically switches between them to prevent rate limiting issues. Its features include optimized performance through efficient request handling and response caching, a simple interface with intuitive RESTful endpoints and JSON-RPC methods, and robust error handling with clear error messages.