Skip to main content
Glama

Marketstack MCP Server

by matteoantoci

get_etf_holdings

Retrieve comprehensive ETF data, including holdings, by specifying a ticker and optional date range using the Marketstack MCP Server tool.

Instructions

Get complete set of exchange-traded funds data based on the unique identifier code of an ETF.

Input Schema

NameRequiredDescriptionDefault
date_fromNoFilter results based on a specific timeframe by passing a from-date in `YYYY-MM-DD` format.
date_toNoFilter results based on a specific timeframe by passing an end-date in `YYYY-MM-DD` format.
tickerYesTo get results based on a ETF ticker.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date_from": { "description": "Filter results based on a specific timeframe by passing a from-date in `YYYY-MM-DD` format.", "type": "string" }, "date_to": { "description": "Filter results based on a specific timeframe by passing an end-date in `YYYY-MM-DD` format.", "type": "string" }, "ticker": { "description": "To get results based on a ETF ticker.", "type": "string" } }, "required": [ "ticker" ], "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/matteoantoci/mcp-marketstack'

If you have feedback or need assistance with the MCP directory API, please join our Discord server