Skip to main content
Glama

Polygon-io MCP Server

Official

list_ticker_news

Retrieve recent news articles for a specific stock ticker by providing ticker, date, and sorting options with 'Polygon-io MCP Server'.

Instructions

Get recent news articles for a stock ticker.

Input Schema

NameRequiredDescriptionDefault
limitNo
orderNo
paramsNo
published_utcNo
sortNo
tickerNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "published_utc": { "anyOf": [ { "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" }, { "type": "null" } ], "default": null, "title": "Published Utc" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort" }, "ticker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ticker" } }, "title": "list_ticker_newsArguments", "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