Skip to main content
Glama

Yahoo Finance MCP Server

MIT License
20

search_quote

Search for stock quotes by entering a query string to retrieve relevant financial data via the Yahoo Finance MCP Server. Specify max_results to limit the number of returned entries.

Instructions

Search for quotes using a query string.

Input Schema

NameRequiredDescriptionDefault
max_resultsNoThe maximum number of results
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 8, "description": "The maximum number of results", "title": "Max Results", "type": "integer" }, "query": { "description": "The search query", "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_quoteArguments", "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