Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

lookup_identifier

Retrieve stock codes, CIK, CUSIP, or ISIN by specifying identifier type (symbol, name, cik, etc.) and query. Use this tool on the Yahoo Finance MCP Server for accurate financial data lookup.

Instructions

按标识类型查询股票代码、CIK、CUSIP 或 ISIN。

参数说明: identifier_type: str 可选值:symbol、name、cik、cusip、isin、exchange_variant query: str 对应的查询内容

Input Schema

NameRequiredDescriptionDefault
identifier_typeYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "identifier_type": { "title": "Identifier Type", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "identifier_type", "query" ], "title": "lookup_identifierArguments", "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