Back to Home
kevcav1980 icon

CryptoPortfolioMCPServer

Verified Safe

by kevcav1980

Overview

Read-only cryptocurrency portfolio management and analytics across multiple exchanges.

Installation

Run Command
python -m src.server

Environment Variables

  • BINANCE_API_KEY
  • BINANCE_API_SECRET
  • COINBASE_API_KEY
  • COINBASE_API_SECRET
  • KRAKEN_API_KEY
  • KRAKEN_API_SECRET
  • MOCK_MODE
  • PRICE_CACHE_DURATION
  • BALANCE_CACHE_DURATION
  • ENABLED_EXCHANGES

Security Notes

The server explicitly states it is read-only and warns against adding trading or withdrawal functionality. Credentials are handled via environment variables, and external API calls are made through the well-vetted `ccxt` library and a known Fear & Greed Index API. No 'eval', code obfuscation, or suspicious patterns were found. A deduction of 1 point is made for inherent risks of interacting with third-party APIs and libraries, which is not specific to this project's implementation.

Similar Servers

Stats

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

Tags

CryptocurrencyPortfolio ManagementAnalyticsBinanceCoinbase