Back to Home
menorhge3556 icon

Crypto_MCP_Server

Verified Safe

by menorhge3556

Overview

Provides real-time and historical cryptocurrency market data via a Model Context Protocol (MCP) compatible server.

Installation

Run Command
python server/main.py

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2026-01-17

Tags

CryptocurrencyMarket DataReal-timeHistoricalPython