Skip to content

smart-mcp-proxy/coingecko-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoinGecko MCP Server

An MCP (Model Context Protocol) server that provides access to the CoinGecko API.

Installation & Usage

Using uvx (recommended)

uvx git+https://github.com/smart-mcp-proxy/coingecko-mcp-server

Using pip

pip install git+https://github.com/smart-mcp-proxy/coingecko-mcp-server
coingecko-mcp-server

Development

git clone https://github.com/smart-mcp-proxy/coingecko-mcp-server
cd coingecko-mcp-server
pip install -e .
python main.py

Configuration

API Key (Optional)

For higher rate limits, set your CoinGecko API key:

export COINGECKO_API_KEY="your-api-key-here"

The server will automatically load the OpenAPI specification and make all endpoints available as MCP tools.

Available Endpoints

This server exposes all CoinGecko API endpoints as MCP tools. The exact number of available endpoints is displayed when the server starts.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages