financial-mcp-servers
by deeptendies
Overview
A repository for discovering, organizing, and running Model Context Protocol (MCP) servers primarily focused on financial, market, and cryptocurrency data sources.
Installation
FINANCIAL_DATASETS_API_KEY=YOUR_FINANCIAL_DATASETS_API_KEY npx -y mcp-remote@latest "https://financialdatasets.ai/api/mcp" --header "X-API-KEY: YOUR_FINANCIAL_DATASETS_API_KEY"Environment Variables
- FINANCIAL_DATASETS_API_KEY
- FMP_ACCESS_TOKEN
- ALPHA_VANTAGE_API_KEY
- COINSTATS_API_KEY
- WEALTHY_API_KEY
- DART_API_KEY
- KRX_API_KEY
- PRIVATE_KEY
Security Notes
The repository's core function involves executing arbitrary npm packages and connecting to external APIs, which carries inherent supply chain and third-party risks. The automated GitHub Action, by default, directly commits discovered MCP server configurations to the repository without a mandatory review step, posing a significant security vulnerability if untrusted packages are automatically added. API keys are placeholders and not hardcoded, which is good practice. The `autoApprove` feature offers a good control mechanism for allowed actions.
Similar Servers
metorial-index
A background service that builds and maintains a comprehensive public catalog of Model Context Protocol (MCP) servers, enriching their metadata through automated fetching from repositories and AI-driven content generation.
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.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).