
Pulls live crypto market data from CoinGecko and DeFiLlama APIs, giving you real-time prices, OHLCV candlesticks, orderbook depth, and coverage across 10,000+ tokens including Bitcoin and Ethereum. Beyond spot prices, it surfaces DeFi protocol TVL rankings, yield farming opportunities, and cross-chain comparisons. Reach for this when you need Claude to answer questions about current crypto markets, compare token performance, or analyze DeFi yields without manually checking multiple dashboards. The underlying implementation is a Vue.js dashboard with dark mode and responsive design, so the MCP server likely exposes similar data endpoints as tools Claude can query directly.
Live dashboard: https://nirholas.github.io/crypto-market-data/
Live cryptocurrency and DeFi market dashboard with data from CoinGecko and DeFiLlama.
Cryptocurrency prices and market data. That's it! With a basic UI. I originally built this within Lyra Web3 Playground and I thought it might be helpful for those looking for something very simple, a good learning experience to build + deploy, or maybe you're like me and just enjoy building and sharing simple yet useful creations. Live data, hooked up to CoinGecko and Defillama.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
Pushes to main are built and deployed automatically by the GitHub Actions workflow in .github/workflows/deploy.yml. The live site is at nirholas.github.io/crypto-market-data.
To build and host the static output yourself:
npm run build
# Serve or upload the dist/ folder
This repo also bundles a Model Context Protocol server in mcp-server/ that exposes the same CoinGecko and DeFiLlama data to AI assistants (Claude Desktop, Cursor, and other MCP clients): live prices, OHLCV candles, trending coins, coin search, DeFi protocol/chain TVL, yields, and stablecoin supplies.
See mcp-server/README.md for the full tool list, build instructions, and client configuration.
All rights reserved. See LICENSE.
Full documentation site: https://nirholas.github.io/crypto-market-data/