How to Pull Market Sentiment Data with Copilot

Pull market sentiment data with Copilot and ToolRouter. Structured sentiment indicators for risk dashboards.

Tool
Finance Data icon
Finance Data

Copilot retrieves VIX, consumer sentiment, and COT data in structured formats ready for risk dashboards, portfolio monitoring tools, or quantitative models. Build sentiment scoring components, risk gauges, and positioning heatmaps directly from the structured data.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Finance Data tool:

  1. In Copilot Chat: "Fetch current VIX level and latest consumer sentiment reading"
  2. Copilot returns structured sentiment data
  3. Ask: "Build a risk gauge component that uses VIX as its primary input"

Example Prompt

Try this with Copilot using the Finance Data tool
Fetch the current VIX level, consumer sentiment index, and COT net positioning for S&P 500 futures. Return structured JSON for my market sentiment dashboard.

Tips

  • Use VIX levels as thresholds in risk management components — e.g., flag red when VIX exceeds 25
  • COT data structure is complex — ask Copilot to generate parsing utilities for the net positioning fields
  • Combine sentiment score components to build a composite risk indicator for your dashboard