Skip to main content
Glama

Yahoo Finance MCP Server

MIT License
43

search

Retrieve stock quotes and news articles from Yahoo Finance by entering a ticker symbol or company name. Specify search type (quotes, news, or all) for targeted results.

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" }
Install Server

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