mcp-crypto-server
Verified Safeby yanqinghao
Overview
A high-performance platform for real-time cryptocurrency and stock market data, technical analysis, LLM-powered insights, and news aggregation, primarily for generating trading signals and reports for AI applications.
Installation
docker-compose up -dEnvironment Variables
- MODE
- TG_BOT_TOKEN
- TG_CHAT_ID
- DEFAULT_EXCHANGE_ID
- API_KEY
- SECRET_KEY
- SANDBOX_MODE
- MCPO_API_KEY
Security Notes
Sensitive credentials such as API keys for exchanges and Telegram tokens are correctly loaded from environment variables. There are no direct 'eval' calls or obvious obfuscation. Network access is essential for its functionality (exchanges, Telegram API). The Docker setup exposes standard ports. Overall, good security practices are followed for credential handling.
Similar Servers
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
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 comprehensive cryptocurrency analysis, including real-time price data, market insights, and historical trends using the CoinCap API.
kukapay-mcp-servers
A comprehensive suite of Model Context Protocol (MCP) servers for aggregating, analyzing, and providing real-time cryptocurrency, blockchain, and Web3 data and services to AI agents and developers.