How to Track Space Missions with Copilot

Track space missions in your IDE with Copilot and ToolRouter. NASA data for developers.

Tool
Space Data icon
Space Data

Copilot gives developers direct access to structured NASA data from within their IDE, returning APOD imagery metadata, ISS coordinates, and near-Earth object catalogs as typed JSON ready for application integration. Generate React components for space dashboards, build map visualizations of ISS ground tracks, or create TypeScript interfaces from NASA response schemas -- all without leaving your coding environment. This is the fastest path from space data to working features.

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 Space Data tool:

  1. In Copilot Chat: "Get today's NASA APOD data using space-data"
  2. Copilot returns structured image and description data
  3. Ask: "Generate a React component to display this APOD data"
  4. Use the data and component in your space-themed application

Example Prompt

Try this with Copilot using the Space Data tool
Fetch the NASA APOD for today and generate TypeScript types for the response schema.

Tips

  • Build daily space image features into your apps
  • Generate RSS feeds or newsletter content from APOD data
  • Combine with other space-data skills for comprehensive space dashboards