polygon-io
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@polygon-ioshow me the daily open/close for AAPL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/polygon-io
Massive (formerly Polygon.io) MCP — stock + options + crypto + forex data.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Polygon.io rebranded to Massive in 2026: polygon.io 301s site-wide to massive.com
(site, docs, dashboard). The API host did not move — api.polygon.io still serves, and
api.massive.com is the same API under the new name.
Free Basic plan: $0/mo, 5 API calls/minute, end-of-day data, 2 years of history (massive.com/pricing, checked 2026-08-21). Paid Stocks Starter is $29/mo.
Auth
Platform:
PLATFORM_POLYGON_KEY. BYO:?_apiKey=….
Related MCP server: market-data-mcp
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?)— Massive market 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 sources
API:
https://api.polygon.io(legacy host, still live;https://api.massive.comis the same API)Docs: https://massive.com/docs
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"polygon-io": {
"url": "https://gateway.pipeworx.io/polygon-io/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/polygon-io/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Polygon Io data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Market Data App MCP — wraps the Market Data App API (marketdata.app)
Alpaca MCP — real-time US stock market data via the Alpaca Market Data API
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
- mcpOAuthcom.twelvedata
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables users to interact with Polygon.io API for retrieving financial market data including ticker details, quotes, aggregates, market status and news.81-
- -licenseNot gradedqualityNot gradedmaintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.-
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.713MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to Massive (Polygon) market data including stock and options OHLCV bars as CSV, ticker search, and market movers via FastMCP.-