mcpbeat

Stopover Planner MCP Server

com.stopovercity/stopover-planner
answering

Stopover Planner is answering right now. Last checked 9 min ago. It exposes 5 tools.

Live Google Flights search: stopover itineraries, country sweeps, explore anywhere, booking links

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
146 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add stopover-planner --transport http https://mcp.stopovercity.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stopover-planner": {
      "url": "https://mcp.stopovercity.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stopover-planner]
url = "https://mcp.stopovercity.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "stopover-planner": {
      "url": "https://mcp.stopovercity.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stopover-planner": {
      "url": "https://mcp.stopovercity.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

country
search_country_sweep
Cheapest live fares from one origin to every destination city in a whole country, in one call (e.g. London to all of Spain). Replaces dozens of route searches. Runs as a background job: returns a jobId; poll get_job_result until done.
explore
search_explore_anywhere
Explore everywhere: the cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links. Great for "where can I fly cheaply" questions. Runs as a background job: returns a jobId; poll get_job_result until done.
flights
search_flights
Live Google Flights prices for one route across one or more dates. Each flight includes airline, GBP price, duration, stops, times, and a Google Flights booking link. Synchronous: typically 5 to 20 seconds.
job
get_job_result
Poll a search started by a background-job tool. Returns {status:"pending"} while running; when status is "done" the same object carries the search payload. Poll every 3 to 5 seconds.
stopover
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. One call evaluates dozens of hub cities and date splits. Runs as a background job: returns a jobId immediately; poll get_job_result every few seconds until status is done.

Endpoints

URLTransportStateLatencyChecked
https://mcp.stopovercity.com/mcp streamable-http answering 144 ms 9 min ago

Stopover Planner — questions

Answers built from our own checks of this server.

What can Stopover Planner do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_job_result, search_country_sweep, search_explore_anywhere, search_flights, search_stopover_itineraries. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Stopover Planner working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 146 ms. The bar chart above shows every period we have measured.
How do I connect Stopover Planner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Stopover Planner need an API key?
No. Stopover Planner completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Stopover Planner?
It answers our handshake in 146 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.