mcp-finance-intel
Verified Safeby fpcsa
Overview
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.
Installation
docker run -p 8000:8000 mcp-finance-intelSecurity Notes
The server's source code shows good practice with no 'eval' or obfuscation. External API calls to ccxt (Binance) and yfinance (Yahoo Finance) are encapsulated within adapters. No hardcoded secrets are evident, and the server runs on a standard port. The use of checksums enhances data provenance. However, reliance on external APIs always introduces a minimal supply chain risk and potential for rate limits or API key requirements (though not explicitly shown as required in the code).
Similar Servers
alpaca-mcp-server
A comprehensive Model Context Protocol (MCP) server for Alpaca's Trading API, enabling natural language trading operations through AI assistants for stocks, options, crypto, portfolio management, and real-time market data.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
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.