Skip to main content
Glama

Polygon-io MCP Server

Official

list_futures_aggregates

Retrieve aggregated data for futures contracts within specified time ranges using ticker and resolution inputs on the Polygon-io MCP Server.

Instructions

Get aggregates for a futures contract in a given time range.

Input Schema

NameRequiredDescriptionDefault
limitNo
paramsNo
resolutionYes
sortNo
tickerYes
window_startNo
window_start_gtNo
window_start_gteNo
window_start_ltNo
window_start_lteNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "resolution": { "title": "Resolution", "type": "string" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "title": "Ticker", "type": "string" }, "window_start": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Window Start" }, "window_start_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Window Start Gt" }, "window_start_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Window Start Gte" }, "window_start_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Window Start Lt" }, "window_start_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Window Start Lte" } }, "required": [ "ticker", "resolution" ], "title": "list_futures_aggregatesArguments", "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/polygon-io/mcp_polygon'

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