ENDPOINT 1
https://stopful.com/api/mcp
MCP server metadata
- Name
- stopful
- Version
- 2.35.0
Stopful renders a planned multi-stop driving route as an interactive map. It provides one tool, plot_trip, which takes the stops in driving order — each a real place name, its number of nights, and its decimal lat/lon where known — and returns a link to the map, plus an inline map in clients that support one. Stops sent without coordinates are geocoded from their names, and coordinates that land far from where the name resolves are reported in the result. The map shows per-leg drive times and distances and can be edited by the traveller: dragging a pin moves a stop, dragging the route adds one, and those changes are saved to the trip. Each result carries the trip's `id`; a later call that includes that `id` applies to the same trip, keeping its link and the traveller's map edits, while a call without one creates a separate trip. There is no planning or text generation on this server — it renders the itinerary it is given.
Known tools 1
plot_tripCreates 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stopful]
url = "https://stopful.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stopful": {
"type": "http",
"url": "https://stopful.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stopful
Remote MCP URL: https://stopful.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stopful": {
"url": "https://stopful.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stopful": {
"type": "http",
"url": "https://stopful.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stopful",
"transport": "streamable-http",
"url": "https://stopful.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for stopful.com was fetched 2026-07-28T22:40:59.371Z.
stopful.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.