Skip to main content
Glama

Polygon-io MCP Server

Official

list_quotes

Retrieve stock quotes by ticker symbol with optional timestamp filters and sorting parameters using the Polygon-io MCP Server.

Instructions

Get quotes for a ticker symbol.

Input Schema

NameRequiredDescriptionDefault
limitNo
orderNo
paramsNo
sortNo
tickerYes
timestampNo
timestamp_gtNo
timestamp_gteNo
timestamp_ltNo
timestamp_lteNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "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": { "title": "Ticker", "type": "string" }, "timestamp": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp" }, "timestamp_gt": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Gt" }, "timestamp_gte": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Gte" }, "timestamp_lt": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Lt" }, "timestamp_lte": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp Lte" } }, "required": [ "ticker" ], "title": "list_quotesArguments", "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