Polygon MCP Server
@jwaresolutions
关于 Polygon MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"polygon": {
"command": "node",
"args": [
"/path/to/polygon-server/build/index.js"
],
"env": {
"POLYGON_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Polygon MCP Server?
Polygon MCP Server is a Model Context Protocol (MCP) server that provides tools for interacting with the Polygon.io API to access market data, including real-time quotes, historical aggregates, ticker details, news, and market status. It is intended for developers building AI-powered financial applications.
How to use Polygon MCP Server?
- Clone the repository, install dependencies with
npm install, build the server withnpm run build, and configure thePOLYGON_API_KEYenvironment variable. Then add the server to your MCP settings file with the path to the builtindex.js. Invoke tools by sending JSON requests specifying the tool name and arguments (e.g.,"get_market_status","get_ticker_details").
Key features of Polygon MCP Server
- Get details about a ticker symbol
- Get real-time quote for a ticker
- Get aggregate bars for a ticker
- Get daily open/close prices
- Check if markets are open
- Get news articles for a ticker
- Search/list available tickers
- Get snapshot of ticker(s)
Use cases of Polygon MCP Server
- Fetch current market status to decide trading hours
- Retrieve historical price data for backtesting
- Get real-time quotes for portfolio monitoring
- Look up news articles related to a specific stock
- Search for tickers based on criteria
FAQ from Polygon MCP Server
What data does Polygon MCP Server provide?
It provides access to Polygon.io API endpoints for ticker details, real-time quotes, historical aggregates, daily open/close, market status, news, ticker search, and snapshots.
How do I install and run the server?
Clone the repo, run npm install, then npm run build. Set the POLYGON_API_KEY environment variable and configure your MCP client to use the compiled index.js as a server.
What are the system requirements?
The server requires Node.js to run (implied by npm commands) and a valid Polygon.io API key. No other dependencies are explicitly listed.
Where does the data come from?
All data is retrieved from the Polygon.io API. The server does not store any data locally.
How do I handle authentication?
Provide your Polygon.io API key via the POLYGON_API_KEY environment variable in the MCP settings configuration.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论