Back to Discover

mcp-polygon-io

connector

pipeworx-io

Polygon.io MCP.

View on GitHub
0 starsSynced Aug 3, 2026

Install to Claude Code

/plugin marketplace add pipeworx-io/mcp-polygon-io

README

@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 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?) — Polygon 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 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

Rendered live from pipeworx-io/mcp-polygon-io's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://gateway.pipeworx.io/polygon-io/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.