# road-trip-planner MCP server

Plot an AI-planned road trip onto an editable Stopful map — drive times, hotels & EV chargers.

## Links
- Registry page: https://www.getdrio.com/mcp/com-stopful-road-trip-planner
- Website: https://stopful.com

## Install
- Endpoint: https://stopful.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://stopful.com/api/mcp

## Tools
- plot_trip - Creates a road trip on Stopful, or updates one plotted earlier, and returns an interactive map of it — adding, removing, reordering or renaming stops, changing nights, dates or party size, and redrawing the route. Renders a multi-stop driving route as an interactive map and returns a link to it, plus an inline map in clients that support one. Takes a list of stops in driving order, each with a place name, optional decimal lat/lon and number of nights; a stop without coordinates is geocoded from its name, and coordinates that fall far from where the name resolves are reported back in the result. Accepts an optional trip name, start date, party size, and a day-by-day itinerary that becomes a day view over the map. The map shows per-leg drive times and distances, and is editable: the traveller can drag a pin to move a stop or drag the route to add one, and their changes are saved to the trip. Covers road trips and other multi-stop routes; a single destination or a route with no stops to draw has nothing to render. The result contains the map link, the trip as structured data, and the trip's `id` (see the `id` parameter for updating an existing trip). Endpoint: https://stopful.com/api/mcp

## Resources
- ui://stopful/map.html - Interactive road-trip map: numbered stops, colour-coded drive legs with times and distances, and a day view. The traveller can change the trip from this map — dragging a pin moves a stop, dragging the route adds one — and those changes are saved to the trip and kept when it is next updated. The map also publishes its current state to the host's model context. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: com.stopful
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 27, 2026
- Source: https://registry.modelcontextprotocol.io
