Developer Tools

Polygon MCP Server

Connect your account, then chat with AI to run tools.

Polygon Stock API provides real-time and historic market data for stocks, forex, and cryptocurrencies, allowing users to analyze financial markets and build trading applications.

Managed
1 tool
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Polygon — workflow patterns, data models, and gotchas for your AI agent.

Polygon

Financial market data API providing aggregated stock price bars (OHLCV — open, high, low, close, volume) for any US-listed ticker symbol over configurable date ranges and time intervals.

Capability areas

  • Aggregate bars — retrieve historical OHLCV data for a stock ticker. Specify the ticker symbol (stocksTicker, e.g. "AAPL"), a date range (start_date, end_date in YYYY-MM-DD), and aggregation window (multiplier + timespan). Timespan values: minute, hour, day, week, month, quarter, year. The multiplier sets how many units per bar (e.g., multiplier=5 + timespan=minute = 5-minute bars). Returns adjusted or unadjusted prices.

Workflows

  • Daily price history: fetch daily bars for a ticker over a date range to analyze trends, calculate returns, or build charts.
  • Intraday analysis: use minute or hour bars with short date ranges for trading pattern analysis.
  • Multi-stock comparison: query aggregate bars for multiple tickers sequentially, then compare performance over the same period.

Gotchas

  • Date format: start_date and end_date must be YYYY-MM-DD strings.
  • Adjusted prices: set adjusted=true for split/dividend-adjusted prices (recommended for long-term analysis). Defaults to true.
  • Sort order: sort=asc (oldest first) or sort=desc (newest first).
  • Free tier limits: Polygon's free tier has delayed data (15 min) and limited historical depth. Real-time data requires a paid plan.
  • Market hours only: aggregate bars only cover market trading hours unless extended hours are available on the plan.

Tools in this Server (1)

Polygon Stock Api Fetch Stock Api

Retrieve aggregated stock data over a custom date range for a specified ticker symbol. Use this tool to analyze historical stock performance by defini...

Frequently Asked Questions

What is the Polygon MCP server?

Polygon Stock API provides real-time and historic market data for stocks, forex, and cryptocurrencies, allowing users to analyze financial markets and build trading applications. It provides 1 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Polygon to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/polygon-stock-api. Authentication is handled automatically.

How many tools does Polygon provide?

Polygon provides 1 tool that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Polygon require?

Polygon uses API Key. Polygon requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Polygon to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/polygon-stock-api

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Polygon and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Polygon will appear under Not connected — select it and click Connect to complete OAuth.
Name: Polygon
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/polygon-stock-api
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Polygon?

Sign in to connect your credentials and start running tools from the chat.