crypto-mcp-server
Verified Safeby ShreyashPatil530
Overview
Provides real-time and historical cryptocurrency market data from public exchange APIs, ideal for building trading bots, portfolio trackers, and market analysis tools.
Installation
python main.pySecurity Notes
The server leverages public CCXT endpoints, eliminating the need for API keys and hardcoded secrets. It operates as a local script and does not appear to expose any network interfaces or APIs itself, significantly reducing external attack surface. Broad 'except' blocks are present in non-critical file I/O operations (logging and cache loading), which handle errors gracefully by falling back or silently failing rather than crashing, without introducing direct vulnerabilities. No 'eval' or obfuscation found.
Similar Servers
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-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
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.
mcp-crypto-server
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.