How to Plan Travel Itinerary Stops with Copilot

Plan travel itinerary stops with Copilot and ToolRouter. Location data for travel apps.

Tool
Places Search icon
Places Search

Copilot retrieves points of interest and place details for building travel app features, generating structured itinerary data, or populating city guide content. Query by type and location, get hours and ratings, and wire the output directly into map components or itinerary-building APIs.

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 Places Search tool:

  1. Ask: "Use places-search to find tourist attractions and museums in Vienna city centre"
  2. Copilot returns structured place data with coordinates, hours, and ratings
  3. Ask: "Return as GeoJSON so I can render these on a map component"
  4. Integrate the place data into your travel app

Example Prompt

Try this with Copilot using the Places Search tool
Use places-search to find the top attractions and restaurants near central Lisbon. Return GeoJSON with name, category, rating, address, and opening hours for each location.

Tips

  • Request GeoJSON output so results render directly on map components
  • Use coordinates for distance calculations when ordering stops into a route
  • Include opening hours in the data model to power time-aware filtering in your app