Back to Home
Niraj-82 icon

MCP-Crypto-Server

Verified Safe

by Niraj-82

Overview

Retrieve and analyze cryptocurrency market data from various exchanges for trading bots, AI agents, and analytics dashboards.

Installation

Run Command
uvicorn server:app --reload

Environment Variables

  • HOST
  • PORT
  • CACHE_TTL
  • LOG_LEVEL
  • MCP_SERVER_STATUS
  • RATE_LIMIT_INTERVAL

Security Notes

The project demonstrates good security practices including input validation (exchange/symbol), retry logic for external API calls, comprehensive error handling to prevent exposing raw stack traces, and reliance on the reputable CCXT library for exchange interactions. It does not contain obvious dangerous patterns like 'eval', 'exec', or hardcoded secrets. The configuration parameters (HOST, PORT, CACHE_TTL, etc.) are not sensitive, and while not explicitly using `os.getenv` in the provided `config.py` snippet, Pydantic's BaseSettings typically allows environment variable overrides for these types of settings.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-06

Tags

CryptocurrencyMarket DataFastAPICCXTTrading Bots