Back to Home
ShreyashPatil530 icon

crypto-mcp-server

Verified Safe

by 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

Run Command
python main.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-24

Tags

CryptocurrencyMarket DataReal-timeHistorical DataCaching