← Registry

General Tools

stayonomy.com

Provides travel booking and planning services including accommodations, car rentals, route details, best time to visit, and things to do.

1 endpoint11 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://stayonomy.com/mcp

No auth detected

MCP server metadata

Name
Stayonomy
Version
1.1.0
Capabilities
loggingtools
Server instructions

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_stays

Accommodation options in a city (hotel, hostel, apartment) with nightly price ranges in EUR, guest ratings, best-area advice and booking links.

Inferred read-only
search_car_rentals

Car rental booking options for a destination, routed to the best-fit provider (local agencies where available, global marketplaces elsewhere).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_things_to_do

Top-rated tours, tickets and activities in a city with prices and direct booking links.

Inferred read-only
get_esim_plans

Prepaid travel eSIM data plans for a destination with real catalog prices (data amount, validity, USD/EUR).

Inferred read-only
get_flight_prices

Cached flight price ranges between two cities by month, with the cheapest month highlighted.

Inferred read-only
get_city_guide

Practical city-guide excerpt for a destination (districts, sights, food & drink, getting around, safety), sourced from Wikivoyage.

Inferred read-only
find_deals_from

Cheapest destinations reachable from a city, price-sorted.

Inferred read-only
search_routes

Compare 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-only
get_flight_calendar

Cheapest fare for each departure day of a month between two cities, with the cheapest day highlighted.

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

Indexed

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