Crypto Market Data
Real-time crypto prices OHLCV orderbook - Bitcoin Ethereum 10000+ tokens
Open source Open in the app JSON README (API)
About
Real-time crypto prices OHLCV orderbook - Bitcoin Ethereum 10000+ tokens
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- nirholas
- Origin
- official
- Category
- ferramentas
- Transport
- desconhecido
- Version
- 1.0.0
- Stars
- 29
- Forks
- 4
- Last push
- 2026-08-17T03:02:26Z
- Repository state
- ativo
- Language
- TypeScript
- License
- NOASSERTION
- Added
- 2026-08-29 04:00:54
- Updated
- 2026-08-29 04:00:54
- Origin id
io.github.nirholas/crypto-market-data
README
# Crypto Market Data **Live dashboard: [https://nirholas.github.io/crypto-market-data/](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](https://nirholas.github.io/crypto-market-data) 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. ## Features - ๐ช **Cryptocurrencies** - Top coins by market cap with 7-day sparklines - ๐ฆ **DeFi Protocols** - Protocol TVL rankings from DeFiLlama - ๐ **Yields** - DeFi yield farming opportunities - โ๏ธ **Chains** - Blockchain TVL comparison - ๐ **Dark Mode** - Toggle between light and dark themes - ๐ฑ **Responsive** - Works on desktop and mobile ## Quick Start ```bash # Install dependencies npm install # Start development server npm run dev # Build for production npm run build ``` ## Deploy to GitHub Pages Pushes to `main` are built and deployed automatically by the GitHub Actions workflow in [`.github/workflows/deploy.yml`](.github/workflows/deploy.yml). The live site is at [nirholas.github.io/crypto-market-data](https://nirholas.github.io/crypto-market-data/). To build and host the static output yourself: ```bash npm run build # Serve or upload the dist/ folder ``` ## MCP Server This repo also bundles a [Model Context Protocol](https://modelcontextprotocol.io) server in [`mcp-server/`](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`](mcp-server/README.md) for the full tool list, build instructions, and client configuration. ## Data Sources - [CoinGecko](https://www.coingecko.com) - Cryptocurrency prices and market data - [DeFiLlama](https://defillama.com) - DeFi protocol TVL and yield data ## License All rights reserved. See [LICENSE](LICENSE). ## Documentation Full documentation site: **https://nirholas.github.io/crypto-market-data/** - [Getting started](docs/getting-started.md) covers install and first run. - [Examples](docs/examples.md) has copy-paste snippets.