Skip to main content
Glama

Polygon-io MCP Server

Official

get_futures_contract_details

Retrieve detailed information for a specific futures contract, including its attributes and pricing, at a specified point in time using Polygon-io MCP Server.

Instructions

Get details for a single futures contract at a specified point in time.

Input Schema

NameRequiredDescriptionDefault
as_ofNo
paramsNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "as_of": { "anyOf": [ { "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "As Of" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_futures_contract_detailsArguments", "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