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.

1 tool
Agent guide included
Start Chatting

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Polygon?

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

Polygon MCP Server & Skill — 1 Tools