{
  "version": "1.0",
  "name": "Mola Mola Tours",
  "description": "AI integration endpoints for Mola Mola Tours - Book amazing tours and travel experiences in Lanzarote",
  "endpoints": {
    "mcp": {
      "url": "https://mm.molamolatours.com/api/v1/mcp/",
      "version": "1.0",
      "capabilities": [
        "search",
        "content_retrieval",
        "data_query",
        "tour_booking"
      ]
    }
  },
  "tools": {
    "search_tours": {
      "description": "Search for available tours in Lanzarote",
      "parameters": {
        "query": "string",
        "date": "string",
        "limit": "integer"
      }
    },
    "get_tour_details": {
      "description": "Get detailed information about a specific tour",
      "parameters": {
        "tour_id": "string",
        "checkfront_item_id": "string"
      }
    },
    "get_available_dates": {
      "description": "Get available dates for a specific tour",
      "parameters": {
        "tour_id": "string"
      }
    },
    "get_page_content": {
      "description": "Retrieve content from a specific page",
      "parameters": {
        "path": "string"
      }
    },
    "search_website": {
      "description": "Search across website content",
      "parameters": {
        "query": "string",
        "limit": "integer"
      }
    }
  },
  "authentication": {
    "type": "optional",
    "methods": ["api_key"]
  },
  "rate_limits": {
    "requests_per_minute": 60,
    "requests_per_hour": 1000
  },
  "website": {
    "name": "Mola Mola Tours",
    "url": "https://mm.molamolatours.com/",
    "description": "Book amazing tours and travel experiences in Lanzarote. Discover ocean adventures, dolphin watching, and unforgettable excursions in the Canary Islands.",
    "location": "Lanzarote, Canary Islands, Spain",
    "contact": {
      "email": "info@molamolatours.com",
      "whatsapp": "+34 603 519 801"
    }
  }
}
