Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_crypto_price_eod

Fetch historical end-of-day cryptocurrency prices using the Yahoo Finance MCP Server. Specify the cryptocurrency symbol and choose between light or detailed output modes for precise data retrieval.

Instructions

获取加密货币的历史收盘价,可选简略或完整模式。

Input Schema

NameRequiredDescriptionDefault
modeNolight
symbolYes

Input Schema (JSON Schema)

{ "properties": { "mode": { "default": "light", "title": "Mode", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_crypto_price_eodArguments", "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