1
Add it to Claude Code
claude mcp add yahoo-finance-8bd1 -- npx mcp-remote https://your-worker.workers.dev/sseAvailable Tools (9)
Once configured, Yahoo Finance gives your AI agent access to:
get_historical_stock_pricesGet OHLCV data for a tickerget_stock_infoGet comprehensive stock informationget_yahoo_finance_newsGet latest news for a tickerget_stock_actionsGet dividends and stock splitsget_financial_statementGet income statement, balance sheet, or cashflowget_holder_infoGet institutional, insider, and major holdersget_option_expiration_datesGet available option expiration datesget_option_chainGet calls/puts option chainget_recommendationsGet analyst recommendationsTry It Out
After setup, try these prompts with your AI agent:
→Get the latest stock information and analyst recommendations for AAPL.
→Show me the income statement for Microsoft (MSFT) for the last fiscal year.
→What are the upcoming option expiration dates for TSLA?
→Fetch the latest news headlines for NVIDIA.
→Get the historical OHLCV data for GOOGL for the past month.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
Alternative installation methods
Development
npm run devDeploy
npm run deployKeep this setup from going cold
Save the docs, env vars, and workflow around Yahoo Finance in Conare so Claude Code, Codex, and Cursor remember it next time.