Skip to main content
Glama

Polygon-io MCP Server

Official

get_last_trade

Retrieve the latest trade data for a specific ticker symbol using the specified Polygon-io MCP Server tool.

Instructions

Get the most recent trade 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_tradeArguments", "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