- Home
- MCP servers
- Polygon
Polygon
- javascript
1
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run a Polygon MCP Server to access Polygon.io market data through a local MCP endpoint. It exposes a set of tools you can call from an MCP client to get tickers, quotes, aggregates, news, and more, enabling your apps to query market data efficiently.
How to use
You connect to the Polygon MCP Server from your MCP client and call the available tools by name, supplying the necessary arguments. Use the server to check market status, fetch ticker details, retrieve real-time quotes, obtain aggregates and daily open/close prices, pull ticker news, list available tickers, and get snapshot data. Each call targets a specific tool and returns structured data that you can integrate into dashboards, alerts, or trading workflows.
How to install
Prerequisites: ensure Node.js and npm are installed on your system.
Clone the project repository to your working directory.
Install dependencies.
Build the server.
Available tools
get_ticker_details
Retrieve detailed information about a specific ticker symbol.
get_latest_quote
Fetch the real-time quote for a given ticker.
get_aggregates
Obtain aggregate bars for a ticker over a specified timespan.
get_daily_open_close
Get the daily open and close prices for a ticker.
get_market_status
Check whether the market is currently open.
get_ticker_news
Retrieve news articles related to a ticker.
list_tickers
Search or list available tickers.
get_snapshot
Get a snapshot for one or more tickers.