mcp-crypto-price
Verified Safeby truss44
Overview
A Model Context Protocol (MCP) server providing comprehensive cryptocurrency price, market analysis, and historical trends data using the CoinCap API for integration with AI clients.
Installation
npx -y mcp-crypto-priceEnvironment Variables
- COINCAP_API_KEY
Security Notes
The server uses `process.env.COINCAP_API_KEY` for API key handling, which prevents hardcoding secrets directly in the source. Input validation is performed using `zod` schemas, mitigating common injection vulnerabilities. Network calls are made to the CoinCap API, an external service, which introduces an inherent dependency risk. Error messages might expose raw `error.message` content from the external API, though for public crypto data, this risk is generally low. The project utilizes verified commits (SSH signing), indicating good supply chain security practices. The `npx -y` run command, while convenient, relies on trust in the npm registry and package maintainer.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.