- Home
- MCP servers
- MCP Firts
MCP Firts
- javascript
5
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You set up an MCP server to connect Gemini CLI with the CoinGecko API, enabling you to run crypto queries through a local or remote endpoint. This makes it easy to access pricing, market data, and other CoinGecko insights directly from your terminal via the MCP interface.
How to use
Use an MCP client to connect to the CoinGecko MCP server you configured. Start by launching the server locally, then interact with Gemini CLI commands to fetch data. You can run simple price lookups, market data queries, and other available tools to automate crypto research in your terminal. Explore the tools you have access to, and combine them with your scripts to automate recurring checks and monitoring tasks.
How to install
Prerequisites you need before installation are Node.js 20.18.1 or newer, Yarn, and Gemini CLI installed and configured on your system.
Install steps you should follow in order:
Clone the project repository and install dependencies step by step.
Additional sections
Configuration and usage details are provided below to help you run both local and remote MCP servers for CoinGecko. If you prefer a local MCP setup, you run the server with the local configuration. If you prefer a remote MCP setup, you connect Gemini CLI to the remote MCP endpoint.
Available tools
get_simple_price
Fetches simple price data for specified cryptocurrencies via CoinGecko MCP.
get_coins_markets
Retrieves market data for coins, including price, volume, and market cap.