Skip to main content
Glama

Polygon-io MCP Server

Official

list_futures_contracts

Retrieve a paginated list of futures contracts using filters such as product code, trade dates, contract type, and active status. Ideal for analyzing and managing futures contract data efficiently.

Instructions

Get a paginated list of futures contracts.

Input Schema

NameRequiredDescriptionDefault
activeNo
as_ofNo
first_trade_dateNo
last_trade_dateNo
limitNo
paramsNo
product_codeNo
sortNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Active" }, "as_of": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "As Of" }, "first_trade_date": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "First Trade Date" }, "last_trade_date": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Last Trade Date" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "product_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Type" } }, "title": "list_futures_contractsArguments", "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