Skip to main content
Glama

Yahoo Finance MCP Server

MIT License
51

search

Retrieve stock quotes and news articles from Yahoo Finance using ticker symbols or company names. Filter search results by type for tailored financial insights.

Instructions

Fetches and organizes search results from Yahoo Finance, including stock quotes and news articles.

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query (ticker symbol or company name)
search_typeYesType of search results to retrieve

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The search query (ticker symbol or company name)", "title": "Query", "type": "string" }, "search_type": { "description": "Type of search results to retrieve", "enum": [ "all", "quotes", "news" ], "title": "Search Type", "type": "string" } }, "required": [ "query", "search_type" ], "title": "searchArguments", "type": "object" }

Other Tools from Yahoo Finance MCP Server

Related Tools

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/narumiruna/yfinance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server