Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

search_companies

Search for company details using specific keywords, filter by exchange, and control result quantity with the 'search_companies' tool on the Yahoo Finance MCP Server.

Instructions

根据关键字搜索公司信息。

参数说明: query: str 搜索关键字 limit: int 返回结果数量,默认 10 exchange: str 交易所代码,可选

Input Schema

NameRequiredDescriptionDefault
exchangeNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "exchange": { "default": "", "title": "Exchange", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_companiesArguments", "type": "object" }

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/16Coffee/finance-mcp'

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