← stayonomy.com
INDIVIDUAL MCP TOOL
find_deals_from
Cheapest destinations reachable from a city, price-sorted.
LIVE ENDPOINT
https://stayonomy.com/mcp
Connect to this endpoint to inspect the live schema for find_deals_from and invoke it with your own arguments.
Indexed 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 server
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.stayonomy]
url = "https://stayonomy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stayonomy": {
"type": "http",
"url": "https://stayonomy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stayonomy
Remote MCP URL: https://stayonomy.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": {
"stayonomy": {
"url": "https://stayonomy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stayonomy": {
"type": "http",
"url": "https://stayonomy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stayonomy",
"transport": "streamable-http",
"url": "https://stayonomy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_stays— Accommodation options in a city (hotel, hostel, apartment) with nightly price ranges in EUR, guest ratings, best-area advice and booking links.search_car_rentals— Car rental booking options for a destination, routed to the best-fit provider (local agencies where available, global marketplaces elsewhere).get_route_details— Leg-by-leg breakdown of one route option returned by search_routes, identified by its route_id, with per-leg operators and the booking link.get_best_time_to_visit— Month-by-month climate (average daytime temperature, rainy days) for a city, combined with monthly flight prices when an origin is given, to recommend the best-value month.get_things_to_do— Top-rated tours, tickets and activities in a city with prices and direct booking links.get_esim_plans— Prepaid travel eSIM data plans for a destination with real catalog prices (data amount, validity, USD/EUR).get_flight_prices— Cached flight price ranges between two cities by month, with the cheapest month highlighted.get_city_guide— Practical city-guide excerpt for a destination (districts, sights, food & drink, getting around, safety), sourced from Wikivoyage.