planyourtrip MCP server
A Model Context Protocol server that lets AI assistants plan round trips and hand users a link into the interactive planner.
Endpoint: https://mcp.planyourtrip.travel/api/mcp (Streamable HTTP)
Tools:
list_destinations(country?, region?)— curated cities to discoversuggest_next_cities(cities[])— co-visitation recommendationscreate_trip_link(waypoints[], title?, language?)— chosen stops → shareable linkcreate_roundtrip(country, days?, cities?, language?)— one-shot country → trip link
Add it as a custom connector in your MCP-capable client, then ask for a trip like “plan a 10-day round trip through Japan” — the assistant composes a route and returns a link into the planner.