Yahoo Finance MCP Server
@narumiruna
关于 Yahoo Finance MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"yfinance-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Yahoo Finance MCP Server?
A Model Context Protocol (MCP) server that gives AI assistants access to Yahoo Finance data via the yfinance library. It provides stock information, financial news, sector rankings, historical price data, professional financial charts, options chains, and ownership data—all from within an AI chat.
How to use Yahoo Finance MCP Server?
Install uv, then add the following mcpServers entry to your MCP client configuration: {"command": "uvx", "args": ["yfmcp"]}. The server exposes tools such as yfinance_get_ticker_info, yfinance_get_ticker_news, yfinance_search, yfinance_get_top, yfinance_screen, yfinance_screen_gappers, yfinance_get_price_history, yfinance_get_financials, yfinance_get_holders, yfinance_get_option_dates, and yfinance_get_option_chain.
Key features of Yahoo Finance MCP Server
- Stock data: company info, financials, valuation, dividends, trading metrics
- Financial statements: income statement, balance sheet, cash flow (annual, quarterly, TTM)
- Financial news: recent articles and press releases for any ticker
- Search: find stocks, ETFs, and news across Yahoo Finance
- Sector rankings: top ETFs, mutual funds, companies, growth leaders, top performers
- Price history: OHLCV data as markdown tables or candlestick/VWAP/volume profile charts (WebP)
- Options data: chains with calls, puts, strike prices, implied volatility, expiration dates
- Ownership data: major holders, institutional and mutual fund holders, insider transactions
Use cases of Yahoo Finance MCP Server
- Ask an AI assistant for real-time stock quotes, financial overviews, and valuation ratios
- Generate technical analysis charts (candlestick, VWAP, volume profile) for any ticker
- Screen for bullish gappers, top sector performers, or custom equity/fund criteria
- Retrieve recent news, options chains, and insider trading activity during a conversation
- Analyze historical financial statements (EBIT, invested capital, free cash flow) without leaving the chat
FAQ from Yahoo Finance MCP Server
What data does Yahoo Finance MCP Server provide?
It provides stock info, financial statements, news, search results, sector rankings, OHLCV price history, candlestick/VWAP/volume profile charts, options chains, and ownership data (major holders, institutional holders, mutual fund holders, insider transactions).
What are the runtime requirements?
Python 3.8+ and the uv package manager (or pip). No API key or authentication is needed—data is fetched from Yahoo Finance via the yfinance library.
How do I configure the server?
Add the following to your MCP client configuration: "mcpServers": { "yfmcp": { "command": "uvx", "args": ["yfmcp"] } }. Then restart your client.
Are there any limits on data retrieval?
Yes. For holders, the default maximum rows returned per section is 10 (use max_rows: 0 for full data). For screeners and the yfinance_get_top tool, the maximum number of results is 250 and 100 respectively.
金融与商务 分类下的更多 MCP 服务器
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Polygon.io MCP Server
polygon-ioAn MCP server for Massive.com Financial Market Data
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
评论