Back to Home
Lapeno01 icon

crypto-mcp

Verified Safe

by Lapeno01

Overview

A Model Context Protocol (MCP) server for tracking cryptocurrency prices and market data using the CoinMarketCap API.

Installation

Run Command
python -m src.server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-18

Tags

CryptocurrencyMarket DataAPI IntegrationMCP ServerFinancial Analytics