yahoo-finance-mcp-server
Verified Safeby laxmimerit
Overview
Provides a Model Context Protocol (MCP) server for accessing Yahoo Finance data for AI assistants.
Installation
uvx yahoo-finance-mcp-serverSecurity Notes
The server acts as a wrapper around the `yfinance` library. No `eval`, hardcoded secrets, or obvious malicious patterns were found. Communication is via `stdio` transport, which is generally secure as it relies on the security of the client invoking it. The `yfinance` library itself makes external network requests to Yahoo Finance, which is an inherent part of its functionality.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
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.
ai-mcp-server-client-fastmcp
Builds a local MCP server with stock market tools for a LangChain AI agent to fetch financial data.