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"
]
}
}
}