{
  "name": "Breezy Tiki Charters",
  "description": "Private BYOB tiki boat charter operator in Fort Lauderdale. Up to 20 guests. Bachelorette, birthday, sandbar, sunset and corporate trips.",
  "url": "https://breezytikisf.com/",
  "version": "1.0.0",
  "provider": {
    "organization": "Breezy Tiki Charters",
    "url": "https://breezytikisf.com/"
  },
  "supportedInterfaces": [
    {
      "transport": "http",
      "protocol": "mcp",
      "url": "https://breezytikisf.com/mcp"
    },
    {
      "transport": "http",
      "protocol": "rest",
      "url": "https://breezytikisf.com/api/"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none",
      "oauth2"
    ],
    "oauth2": {
      "tokenUrl": "https://breezytikisf.com/api/oauth/token",
      "flows": [
        "client_credentials"
      ],
      "scopes": [
        "read"
      ],
      "required": false
    }
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "list_charters",
      "name": "List charter options",
      "description": "Get the 2/3/4/6-hour private tiki boat charters with inclusions and booking links.",
      "tags": [
        "charter",
        "pricing",
        "booking"
      ],
      "examples": [
        "What tiki boat charters do you offer in Fort Lauderdale?"
      ]
    },
    {
      "id": "get_business_info",
      "name": "Get business info",
      "description": "Get contact, areas served, amenities, capacity and rating.",
      "tags": [
        "info",
        "contact"
      ],
      "examples": [
        "What's included and how many guests fit?"
      ]
    },
    {
      "id": "get_faq",
      "name": "Get FAQ",
      "description": "Answer common questions about BYOB, departure, sandbar stops, pricing and capacity.",
      "tags": [
        "faq"
      ],
      "examples": [
        "Is the charter BYOB?"
      ]
    },
    {
      "id": "get_booking_url",
      "name": "Get booking link",
      "description": "Get the live FareHarbor booking URL to check availability and reserve.",
      "tags": [
        "booking"
      ],
      "examples": [
        "How do I book a 4-hour charter?"
      ]
    }
  ],
  "related": {
    "agent-skills": "https://breezytikisf.com/.well-known/agent-skills/index.json",
    "mcp-server": "https://breezytikisf.com/.well-known/mcp/server-card.json",
    "api-catalog": "https://breezytikisf.com/.well-known/api-catalog",
    "openapi": "https://breezytikisf.com/.well-known/openapi.json",
    "oauth-authorization-server": "https://breezytikisf.com/.well-known/oauth-authorization-server",
    "auth-md": "https://breezytikisf.com/auth.md"
  }
}