Skip to main content
Glama

Polygon-io MCP Server

Official

get_snapshot_all

Retrieve comprehensive market data for all tickers in a specified market, including optional parameters for OTC inclusion and additional filters, using Polygon-io MCP Server.

Instructions

Get a snapshot of all tickers in a market.

Input Schema

NameRequiredDescriptionDefault
include_otcNo
market_typeYes
paramsNo
tickersNo

Input Schema (JSON Schema)

{ "properties": { "include_otc": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Include Otc" }, "market_type": { "title": "Market Type", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "tickers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tickers" } }, "required": [ "market_type" ], "title": "get_snapshot_allArguments", "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