Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_crypto_intraday

Fetch intraday cryptocurrency prices at customizable intervals (1min, 5min, 1hour) using Yahoo Finance data to monitor real-time market movements and trends.

Instructions

按时间间隔获取加密货币的分时价格,支持 1min、5min 和 1hour。

Input Schema

NameRequiredDescriptionDefault
intervalNo1min
symbolYes

Input Schema (JSON Schema)

{ "properties": { "interval": { "default": "1min", "title": "Interval", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_crypto_intradayArguments", "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