mcp-crypto-price
Verified Safeby truss44
Overview
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
Installation
npx -y mcp-crypto-priceEnvironment Variables
- COINCAP_API_KEY
- MCP_TRANSPORT
Security Notes
The server uses `process.env.COINCAP_API_KEY` for API key management, which is a secure practice. Input validation is performed using `zod` schemas, preventing malformed requests. Network requests are made via `fetch` to the CoinCap API and include robust error handling. No 'eval' or obvious malicious patterns were found. The project also employs SSH commit signing, indicating good development security practices.
Similar Servers
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.
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.
test-bb-mcp-server
This MCP server enables crypto market analysis using Bitbank public API data, providing analysis tools, technical indicators, and SVG charts for LLMs like Claude to easily interpret and respond to user queries.