crypto-mcp
Verified Safeby Lapeno01
Overview
A Model Context Protocol (MCP) server for tracking cryptocurrency prices and market data using the CoinMarketCap API.
Installation
python -m src.serverEnvironment Variables
- CMC_API_KEY
Security Notes
The server securely handles the CoinMarketCap API key by loading it from an environment variable (`.env` file) and explicitly checking for its presence and a placeholder value. All external API calls are wrapped in robust error handling. No 'eval' or other directly dangerous patterns are present. The primary security consideration is ensuring the `CMC_API_KEY` remains confidential, which is a standard requirement for API-driven applications.
Similar Servers
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.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.