
Coingecko Mcp Server
Let your coding agent fetch live crypto prices, market caps, and CoinGecko API data while you build trading, portfolio, or fintech side projects.
Overview
CoinGecko MCP Server is a Build-phase MCP server that exposes CoinGecko cryptocurrency market API data to coding agents over stdio.
What is this MCP server?
- stdio MCP server wrapping the CoinGecko cryptocurrency data API
- npm package @supernova123/coingecko-mcp-server v1.0.1
- Suited for price lookups, market metadata, and agent-driven crypto app prototyping
- No custom scraper maintenance—agents call structured market endpoints
- GitHub-hosted server schema aligned with MCP 2025-12-11
- Published MCP server version 1.0.1
- npm identifier @supernova123/coingecko-mcp-server
- stdio transport via official MCP server schema 2025-12-11
What problem does it solve?
Builders waste context window and time copying CoinGecko endpoints and responses instead of giving agents direct, repeatable market data tools.
Who is it for?
Solo builders shipping crypto dashboards, bots, or pricing experiments who want CoinGecko data inside Claude Code or Cursor.
Skip if: Teams that need institutional exchange feeds, private OTC data, or non-crypto products with no market API need.
What do I get? / Deliverables
After you add the npm MCP server, agents can pull crypto prices and market metadata inline while you code features.
- Agent-accessible crypto price and market queries
- Faster prototyping of portfolio and alert features
- Reduced manual API documentation in agent sessions
Recommended MCP Servers
Journey fit
Primary value is integrating market data into whatever you are building, which maps to Build → integrations for MCP wiring. CoinGecko is an external API surfaced as MCP tools—classic agent-tooling integration, not a launch or growth playbook.
How it compares
Live crypto market data MCP bridge, not an on-chain explorer or DeFi analytics suite.
Common Questions / FAQ
Who is CoinGecko MCP Server for?
Indie developers and agent users building crypto apps who want standardized CoinGecko API access from their MCP client.
When should I use CoinGecko MCP Server?
Use it during research, validation, or build when you need agents to quote prices, compare assets, or scaffold fintech features from CoinGecko.
How do I add CoinGecko MCP Server to my agent?
Install @supernova123/coingecko-mcp-server via npm, configure stdio MCP in your agent, and follow CoinGecko API key or rate-limit requirements from their docs if applicable.