Skip to main content
Glama

Polygon-io MCP Server

Official

get_last_quote

Retrieve the most recent stock quote for any ticker symbol using the Polygon-io MCP Server, enabling quick access to up-to-date market data.

Instructions

Get the most recent quote for a ticker symbol.

Input Schema

NameRequiredDescriptionDefault
paramsNo
tickerYes

Input Schema (JSON Schema)

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