Skip to main content
Glama

Polygon-io MCP Server

Official

get_snapshot_ticker

Retrieve real-time snapshot data for a specific ticker from the Polygon-io MCP Server, enabling efficient market analysis with inputs for market type and ticker.

Instructions

Get snapshot for a specific ticker.

Input Schema

NameRequiredDescriptionDefault
market_typeYes
paramsNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "market_type": { "title": "Market Type", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "market_type", "ticker" ], "title": "get_snapshot_tickerArguments", "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