| name | industry-performance-snapshot |
| description | Retrieve a daily overview of industry performance using Octagon MCP. Use when analyzing daily price movements, average changes, and performance trends for specific industries within an exchange. |
Industry Performance Snapshot
Retrieve daily industry performance data by exchange using the Octagon MCP server.
Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
Workflow
1. Identify Parameters
Determine your query parameters:
- Date: Specific trading date
- Exchange: NYSE, NASDAQ, etc.
- Industry: Biotechnology, Semiconductors, Software, etc.
2. Execute Query via Octagon MCP
Use the octagon-agent tool with a natural language prompt:
Retrieve a daily overview of industry performance for <DATE>, filtered by exchange <EXCHANGE> and industry <INDUSTRY>.
MCP Call Format:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve a daily overview of industry performance for 2025-01-09, filtered by exchange NASDAQ and industry Biotechnology."