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 "Install 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: yfin-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated11173MIT
- AlicenseBqualityCmaintenanceAn enhanced Yahoo Finance MCP server with pagination, caching, and LLM-optimized responses for stock data, financials, options, and analyst info.Last updated9MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server that provides comprehensive access to Yahoo Finance data through 18 specialized tools for pricing, financials, options, holders, and news.Last updated181MIT
- Alicense-qualityDmaintenanceA 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.Last updated68ISC
Related MCP Connectors
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
A MCP server for the Frankfurter API for currency exchange rates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshthecoder-hub/Yahoo-Finance-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server