Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

get_ma_data

Retrieve merger and acquisition data from Yahoo Finance. Specify action type, company name, or pagination to fetch details efficiently.

Instructions

获取并购相关数据。

参数说明: action_type: str latest 或 search name: str 搜索模式下的公司名称 page: int 页码,默认 0 limit: int 返回数量,默认 100

Input Schema

NameRequiredDescriptionDefault
action_typeYes
limitNo
nameNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "action_type": { "title": "Action Type", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "name": { "default": "", "title": "Name", "type": "string" }, "page": { "default": 0, "title": "Page", "type": "integer" } }, "required": [ "action_type" ], "title": "get_ma_dataArguments", "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