How to Find Nobel Laureates by Country with Copilot

Nobel laureates by country in your IDE with Copilot and ToolRouter. Geographic data for apps.

Tool
Nobel Prizes icon
Nobel Prizes

Copilot provides structured Nobel Prize data directly in your development environment, returning laureate records, prize details, and motivation text as typed JSON ready for data visualization projects, educational application databases, or research reference tools. Generate seed data for quiz apps, create TypeScript interfaces for prize schemas, or export CSV datasets for analysis -- all without leaving your IDE or manually parsing academic databases.

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 Nobel Prizes tool:

  1. In Copilot Chat: "Get all Nobel laureates from the United States using nobel-prizes"
  2. Copilot returns structured laureate data with country details
  3. Ask: "Generate a GeoJSON file mapping laureate counts by country"

Example Prompt

Try this with Copilot using the Nobel Prizes tool
Fetch all laureates with country data and output as JSON for a world map visualization.

Tips

  • Use the geographic data to build interactive maps of laureate distribution
  • Combine with population data for per-capita laureate analysis
  • The structured output feeds directly into D3.js or Mapbox visualizations