Skip to main content
Glama

Polygon-io MCP Server

Official

list_tickers

Query and retrieve supported ticker symbols for stocks, indices, forex, and crypto using customizable filters like market, exchange, and active status.

Instructions

Query supported ticker symbols across stocks, indices, forex, and crypto.

Input Schema

NameRequiredDescriptionDefault
activeNo
cikNo
cusipNo
dateNo
exchangeNo
limitNo
marketNo
orderNo
paramsNo
searchNo
sortNo
tickerNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Active" }, "cik": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cik" }, "cusip": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cusip" }, "date": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "exchange": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Exchange" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "market": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Market" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Type" } }, "title": "list_tickersArguments", "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