{
  "$schema": "https://modelcontextprotocol.io/schema/server-card/v1.json",
  "serverInfo": {
    "name": "tante-rosa",
    "title": "Tante Rosa — Vacation Rental (Valens, CH)",
    "version": "1.0.0",
    "description": "Information about Tante Rosa, a vacation rental in Valens, Switzerland, including property details, pricing, availability inquiries, weather context, and surrounding activities. Read-only browser-side MCP exposed via WebMCP on the public site.",
    "vendor": "Tante Rosa",
    "homepage": "https://tanterosa.nl/",
    "contact": "info@tanterosa.nl",
    "license": "All rights reserved"
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://tanterosa.nl/",
    "notes": "Tools are registered via navigator.modelContext.provideContext() on page load. No separate MCP server endpoint is hosted; agents acting through a browser context can discover and invoke the tools client-side."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "logging": false
  },
  "tools": [
    {
      "name": "get_property_info",
      "description": "Get an overview of the Tante Rosa vacation rental in Valens, Switzerland: location, capacity, amenities, and house rules."
    },
    {
      "name": "get_pricing_page_url",
      "description": "Return the URL of the pricing page for Tante Rosa in the requested language."
    },
    {
      "name": "get_contact_page_url",
      "description": "Return the URL of the contact / booking inquiry page in the requested language."
    },
    {
      "name": "open_contact_form",
      "description": "Navigate the user's current browser tab to the contact form, prefilling any guest details you have. The user must complete Turnstile and submit the form themselves."
    }
  ]
}
