{
  "schema_version": "1.0",
  "name": "Anand Sir Online WebMCP",
  "description": "Public discovery and action metadata for Anand Sir Online tutoring services.",
  "url": "https://www.anandsir.online",
  "provider": {
    "name": "Anand Sir",
    "email": "hello@anandsir.online",
    "phone": "+91-7090099923",
    "whatsapp": "https://wa.me/917090099923",
    "location": "Bangalore, India",
    "areaServed": [
      "Worldwide online tutoring",
      "India",
      "Bangalore",
      "Singapore",
      "United Arab Emirates",
      "Qatar",
      "Saudi Arabia",
      "Japan",
      "China",
      "United Kingdom",
      "United States",
      "Australia",
      "Malaysia"
    ]
  },
  "services": [
    {
      "name": "IB Mathematics tutoring",
      "description": "IB MYP and IB Diploma Mathematics AA/AI support at SL and HL, including exam preparation and IA guidance.",
      "url": "https://www.anandsir.online/courses/"
    },
    {
      "name": "IGCSE Mathematics tutoring",
      "description": "Cambridge and Edexcel IGCSE Mathematics support for core, extended and exam practice.",
      "url": "https://www.anandsir.online/igcse-maths-tutor/"
    },
    {
      "name": "IBDP Mathematics tutoring",
      "description": "IB Diploma Mathematics AA HL, AA SL, AI HL and AI SL tutoring with past-paper strategy and written-working feedback.",
      "url": "https://www.anandsir.online/online-ibdp-maths-tutor/"
    },
    {
      "name": "Computer Science tutoring",
      "description": "Online IB, IGCSE and school Computer Science tutoring, including Python, algorithms, logic and programming projects.",
      "url": "https://www.anandsir.online/online-computer-science-tutor/"
    },
    {
      "name": "IB Math IA support",
      "description": "Ethical IB Mathematics IA support for topic selection, research question refinement, mathematical depth and final review.",
      "url": "https://www.anandsir.online/ib-maths-ia-help/"
    },
    {
      "name": "IB Mathematics EE support",
      "description": "IB Mathematics Extended Essay guidance for topic framing, research question, mathematical argument and structure.",
      "url": "https://www.anandsir.online/courses/ib-math-ee-support/"
    }
  ],
  "tools": [
    {
      "name": "book_paid_trial",
      "title": "Book a Paid Trial Class",
      "description": "Book a one-hour paid trial class for online Mathematics or Computer Science tutoring.",
      "method": "POST",
      "url": "https://www.anandsir.online/api/book-demo",
      "input_schema": {
        "type": "object",
        "required": [
          "name",
          "email",
          "phone",
          "grade",
          "curriculum"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Student or parent name"
          },
          "email": {
            "type": "string",
            "format": "email"
          },
          "phone": {
            "type": "string",
            "description": "WhatsApp or phone number"
          },
          "grade": {
            "type": "string",
            "description": "Student grade or year"
          },
          "curriculum": {
            "type": "string",
            "description": "Curriculum or subject requested"
          },
          "notes": {
            "type": "string",
            "description": "Topics, exam date, or learning goals"
          }
        }
      }
    },
    {
      "name": "contact",
      "title": "Contact Anand Sir",
      "description": "Send an enquiry for online tutoring, class availability, fees, or curriculum support.",
      "method": "GET",
      "url": "https://www.anandsir.online/contact/",
      "input_schema": {
        "type": "object",
        "properties": {
          "first_name": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "email": {
            "type": "string",
            "format": "email"
          },
          "phone": {
            "type": "string"
          },
          "subject": {
            "type": "string"
          },
          "message": {
            "type": "string"
          }
        }
      }
    },
    {
      "name": "whatsapp",
      "title": "WhatsApp Anand Sir",
      "description": "Open WhatsApp to enquire about online Mathematics, Computer Science, IA or EE support.",
      "method": "GET",
      "url": "https://wa.me/917090099923",
      "input_schema": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string",
            "description": "Short enquiry message"
          }
        }
      }
    }
  ]
}