Back to Home
kevcav1980 icon

CryptoPortfolioMCPServer

Verified Safe

by kevcav1980

Overview

A read-only server for tracking and analyzing cryptocurrency portfolios across multiple exchanges like Binance, Coinbase, and Kraken.

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
  • ENABLED_EXCHANGES

Security Notes

The project is explicitly designed for read-only access to exchange accounts, mitigating the most severe financial risks associated with trading bots. API keys are loaded securely from environment variables (`.env` file), preventing hardcoding. It uses the `ccxt` library for exchange interactions, a widely adopted and vetted library. The `CONTRIBUTING.md` strictly prohibits trading or withdrawal functionality, which is a good design principle. No `eval` or obvious obfuscation found. Network requests are handled by standard libraries (`requests`, `ccxt`).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

cryptocurrencyportfolio managementanalyticsread-onlymulti-exchange