Yahoo Finance MCP Server - Real-time stock data, company info, financial statements, and market analysis via Model Context Protocol
| Tool name | Description | Destructive? |
|---|---|---|
| get_stock_quote | โ no | |
| get_historical_prices | โ no | |
| get_company_info | โ no | |
| get_financial_statements | โ no | |
| compare_stocks | โ no |
| get_analyst_recommendations | โ no | |
| get_market_news | โ no | |
| get_options_chain | โ no | |
| get_holders | โ no | |
| get_dividends_splits | โ no | |
| get_analyst_estimates | โ no | |
| search_symbols | โ no | |
| get_market_status | โ no |
{
"mcpServers": {
"yahoo-finance": {
"command": "npx",
"args": [
"-y",
"yahoo-finance-mcp-server"
]
}
}
}