← stopovercity.com
INDIVIDUAL MCP TOOL
search_country_sweep
Cheapest live fares from one origin to every destination city in a whole country, in one call (e.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
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.search_flights— Live Google Flights prices for one route across one or more dates.search_explore_anywhere— Explore everywhere: the cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links.get_job_result— Poll a search started by a background-job tool.