This repository hosts an MCP server providing cryptocurrency analysis using the CoinCap API, offering real-time price data, market analysis, and historical trends through an easy-to-use interface. This repository hosts an
The Crypto Price & Market Analysis MCP Server is a Model Context Protocol server designed to provide comprehensive cryptocurrency analysis using the CoinCap API. It offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
To use the server, users need to add a configuration block to their Claude Desktop config file, specifying the command and arguments to run the server using npx mcp-crypto-price
. For higher rate limits, an optional CoinCap API key can be added to the configuration as an environment variable (COINCAP_API_KEY
).
The server provides three main tools: get-crypto-price
for current price and 24-hour stats, get-market-analysis
for detailed market insights, and get-historical-analysis
for historical price data analysis with customizable time intervals. Sample prompts are provided to guide users in querying the server for specific information. The project is inspired by Alex Andru's coincap-mcp
project and is licensed under the MIT License.
truss44/mcp-crypto-price
January 2, 2025
March 27, 2025
TypeScript