polygon-mcp
Provides tools for accessing Polygon.io market data, including stocks, options, forex, and crypto data such as trades, quotes, aggregates, technical indicators, and reference data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@polygon-mcpWhat's the current price of AAPL?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Polygon.io MCP Server
MCP server wrapping the Polygon.io Python SDK for stocks, options, forex, and crypto market data.
Installation
cd polygon_mcp
uv pip install -e .Related MCP server: FinImpulse MCP Server
Configuration
Set your Polygon.io API key as an environment variable:
export POLYGON_API_KEY="your_api_key_here"Usage
Run directly
uv run polygon-mcpMCP Configuration
Add to your MCP config (e.g., ~/.kiro/settings/mcp.json):
{
"mcpServers": {
"polygon": {
"command": "uv",
"args": ["--directory", "/path/to/polygon_mcp", "run", "polygon-mcp"],
"env": {
"POLYGON_API_KEY": "your_api_key_here"
}
}
}
}Available Tools
Stocks
stocks_get_sma- Simple Moving Averagestocks_get_ema- Exponential Moving Averagestocks_get_rsi- Relative Strength Indexstocks_get_macd- MACDstocks_get_trades- Trades for a datestocks_get_trades_v3- Trades v3 APIstocks_get_quotes- Quotes for a datestocks_get_quotes_v3- NBBO quotes v3stocks_get_last_trade- Most recent tradestocks_get_last_quote- Most recent quotestocks_get_daily_open_close- Daily OHLCVstocks_get_aggregate_bars- Candles/barsstocks_get_grouped_daily_bars- Market-wide daily barsstocks_get_previous_close- Previous day OHLCVstocks_get_snapshot- Current snapshotstocks_get_snapshot_all- All snapshotsstocks_get_current_price- Current pricestocks_get_gainers_and_losers- Top movers
Options
options_get_sma/ema/rsi/macd- Technical indicatorsoptions_get_trades- Option tradesoptions_get_quotes- Option quotesoptions_get_last_trade- Most recent tradeoptions_get_daily_open_close- Daily OHLCVoptions_get_aggregate_bars- Candles/barsoptions_get_previous_close- Previous day OHLCoptions_get_snapshot- Option snapshotoptions_build_symbol- Build option symboloptions_parse_symbol- Parse option symbol
Forex
forex_get_sma/ema/rsi/macd- Technical indicatorsforex_real_time_conversion- Currency conversionforex_get_historic_ticks- Historic ticksforex_get_quotes- NBBO quotesforex_get_last_quote- Last quoteforex_get_aggregate_bars- Candles/barsforex_get_grouped_daily_bars- Market-wide dailyforex_get_previous_close- Previous day OHLCforex_get_gainers_and_losers- Top movers
Crypto
crypto_get_sma/ema/rsi/macd- Technical indicatorscrypto_get_historic_trades- Historic tradescrypto_get_trades- Trades in time rangecrypto_get_last_trade- Last tradecrypto_get_daily_open_close- Daily open/closecrypto_get_aggregate_bars- Candles/barscrypto_get_grouped_daily_bars- Market-wide dailycrypto_get_previous_close- Previous day OHLCcrypto_get_snapshot_all- All snapshotscrypto_get_snapshot- Single snapshotcrypto_get_gainers_and_losers- Top moverscrypto_get_level2_book- Order book
Reference
reference_get_tickers- Query tickersreference_get_ticker_types- Ticker type mappingsreference_get_ticker_details- Ticker detailsreference_get_option_contract- Option contract inforeference_get_option_contracts- List option contractsreference_get_ticker_news- News articlesreference_get_stock_dividends- Dividend historyreference_get_stock_financials- SEC financialsreference_get_stock_splits- Split historyreference_get_market_holidays- Market holidaysreference_get_market_status- Market statusreference_get_conditions- Polygon conditionsreference_get_exchanges- Exchange list
Maintenance
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
- Alicense-qualityCmaintenanceEnables access to financial market data including EOD, intraday, fundamentals, news, and more via 75 read-only MCP tools.Last updated5MIT
- Alicense-qualityBmaintenanceProvides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.Last updated17ISC
- Flicense-qualityDmaintenanceExposes iTick REST API as MCP tools, providing market data for stocks, crypto, forex, indices, futures, and funds including tick, quote, depth, and kline.Last updated3
- Alicense-qualityDmaintenanceProvides 10 financial data tools (market data, economic indicators, news, insider trades, and calendars) via a single MCP layer, enabling any MCP-compatible LLM to access diverse financial data through a unified interface.Last updatedMIT
Related MCP Connectors
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/atomcp-ai/polygon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server