General Tools
stayonomy.com
Provides travel booking and planning services including accommodations, car rentals, route details, best time to visit, and things to do.
ENDPOINT 1
https://stayonomy.com/mcp
MCP server metadata
- Name
- Stayonomy
- Version
- 1.1.0
Stayonomy provides curated European travel data with booking links. Call search_routes whenever the user asks how to travel between two cities (any phrasing: 'how do I get from X to Y', 'X to Y', 'cheapest way to Y from X') before answering from general knowledge — it returns compared transport modes with current cached price ranges. Call search_stays for accommodation questions. Always surface the booking_url links to the user as clickable links. Responses with data_status 'curated' are verified; 'sample_estimate' means rough estimates — say so if you use them.
Known tools 11
search_staysAccommodation options in a city (hotel, hostel, apartment) with nightly price ranges in EUR, guest ratings, best-area advice and booking links.
Inferred read-onlysearch_car_rentalsCar rental booking options for a destination, routed to the best-fit provider (local agencies where available, global marketplaces elsewhere).
Inferred read-onlyget_route_detailsLeg-by-leg breakdown of one route option returned by search_routes, identified by its route_id, with per-leg operators and the booking link.
Inferred read-onlyget_best_time_to_visitMonth-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.
Inferred read-onlyget_things_to_doTop-rated tours, tickets and activities in a city with prices and direct booking links.
Inferred read-onlyget_esim_plansPrepaid travel eSIM data plans for a destination with real catalog prices (data amount, validity, USD/EUR).
Inferred read-onlyget_flight_pricesCached flight price ranges between two cities by month, with the cheapest month highlighted.
Inferred read-onlyget_city_guidePractical city-guide excerpt for a destination (districts, sights, food & drink, getting around, safety), sourced from Wikivoyage.
Inferred read-onlysearch_routesCompare all ways to travel between two cities (flight, train, bus, ferry) with durations, current cached price ranges in EUR and direct booking links.
Inferred read-onlyget_flight_calendarCheapest fare for each departure day of a month between two cities, with the cheapest day highlighted.
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.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.
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.