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) server.

Installation

Run Command
python server/main.py

Security Notes

The server uses stdin/stdout for inter-process communication, which is common for MCP servers. It dynamically calls registered Python functions based on incoming JSON requests. Input validation is performed within each tool handler (e.g., `get_ticker`, `get_ohclv`, `stream_ticker`), mitigating common injection risks for parameters. The `ccxt` library is used for external API calls. There are no explicit uses of `eval`, `exec`, or `subprocess` on arbitrary user input within the provided source code, nor any hardcoded API keys. The primary risk would be if the application consuming the server's output or providing its input via stdin is compromised or poorly secured.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

CryptocurrencyMarket DataReal-timeFinancial TradingAPI