CryptoPortfolioMCPServer
Verified Safeby kevcav1980
Overview
Read-only cryptocurrency portfolio management and analytics across multiple exchanges.
Installation
python -m src.serverEnvironment 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
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
portfolio-manager-go
Values equities, FX, commodities, cash, bonds, and cryptocurrencies, and uses LLMs to generate trading insights and analyze financial reports.
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.