Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_crypto_intraday

Retrieve intraday cryptocurrency prices at 1-minute, 5-minute, or 1-hour intervals from the Yahoo Finance MCP Server for precise market analysis and trading decisions.

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