# Stopful — free, map-first road-trip planner > Stopful (https://stopful.com) is a free, map-first road-trip planner. Add stops on a map and it computes > drive time and distance for every leg, splits the route into days, finds hotels and EV chargers > along the way, tracks a budget, and lets you share the whole trip as a link. No account or > sign-up is required to plan, save, or share — and neither is one needed to open a shared link. ## Key facts - Free. No account needed to plan, save, or share; recipients of a share link need no account either. - Up to 60 stops per trip, anywhere in the world. - Features: per-leg drive time & distance, automatic day-splitting, EV chargers along the route, hotel booking with dates/guests prefilled, a warning when an overnight stop has no bed booked, budget tracking with a fuel estimate, forwarding a booking-confirmation email into the trip, a built-in AI planner, printable itinerary, and safe no-account collaboration via a share link. ## For AI agents and assistants There are two ways to put a trip in front of a Stopful user. In both, the agent plans the itinerary; Stopful renders and enriches it (routing, drive times, hotels, chargers, budget). 1. Open-a-trip URL (no auth, works for anyone). Build: https://stopful.com/?trip= where is URL-safe base64 (map + and / to - and _, drop = padding) of a JSON object: {"name":"Trip name","startDate":"YYYY-MM-DD","stops":[{"name":"City","lon":,"lat":,"nights":}]} Only stops (each with a name) is required; decimal lat/lon are strongly preferred — otherwise the place name is geocoded. Opening the URL renders the trip on the editable map. 2. MCP server (JSON-RPC 2.0 over HTTP POST, open access): https://stopful.com/api/mcp Docs: https://stopful.com/mcp — no authentication required. Tool: plot_trip — args: stops (required; each {name, nights, lat?, lon?, sub?}), id?, name?, startDate?, guests?, days?. Stops go in driving order. Returns a stopful.com map link, the trip as structured data, and the trip's id. Including that id in a later call updates the same trip, keeping its link and any edits the traveller made on the map; omitting it creates a separate trip. ## Plan a trip - [Stopful planner](https://stopful.com/): the map-first planner. ## Ready-made routes - [All road-trip routes](https://stopful.com/routes/): curated, ready-to-open itineraries. - [Munich to Venice road trip](https://stopful.com/routes/munich-to-venice/): Alps & Italy road trip, 5 stops. - [Rome to Florence road trip](https://stopful.com/routes/rome-to-florence/): Alps & Italy road trip, 5 stops. - [Nice to Milan road trip](https://stopful.com/routes/nice-to-milan/): Alps & Italy road trip, 5 stops. - [Naples to the Amalfi Coast road trip](https://stopful.com/routes/naples-to-amalfi/): Alps & Italy road trip, 5 stops. - [Zurich to Geneva road trip](https://stopful.com/routes/zurich-to-geneva/): Alps & Italy road trip, 5 stops. - [Lisbon to Porto road trip](https://stopful.com/routes/lisbon-to-porto/): Spain & Portugal road trip, 6 stops. - [Madrid to Seville road trip](https://stopful.com/routes/madrid-to-seville/): Spain & Portugal road trip, 4 stops. - [Paris to Nice road trip](https://stopful.com/routes/paris-to-nice/): France road trip, 6 stops. - [Berlin to Prague road trip](https://stopful.com/routes/berlin-to-prague/): Central Europe road trip, 4 stops. - [Prague to Vienna road trip](https://stopful.com/routes/prague-to-vienna/): Central Europe road trip, 4 stops. - [The Romantic Road: Frankfurt to Füssen](https://stopful.com/routes/romantic-road/): Central Europe road trip, 6 stops. - [Amsterdam to Paris road trip](https://stopful.com/routes/amsterdam-to-paris/): Central Europe road trip, 5 stops. - [Transylvania road trip: Bucharest to Cluj](https://stopful.com/routes/bucharest-to-cluj/): Balkans & Greece road trip, 6 stops. - [Zagreb to Dubrovnik road trip](https://stopful.com/routes/zagreb-to-dubrovnik/): Balkans & Greece road trip, 6 stops. - [Athens to Meteora road trip](https://stopful.com/routes/athens-to-meteora/): Balkans & Greece road trip, 3 stops. - [Oslo to Bergen road trip](https://stopful.com/routes/oslo-to-bergen/): Northern Europe road trip, 5 stops. - [Edinburgh to the Isle of Skye road trip](https://stopful.com/routes/edinburgh-to-isle-of-skye/): Northern Europe road trip, 5 stops. - [Iceland south coast road trip: Reykjavík to Jökulsárlón](https://stopful.com/routes/iceland-south-coast/): Northern Europe road trip, 6 stops. - [London to Edinburgh road trip](https://stopful.com/routes/london-to-edinburgh/): Northern Europe road trip, 5 stops. - [Dublin to Killarney road trip](https://stopful.com/routes/dublin-to-killarney/): Northern Europe road trip, 4 stops. - [Pacific Coast Highway: San Francisco to Los Angeles](https://stopful.com/routes/san-francisco-to-los-angeles/): North America road trip, 7 stops. - [Las Vegas national parks loop: Zion, Bryce & the Grand Canyon](https://stopful.com/routes/las-vegas-to-grand-canyon/): North America road trip, 6 stops. - [Miami to Key West road trip](https://stopful.com/routes/miami-to-key-west/): North America road trip, 5 stops. - [New England coast road trip: Boston to Bar Harbor](https://stopful.com/routes/boston-to-bar-harbor/): North America road trip, 5 stops. - [Calgary to Vancouver road trip](https://stopful.com/routes/calgary-to-vancouver/): North America road trip, 6 stops. - [Great Ocean Road trip: Melbourne to Warrnambool](https://stopful.com/routes/great-ocean-road/): Further afield road trip, 6 stops. - [Garden Route road trip: Cape Town to Storms River](https://stopful.com/routes/cape-town-garden-route/): Further afield road trip, 6 stops. - [Queenstown to Christchurch road trip](https://stopful.com/routes/queenstown-to-christchurch/): Further afield road trip, 5 stops. ## Compare with other planners - [Travel planner comparison](https://stopful.com/compare/) - [Roadtrippers Alternative](https://stopful.com/compare/roadtrippers-alternative/) - [Wanderlog Alternative](https://stopful.com/compare/wanderlog-alternative/) - [Google My Maps Alternative](https://stopful.com/compare/google-my-maps-alternative/) - [Furkot Alternative](https://stopful.com/compare/furkot-alternative/)