Skip to main content
Glama
pipeworx-io

polygon-io

by pipeworx-io

@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 search

  • ticker_details(ticker) — ticker reference detail

  • aggregates(ticker, multiplier, timespan, from, to, adjusted?, sort?, limit?) — OHLC bars

  • daily_open_close(ticker, date, adjusted?) — daily O/H/L/C + after-hours

  • previous_close(ticker, adjusted?) — previous close

  • grouped_daily(date, adjusted?) — all tickers OHLC for a day

  • news(ticker?, published_utc?, order?, limit?, sort?) — Massive market news

  • splits(ticker?, execution_date?, limit?) — splits

  • dividends(ticker?, ex_dividend_date?, limit?) — dividends

  • market_holidays() — upcoming market holidays

  • market_status() — current market status

  • exchanges(asset_class?, locale?) — exchanges

timespan: minute|hour|day|week|month|quarter|year.

Data sources

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-toolsask_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

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A 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.
    8
    1
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Real-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
    -
  • A
    license
    C
    quality
    C
    maintenance
    Enables 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.
    71
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides access to Massive (Polygon) market data including stock and options OHLCV bars as CSV, ticker search, and market movers via FastMCP.
    -