← Registry

Data Collection

stopovercity.com

Provides live flight prices and travel data from Google Flights for route search, itinerary planning, and destination exploration.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.stopovercity.com/mcp

No auth detected

MCP server metadata

Name
stopover-planner
Version
4.0.0
Capabilities
tools
Server instructions

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_itineraries

Find 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-only
search_flights

Live Google Flights prices for one route across one or more dates.

Inferred read-only
search_country_sweep

Cheapest live fares from one origin to every destination city in a whole country, in one call (e.

Inferred read-only
search_explore_anywhere

Explore everywhere: the cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links.

Inferred read-only
get_job_result

Poll a search started by a background-job tool.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.