Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POLYGON_API_KEY | Yes | Your Polygon.io API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_ticker_details | Get details about a ticker symbol |
| get_latest_quote | Get real-time quote for a ticker |
| get_aggregates | Get aggregate bars for a ticker |
| get_daily_open_close | Get daily open/close prices |
| get_market_status | Check if markets are open |
| get_ticker_news | Get news articles for a ticker |
| list_tickers | Search/list available tickers |
| get_snapshot | Get snapshot of ticker(s) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |