cryptogecko-mcp-server
2
This project provides a client-server implementation for accessing cryptocurrency data through the Model Context Protocol, using CoinGecko API. It includes a Python-based server, TypeScript client, and React frontend.
Overview
- Project Description: A guide for setting up an MCP server and client to retrieve cryptocurrency data from CoinGecko.
- Features:
- Python MCP Server for API requests.
- TypeScript MCP Client for server interaction.
- React frontend for user interface.
- Server Setup: Requires Python 3.9+ and pip. Includes steps for virtual environment setup, package installation, and server startup.
- Customization: Instructions to add new tools using decorators and updates to client and UI.