{
  "$comment": "MCP server card — draft/emerging convention (.well-known/mcp.json). Canonical source of truth is the mcp_endpoint field in https://quintapicoutocima.pt/llms-agent.txt and the live server at /mcp. Kept in sync with functions/mcp.js.",
  "status": "draft",
  "name": "quinta-picouto-cima",
  "title": "Quinta Picouto de Cima",
  "description": "MCP server for a family vinho verde estate in Gominhães, Guimarães (Minho, Portugal). Read the live catalogue, check availability, and submit booking requests (double opt-in by email — a request is not a confirmed booking).",
  "version": "1.0.0",
  "endpoint": "https://quintapicoutocima.pt/mcp",
  "url": "https://quintapicoutocima.pt/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": "none",
  "documentation": "https://quintapicoutocima.pt/llms-agent.txt",
  "capabilities": {
    "tools": [
      {
        "name": "list_offerings",
        "description": "The live catalogue (wine tastings, experiences, stays) with prices and a stable offering_id for each."
      },
      {
        "name": "check_availability",
        "description": "Days and times still free, with the estate's booking rules already applied. Reserves nothing."
      },
      {
        "name": "request_booking",
        "description": "Submits a booking request on the visitor's behalf. Sends a verification email; the booking is created only after the visitor confirms and the family accepts. Not a confirmed booking."
      }
    ]
  }
}
