Back to Home
truss44 icon

mcp-crypto-price

Verified Safe

by 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

Run Command
npx -y mcp-crypto-price

Environment 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

Stats

Interest Score43
Security Score8
Cost ClassMedium
Avg Tokens300
Stars39
Forks10
Last Update2025-12-05

Tags

cryptocurrencymarket analysisreal-time dataMCP serverfinance