T

MCP Agent Skill — traum-ferienwohnungen

Traum-Ferienwohnungen Site Skill for MCP Agent

German vacation rental marketplace by Oyo — homepage and search shell only

Available free v0.1.0 Browser
$ sidebutton install traum-ferienwohnungen
Download ZIP
README 3.6 KB

Traum-Ferienwohnungen Site

German vacation-rental marketplace operated by Oyo (traum-ferienwohnungen.de). Homepage advertises 141,547 properties and "25+ Jahre Vertrauenslegacy". This pack is a stub — the session only loaded the homepage and a 404 page; no listing-search workflow was successfully completed. Confidence is low and the URL routing model is unverified.

Browser Access

No login required for the homepage. A cookie consent dialog ("Cookie-Einstellungen") appears with options "Alle Cookies zulassen" and "Cookie Einstellungen". Search appears to require interacting with a JavaScript-driven autocomplete in the destination field (input[placeholder="Wohin"]).

Known Surfaces

URLResultNotes
/Homepage with hero search boxLoads "Durchatmen" branding only after a 404 redirect from speculative URLs
/suche/?location=Brandenburg&arrival=YYYY-MM-DD&departure=YYYY-MM-DD&persons=NLoads but ignores location filter — shows global 141,500 result countParam names suspected wrong
/ferienhaus/brandenburg/404
/brandenburg-region/404
/ferienhaus/brandenburg/uebersicht/?...wassernaehe=direkt404Speculative URL did not resolve

The actual production URL pattern for filtered searches is unknown. The homepage search form likely posts to a discovered destination ID rather than honoring ?location= in the URL.

Homepage Search Form

ElementSelectorNotes
Destination inputinput[placeholder="Wohin"]Triggers autocomplete dropdown — must select an entry rather than just typing
Anreise / AbreiseCalendar widgetNot exercised
GästeSelector with default "2 Gäste"
Suchen button"Suchen" with magnifier iconSubmits

type into the destination input did not produce visible autocomplete in this session — interaction model needs further investigation (possibly requires focus + key events).

Known Domain Knowledge

  • Top-level navigation: Urlaubsideen, Angebote, Hilfe, Wunschliste, Anmelden, Vermieten
  • Country tabs: Deutschland, Österreich, Dänemark, Niederlande, Italien, Kroatien, Spanien, Frankreich, Schweiz
  • Two booking modes advertised on homepage: "Anfrage Stellen" (request to host) and "Aufenthalt Direkt Buchen" (instant book)
  • Tagline: "Ferienwohnungen & Ferienhäuser direkt von privat mieten" — direct private-host marketplace
  • 404 page is themed ("Durchatmen" with cloud illustration) — not a server error indicator on its own; the site likely catches all unknown URLs into this fallback

Unknown / Not Tested

Almost everything:

  • Working URL pattern for filtered search
  • Listing card / detail page selectors
  • Filter set (waterfront, garden, persons, dates)
  • Login, favorites, message hosts
  • Booking flow ("Anfrage" vs "Direkt Buchen")
  • API endpoints
  • Mobile site
  • Pricing model and per-night vs per-stay display
  • Cancellation, deposits, host policies
  • Pagination and sort
  • Map view

Suggested Next Steps for Pack Maturation

  1. Click into the homepage destination autocomplete with mouse_move + click (or focus + ArrowDown + Enter), select a specific region, and capture the resulting URL.
  2. Once on a results page, capture pagination, sort, and filter URL parameters.
  3. Open one detail page and document the field layout.
  4. Confirm whether listings expose JSON-LD structured data (common for German vacation-rental sites).