Crypto_MCP_Server
Verified Safeby menorhge3556
Overview
Provides real-time and historical cryptocurrency market data via a Model Context Protocol (MCP) compatible server.
Installation
python server/main.pySecurity Notes
The server interacts via stdin/stdout by reading JSON requests. While this implies a controlled execution environment, any external system feeding input to this server must ensure proper sanitization and validation to prevent malformed requests or injection if this server is exposed to untrusted sources. The code does not use 'eval' or contain hardcoded API keys. It handles various ccxt API errors, which is good practice.
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.
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.
alpha_vantage_mcp
The Alpha Vantage MCP server enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol.