Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_stock_grade_latest_news

Retrieve recent stock rating news from Yahoo Finance, enabling users to stay updated on analyst evaluations and market insights. Customize results by specifying page and limit parameters.

Instructions

获取最新评级新闻。

参数说明: page: int 页码,默认 0 limit: int 每页数量,最大 1000,默认 10

Input Schema

NameRequiredDescriptionDefault
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "page": { "default": 0, "title": "Page", "type": "integer" } }, "title": "get_stock_grade_latest_newsArguments", "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