Skip to main content
Glama

Polygon-io MCP Server

Official

list_futures_trades

Retrieve futures contract trades within a specified time range using ticker, timestamp filters, and session end date parameters.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
limitNo
paramsNo
session_end_dateNo
session_end_date_gtNo
session_end_date_gteNo
session_end_date_ltNo
session_end_date_lteNo
sortNo
tickerYes
timestampNo
timestamp_gtNo
timestamp_gteNo
timestamp_ltNo
timestamp_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" }, "session_end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date" }, "session_end_date_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date Gt" }, "session_end_date_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date Gte" }, "session_end_date_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date Lt" }, "session_end_date_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session End Date Lte" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "title": "Ticker", "type": "string" }, "timestamp": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp" }, "timestamp_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Gt" }, "timestamp_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Gte" }, "timestamp_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Lt" }, "timestamp_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Lte" } }, "required": [ "ticker" ], "title": "list_futures_tradesArguments", "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