How to Monitor Team Stats with Copilot

Track team statistics in your IDE with Copilot and ToolRouter.

Tool
Sports Scores icon
Sports Scores

Copilot delivers sports scores and data in structured formats perfect for developers building sports apps, dashboards, notification systems, or data visualization projects. Fetch live scores as JSON arrays, generate typed interfaces from game result schemas, and build automated sports features directly from your editor. This is the fastest path from raw sports data to working code, eliminating the need to manually query APIs or parse unstructured web pages.

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 Sports Scores tool:

  1. In Copilot Chat: "Fetch all Warriors games this season"
  2. Copilot returns structured game results
  3. Ask: "Calculate win percentage and average margin of victory"
  4. Use the computed stats in your application

Example Prompt

Try this with Copilot using the Sports Scores tool
Get all Golden State Warriors games this season and calculate key performance metrics as a JSON object.

Tips

  • Perfect for building automated team report generators
  • Ask Copilot to generate stat calculation functions from the data patterns
  • Feed team stats into prediction models or dashboards