How to Track League Standings with Copilot

Fetch league standings 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: "Get scores for the last month to calculate standings"
  2. Copilot returns results and computes rankings
  3. Ask: "Generate a standings table component from this data"
  4. Use the output in your sports application

Example Prompt

Try this with Copilot using the Sports Scores tool
Fetch NBA scores for the current season and generate a JSON standings object grouped by conference.

Tips

  • Great for populating sports app databases with current standings
  • Ask Copilot to generate sorting logic for tiebreaker scenarios
  • Build automated standings updates into your CI pipeline