npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/coingecko-mcp-server

v1.0.0

Published

Servidor MCP para conectar Gemini CLI con la API de CoinGecko.

Readme

¡Bienvenido a tu aventura para conectar Gemini CLI con un servidor MCP (Model Context Protocol)! 🎉
Este proyecto te permite interactuar con la API de CoinGecko usando Gemini CLI, desbloqueando un arsenal de herramientas para obtener datos de criptomonedas: precios, tendencias, NFTs y mucho más. Aprende a configurarlo local o remotamente con esta guía paso a paso. 🌐


🎥 Tutorial en Video

Aprende en vivo cómo conectar tu primer servidor MCP, explora sus herramientas y automatiza tus proyectos como un experto en IA terminal.
🔗 [Ver video en YouTube](https://youtu.be/xxxx

Mira el tutorial


🌍 Únete a la Comunidad

Comparte, aprende y crece con iacomunia.com – tu espacio para innovar con inteligencia artificial y automatización.


🛠 ¿Qué es este proyecto?

Un servidor MCP para conectar Gemini CLI con la API de CoinGecko.
⚡ Al arrancar obtendrás acceso a 46 herramientas para consultas cripto avanzadas, con comandos simples y mucha potencia.


📋 Requisitos

  • Node.js 20.18.1+ (node --version)
  • Yarn (yarn --version)
  • Gemini CLI instalado y configurado

⚙️ Instalación rápida

` git clone https://github.com/IAcomunIA/MCP_firts.git cd MCP_firts yarn install

`

🔧 Configuración

  1. Crea archivo .env con tu API key (opcional para demo):

`

COINGECKO_DEMO_API_KEY=tu-api-key

2. Modifica la configuración de Gemini CLI en~/.gemini/settings.json`
👉 Opción Local:

{
  "mcpServers": {
    "coingecko_mcp_local": {
      "command": "npx",
      "args": ["-y", "@coingecko/coingecko-mcp"],
      "cwd": "/ruta/a/MCP_firts/",
      "env": {
        "COINGECKO_DEMO_API_KEY": "YOUR_DEMO_API_KEY",
        "COINGECKO_ENVIRONMENT": "demo"
      }
    }
  }
}

👉 Opción Remota:

{
"mcpServers": {
"coingecko_mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.api.coingecko.com/sse"
]
}
}
}

🚦 Cómo usar

Arranca el servidor local:

yarn start

Interactúa con Gemini CLI usando comandos como:

gemini get_simple_price
gemini get_coins_markets

¡Explora todas las herramientas y automatiza consultas cripto directas!


🐛 Solución de problemas comunes

  • No encuentra MCP: Revisa que la ruta cwd en settings.json sea correcta.
  • API Key inválida: Usa modo demo o verifica tu .env.
  • Problemas con Yarn: Instala o actualiza yarn y ejecuta yarn install otra vez.

🌟 Recursos útiles


🤝 ¿Quieres contribuir?

¿Tienes mejoras o ideas? ¡Abre un issue o pull request!
Sé parte activa y crece junto a la comunidad MCP.


¡A programar y automatizar con inteligencia artificial en tu terminal! 🚀
❤️ Hecho con pasión por la comunidad iAcomunIA