Data Collection
stopovercity.com
Provides live flight prices and travel data from Google Flights for route search, itinerary planning, and destination exploration.
ENDPOINT 1
https://mcp.stopovercity.com/mcp
MCP server metadata
- Name
- stopover-planner
- Version
- 4.0.0
Live Google Flights search: real GBP prices with a booking link on every flight. Unique searches: multi-day stopover itineraries, country-wide sweeps, explore-anywhere. Requires a RapidAPI key sent as an X-RapidAPI-Key header (free tier available at https://rapidapi.com/stopover-labs-stopover-labs-default/api/stopover-planner). Heavy searches run as background jobs: call the search tool, then poll get_job_result with the returned jobId.
Known tools 5
search_stopover_itinerariesFind complete multi-day stopover itineraries between two cities: an outbound leg, 1 to 7 days in an intermediate hub city, then the onward leg, priced as one trip from live Google Flights data (GBP) with a booking link on every leg.
Inferred read-onlysearch_country_sweepCheapest live fares from one origin to every destination city in a whole country, in one call (e.
Inferred read-onlysearch_explore_anywhereExplore everywhere: the cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links.
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.stopover-planner]
url = "https://mcp.stopovercity.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stopover-planner": {
"type": "http",
"url": "https://mcp.stopovercity.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stopover-planner
Remote MCP URL: https://mcp.stopovercity.com/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": {
"stopover-planner": {
"url": "https://mcp.stopovercity.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stopover-planner": {
"type": "http",
"url": "https://mcp.stopovercity.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stopover-planner",
"transport": "streamable-http",
"url": "https://mcp.stopovercity.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.