Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_crypto_price_eod

Retrieve historical end-of-day cryptocurrency prices via Yahoo Finance MCP Server, supporting both light and full data modes for analysis and insights.

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