yahoo-finance-mcp-server
Verified Safeby varunshah3129
Overview
Integrate Yahoo Finance data and analytics into AI applications and provide an interactive dashboard for financial queries.
Installation
npm startSecurity Notes
The client-side React application uses `dangerouslySetInnerHTML` for rendering markdown content from the MCP server, which can be an XSS risk if the MCP server is compromised or produces malicious output. The HTTP bridge uses `cors()` without specific origin restrictions, posing a network risk if exposed externally. Reliance on a local Ollama server means its security and integrity are paramount. These risks are somewhat mitigated by the expected local/self-hosted deployment within a trusted environment.
Similar Servers
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.
yfinance-mcp
Fetches real-time and historical stock data, news, and financial charts from Yahoo Finance.
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).
youdotcom-mcp-server
Provides AI agents with real-time access to web information, including search, AI-powered answers, and content extraction, through the Model Context Protocol.