Skip to main content
Glama

Polygon-io MCP Server

Official

list_ipos

Retrieve upcoming or historical IPO data based on ticker, listing date, status, and other filters to track and analyze market activity.

Instructions

Retrieve upcoming or historical IPOs.

Input Schema

NameRequiredDescriptionDefault
ipo_statusNo
limitNo
listing_dateNo
listing_date_gtNo
listing_date_gteNo
listing_date_ltNo
listing_date_lteNo
orderNo
paramsNo
sortNo
tickerNo

Input Schema (JSON Schema)

{ "properties": { "ipo_status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ipo Status" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "listing_date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Listing Date" }, "listing_date_gt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Listing Date Gt" }, "listing_date_gte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Listing Date Gte" }, "listing_date_lt": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Listing Date Lt" }, "listing_date_lte": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Listing Date Lte" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" } }, "title": "list_iposArguments", "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