Skip to main content
Glama

Polygon-io MCP Server

Official

list_futures_market_statuses

Retrieve real-time market statuses for futures products on Polygon-io MCP Server. Filter by product code, set limits, and sort results for efficient market analysis.

Instructions

Get market statuses for futures products.

Input Schema

NameRequiredDescriptionDefault
limitNo
paramsNo
product_codeNo
product_code_any_ofNo
sortNo

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" }, "product_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code" }, "product_code_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code Any Of" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" } }, "title": "list_futures_market_statusesArguments", "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