How to Research Player Statistics with Copilot
Research player stats in your IDE with Copilot and ToolRouter.
ToolSports ScoresCopilot 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
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Sports Scores tool:
- In Copilot Chat: "Fetch all Celtics game results for player analysis"
- Copilot returns structured game data
- Ask: "Generate a player performance summary as a data model"
- Use the structured data in your sports analytics app
Example Prompt
Try this with Copilot using the Sports Scores tool
Get all Boston Celtics game results this season and create a JSON player stats summary for Jayson Tatum.
Tips
- Feed game-by-game data into machine learning models for predictions
- Build automated player comparison features using the data
- Generate player cards and infographics from the structured stats