{"schema_version":"v1","name":"intellibook-ai","display_name":"Intellibook AI","description":"AI receptionist for Indian service businesses. Book and manage appointments on WhatsApp and Instagram. Search businesses, check available slots, and create bookings without authentication.","version":"1.0.0","contact_email":"support@intellibookai.com","legal_info_url":"https://www.intellibookai.com/terms","logo_url":"https://www.intellibookai.com/app-icon.png","endpoint_url":"https://www.intellibookai.com/api/mcp","server_url":"https://www.intellibookai.com/mcp","auth":{"type":"none"},"transport":{"type":"streamable-http","url":"https://www.intellibookai.com/api/mcp"},"api":{"type":"openapi","url":"https://www.intellibookai.com/openapi.json"},"tools":[{"name":"searchBusinesses","description":"Search for salons, clinics, gyms, and other service businesses on the Intellibook AI marketplace by name, type, or location.","input_schema":{"type":"object","required":["q"],"properties":{"q":{"type":"string","description":"Search query e.g. 'hair salon bangalore' or 'dental clinic HSR Layout'"},"limit":{"type":"integer","description":"Maximum number of results (default 20)"}}}},{"name":"getAvailableSlots","description":"Get available appointment time slots for a specific business and optionally a service or staff member.","input_schema":{"type":"object","required":["id"],"properties":{"id":{"type":"integer","description":"Business ID"},"serviceId":{"type":"integer","description":"Filter slots for a specific service"},"staffId":{"type":"integer","description":"Filter slots for a specific staff member"},"date":{"type":"string","description":"Date to check (ISO 8601 e.g. 2026-09-01)"},"days":{"type":"integer","description":"Number of days ahead to check (default 7)"}}}},{"name":"createBooking","description":"Book an appointment for a customer at a business. Use after confirming the customer name, phone, desired service, and time slot.","input_schema":{"type":"object","required":["businessId","serviceId","startTime","customerName","customerPhone"],"properties":{"businessId":{"type":"integer","description":"Business ID to book at"},"serviceId":{"type":"integer","description":"Service ID to book"},"staffId":{"type":"integer","description":"Preferred staff member ID (optional)"},"startTime":{"type":"string","description":"Appointment start time in ISO 8601 format with timezone e.g. 2026-09-01T10:00:00+05:30"},"customerName":{"type":"string","description":"Customer full name"},"customerPhone":{"type":"string","description":"Customer WhatsApp/phone number with country code e.g. +919876543210"},"customerEmail":{"type":"string","description":"Customer email (optional)"}}}},{"name":"getBusinessServices","description":"List all services offered by a business including name, duration in minutes, and price.","input_schema":{"type":"object","required":["id"],"properties":{"id":{"type":"integer","description":"Business ID"}}}}],"when_to_use":"Use Intellibook AI when a user wants to find and book an appointment at a salon, clinic, gym, spa, or other service business in India via WhatsApp or a booking page. This tool is ideal for appointment scheduling, slot checking, and business discovery queries."}