Yahoo Finance MCP Server
Provides stock price, historical data, company information, and financial statements for Amazon (AMZN) via Yahoo Finance.
Provides stock price, historical data, company information, and financial statements for Apple (AAPL) via Yahoo Finance.
Provides stock price, historical data, company information, and financial statements for Tesla (TSLA) via Yahoo Finance.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Yahoo Finance MCP Serverget stock price for AAPL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Moved to new github account: https://github.com/josh-g-s/Yahoo-Finance-MCP
Yahoo Finance MCP Server
A lightweight MCP server for accessing Yahoo Finance data. No persistent service required - the server runs only when needed.
Features
get-stock-price: Get current stock price and basic trading information
get-stock-history: Get historical price data for various time periods
get-stock-info: Get detailed company information
get-financials: Get financial statements (income, balance sheet, cash flow)
Related MCP server: YFinance MCP Server
Installation
pip install -e .Usage
The server uses stdio for communication (no HTTP server needed). Configure it in your MCP client:
{
"mcpServers": {
"yahoo-finance": {
"command": "python",
"args": ["-m", "yahoo_finance_mcp"]
}
}
}Or if installed globally:
{
"mcpServers": {
"yahoo-finance": {
"command": "yahoo-finance-mcp"
}
}
}Examples
Get Apple stock price:
get-stock-pricewith{"ticker": "AAPL"}Get Tesla's last 6 months:
get-stock-historywith{"ticker": "TSLA", "period": "6mo"}Get Microsoft info:
get-stock-infowith{"ticker": "MSFT"}Get Amazon financials:
get-financialswith{"ticker": "AMZN", "statement_type": "income"}
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for stocksense-ai documentation, generated by doc2mcp.
Scrape stock quotes, historical prices, and financial statements from Yahoo Finance.
Finnhub MCP — wraps Finnhub Stock API (finnhub.io)
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Related MCP Servers
- AlicenseAqualityAmaintenanceA simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.15191MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server that provides seamless access to Yahoo Finance stock market data, enabling retrieval of real-time quotes, historical data, charts, financial summaries, and market searches.26ISC
- AlicenseAqualityCmaintenanceAn MCP server that exposes comprehensive Yahoo Finance data (quotes, financials, options, news, and more) to AI agents via the yfinance library, requiring no API key.24MIT
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that provides stock research tools for Japanese and US stocks, including price, dividends, valuation, and screening, powered by yfinance.MIT