Skip to main content
Glama
pipeworx-io

polygon-io

by pipeworx-io

@pipeworx/polygon-io

Polygon.io MCP — stock + options + crypto + forex data. Free tier (5 req/min, end-of-day).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

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?) — 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 1394+ 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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
    Exposes iTick REST API as MCP tools, providing market data for stocks, crypto, forex, indices, futures, and funds including tick, quote, depth, and kline.
    3

View all related MCP servers

Related MCP Connectors

  • Alpaca MCP — real-time US stock market data via the Alpaca Market Data API

  • Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).

  • Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.

View all MCP Connectors

Latest Blog Posts

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/pipeworx-io/mcp-polygon-io'

If you have feedback or need assistance with the MCP directory API, please join our Discord server