Skip to main content
Glama

Polygon-io MCP Server

Official

get_futures_snapshot

Retrieve snapshots of futures contracts by specifying tickers, product codes, and filters. Facilitates analysis and monitoring of market data through customizable parameters.

Instructions

Get snapshots for futures contracts.

Input Schema

NameRequiredDescriptionDefault
limitNo
paramsNo
product_codeNo
product_code_any_ofNo
product_code_gtNo
product_code_gteNo
product_code_ltNo
product_code_lteNo
sortNo
tickerNo
ticker_any_ofNo
ticker_gtNo
ticker_gteNo
ticker_ltNo
ticker_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" }, "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" }, "product_code_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code Gt" }, "product_code_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code Gte" }, "product_code_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code Lt" }, "product_code_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Product Code Lte" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" }, "ticker_any_of": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Any Of" }, "ticker_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Gt" }, "ticker_gte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Gte" }, "ticker_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Lt" }, "ticker_lte": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker Lte" } }, "title": "get_futures_snapshotArguments", "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