coingecko-mcp.md

CoinGecko MCP

from"coingecko"
780

Crypto pricing across 200+ blockchains

Finance
cryptopricingblockchainmarket
install.sh
# Clone the repository
$git clone https://github.com/coingecko/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve