Yahoo Finance MCP Server
Provides real-time stock quotes, market indices, historical data, and financial visualizations from Yahoo Finance without API keys, enabling users to analyze and visualize market data through Claude.
README
Yahoo Finance MCP Server
A Model Context Protocol (MCP) server that provides financial market data from Yahoo Finance. Integrate real-time stock quotes, market data, and historical stock information with Claude and other MCP-compatible assistants, without requiring API keys.
Visualization and Analysis Capabilities
This MCP server enables powerful financial data visualization and analysis through Claude:
Market Sentiment Analysis Dashboard showing real-time index performance, fear/greed indicators, and historical trends
Track your tech portfolio performance with detailed metrics and visualizations
Deep dive technical analysis with price trends, moving averages, and performance insights
Features
- Stock Quotes: Get current stock price, change, range, volume, and other key metrics
- Market Indices: Retrieve data for major market indices like S&P 500, Dow Jones, NASDAQ
- Historical Data: Fetch and analyze historical stock data with customizable time periods and intervals
- Rate limiting: Built-in rate limiting to ensure reliable access to Yahoo Finance
- Sentiment Analysis: Visualize market sentiment with fear/greed indicators and trend analysis
- Portfolio Tracking: Monitor your investment portfolio performance over time
- Technical Analysis: Access moving averages, price trends, and performance metrics
- Visual Dashboards: Generate comprehensive financial dashboards for better insights
Installation
Using Docker (Recommended)
The most reliable way to run the server is using Docker:
# Clone the repository
git clone https://github.com/jasontoo/yahoofinance-mcp.git
cd yahoofinance-mcp
# Build the Docker image
docker build -t yahoofinance-mcp .
# Run the container
docker run -i --rm yahoofinance-mcp
Integration with Claude Desktop
- Download and install Claude Desktop
- Create or edit the Claude Desktop configuration file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Add the Yahoo Finance server configuration using your preferred method:
Docker Option (Recommended)
{
"mcpServers": {
"yahoofinance": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"yahoofinance-mcp"
]
}
}
}
- Save the file and restart Claude Desktop
Available Tools
yahoo_stock_quote
Gets current stock quote information from Yahoo Finance.
Parameters:
symbol: Stock ticker symbol (e.g., AAPL, MSFT, TSLA)
Example output:
Symbol: AAPL
Name: Apple Inc.
Price: $196.34
Change: $1.67 (0.86%)
Previous Close: $194.67
Open: $195.01
Day Range: $194.14 - $197.21
52 Week Range: $124.17 - $197.21
Volume: 54,364,985
Avg. Volume: 55,486,332
Market Cap: $3,026,858,790,912
P/E Ratio: 32.44
EPS: $6.05
Dividend Yield: 0.51%
yahoo_market_data
Gets current market data from Yahoo Finance for major indices.
Parameters:
indices(optional): List of index symbols to fetch (default: ["^GSPC", "^DJI", "^IXIC"])
Example output:
S&P 500
Price: 5,069.76
Change: -75.62 (-1.47%)
Previous Close: 5,145.37
Day Range: 5,062.68 - 5,143.25
Dow Jones Industrial Average
Price: 38,150.30
Change: -532.43 (-1.38%)
Previous Close: 38,682.73
Day Range: 38,113.08 - 38,672.04
NASDAQ Composite
Price: 16,180.21
Change: -240.32 (-1.46%)
Previous Close: 16,420.52
Day Range: 16,111.78 - 16,405.25
yahoo_stock_history
Gets historical stock data from Yahoo Finance.
Parameters:
symbol: Stock ticker symbolperiod(optional): Time period ("1d", "5d", "1mo", "3mo", "6mo", "1y", "2y", "5y", "10y", "ytd", "max")interval(optional): Data interval ("1m", "2m", "5m", "15m", "30m", "60m", "90m", "1h", "1d", "5d", "1wk", "1mo", "3mo")
Example output:
Historical data for AAPL (1mo, 1d intervals)
Currency: USD
Trading Period: 8/24/2023 to 9/25/2023
Date | Open | High | Low | Close | Volume
-----------|----------|----------|----------|----------|------------
8/25/2023 | $181.21 | $181.82 | $180.3 | $181.72 | 38,324,242
8/30/2023 | $185.3 | $187.85 | $184.94 | $187.65 | 60,295,151
9/5/2023 | $188.28 | $189.98 | $187.61 | $189.7 | 45,768,330
9/11/2023 | $174.79 | $175.1 | $173.73 | $174.75 | 63,746,501
9/15/2023 | $175.83 | $176.1 | $173.82 | $175.01 | 93,033,436
9/21/2023 | $174.26 | $177.08 | $174.22 | $176.97 | 66,097,991
9/25/2023 | $175.03 | $176.97 | $173.35 | $176.08 | 63,523,374
Price Change: $-5.13 (-2.83%)
yahoo_company_financials
Gets financial statement data for a company from Yahoo Finance.
Parameters:
symbol: Stock ticker symbolstatement(optional): Financial statement type ("income", "balance", "cash", or "all")period(optional): Time period ("annual" or "quarterly")
yahoo_stock_news_sentiment
Gets recent news articles and sentiment analysis for a stock.
Parameters:
symbol(optional): Stock ticker symbol (omit for general market news)count(optional): Number of news items to retrieve (max 10)
Example Prompts
Once the server is connected to Claude, you can ask questions like:
- "What's the current price of AAPL stock?"
- "How has Tesla stock performed over the past month?"
- "Show me the current values of major market indices."
- "What's the stock price history for MSFT over the last year?"
- "Compare the performance of GOOGL and AMZN over the past 3 months."
- "What's the 52-week range for NVDA?"
- "How has the S&P 500 performed today?"
- "Create a market sentiment dashboard for today's trading."
- "Generate a portfolio performance chart for my tech stocks."
- "Show me a technical analysis of Tesla stock with moving averages."
- "What's the current fear/greed index in the market?"
- "Visualize the correlation between S&P 500 and VIX over the past month."
Troubleshooting
If you encounter issues:
- Claude Desktop Logs:
- Check for errors:
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
- Server Connectivity:
- Make sure Docker is running if using Docker
- Ensure you have an active internet connection
- Tool Execution Issues:
- Verify ticker symbols are correct
- Check if Yahoo Finance API might be rate-limiting requests
- Wait a few minutes and try again if you see timeout errors
- Config File Issues:
- Make sure your
claude_desktop_config.jsonis formatted correctly - Double-check all paths and commands
- Restart Claude Desktop after making changes
License
This project is licensed under the MIT License - see the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。