arvindkumar1606/crypto-mcp-server
If you are the rightful owner of crypto-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Python-based MCP server designed to provide real-time and historical cryptocurrency market data using the CCXT library.
# Crypto MCP Server
A Python-based MCP server to retrieve real-time and historical cryptocurrency
market data using CCXT.
## Features
✔ Real-time price endpoint
✔ Historical OHLC data using CCXT
✔ In-memory caching system
✔ Error handling
✔ Fully tested with pytest
✔ Clean folder structure following Python best practices
## Endpoints
| Endpoint | Description |
|---------|-------------|
| /api/price/<symbol> | Fetches live price |
| /api/history/<symbol> | Fetches historical OHLC data |
Example: