How to Plan Travel Itinerary Stops with OpenClaw
Plan travel itinerary stops with OpenClaw and ToolRouter. Batch destination data for guides.
ToolPlaces SearchOpenClaw collects destination data across multiple city areas in one session, returning normalized place records for powering city guides, travel recommendation APIs, or offline itinerary databases. Process dozens of location queries without manual search and maintain a consistent schema across all destinations.
Connect ToolRouter to OpenClaw
1Install the CLI
npm install -g toolrouter-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Places Search tool:
- Ask: "Use places-search to find top attractions in central Copenhagen"
- OpenClaw returns place listings with full details
- Ask: "Keep name, rating, category, address, hours, and coordinates in a stable JSON schema"
- Import the normalized records into your travel database or guide
Example Prompt
Try this with OpenClaw using the Places Search tool
Use places-search to find attractions, cafes, and viewpoints near the historic centre of Dubrovnik. Return stable JSON with name, category, rating, address, coordinates, and opening hours for all results.
Tips
- Use a consistent category taxonomy across city queries so data is cross-comparable
- Include coordinates in every record so you can sort by proximity without re-querying
- Schedule seasonal refresh runs for destinations where hours change between summer and winter