@pipeworx/polygon-io
Polygon.io MCP — stock + options + crypto + forex data. Free tier (5 req/min, end-of-day).
Auth
- Platform:
PLATFORM_POLYGON_KEY. BYO:?_apiKey=….
Tools
tickers(search?, type?, market?, exchange?, active?, limit?, sort?, order?)— ticker searchticker_details(ticker)— ticker reference detailaggregates(ticker, multiplier, timespan, from, to, adjusted?, sort?, limit?)— OHLC barsdaily_open_close(ticker, date, adjusted?)— daily O/H/L/C + after-hoursprevious_close(ticker, adjusted?)— previous closegrouped_daily(date, adjusted?)— all tickers OHLC for a daynews(ticker?, published_utc?, order?, limit?, sort?)— Polygon newssplits(ticker?, execution_date?, limit?)— splitsdividends(ticker?, ex_dividend_date?, limit?)— dividendsmarket_holidays()— upcoming market holidaysmarket_status()— current market statusexchanges(asset_class?, locale?)— exchanges
timespan: minute|hour|day|week|month|quarter|year.
Data source
https://api.polygon.io
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"polygon-io": {
"url": "https://gateway.pipeworx.io/polygon-io/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1395+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Polygon Io data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT