You're viewing a demo portfolio

Join the waitlist
PRSM

aggregates

Active

Tool of Polygon Io

declared in 0.1.0

Polygon.io OHLC price bars for a US stock ticker — 1 minute through quarterly granularity. Returns timestamped open/high/low/close + volume + VWAP. Use for charting equities, intraday analysis, backtesting historical prices.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "2024-01-31",
      "from": "2024-01-01",
      "ticker": "AAPL",
      "timespan": "day",
      "multiplier": 1
    },
    {
      "to": "2024-01-16",
      "from": "2024-01-15",
      "limit": 100,
      "ticker": "TSLA",
      "timespan": "minute",
      "multiplier": 15
    }
  ],
  "required": [
    "ticker",
    "multiplier",
    "timespan",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "sort": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "ticker": {
      "type": "string"
    },
    "adjusted": {
      "type": "boolean"
    },
    "timespan": {
      "type": "string"
    },
    "multiplier": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Polygon Io

https://github.com/pipeworx-io/mcp-polygon-io

1/7 registries
View full server →