{
  "name": "itutoronline-tutoring",
  "title": "iTutorOnline Tutoring",
  "description": "Model Context Protocol server that lets AI agents get tutoring on iTutorOnline: discover verified human tutors, learn how the platform works, receive instant worked explanations, and request a human tutor.",
  "version": "1.0.0",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "endpoint": "https://itutoronline.com/api/mcp",
  "authentication": "none",
  "provider": {
    "name": "iTutorOnline",
    "url": "https://itutoronline.com"
  },
  "tools": [
    { "name": "search_tutors", "description": "Search the verified tutor directory by subject, country, language, price, and rating." },
    { "name": "get_tutor", "description": "Get a tutor's full public profile by user id." },
    { "name": "get_tutor_reviews", "description": "Get recent reviews and the average score for a tutor." },
    { "name": "list_subjects", "description": "List subjects tutors teach and the terms that match them." },
    { "name": "get_platform_info", "description": "Explain pricing, the free first 30 minutes, packages, and how booking works." },
    { "name": "prepare_booking", "description": "Assemble a real booking (price + link) the parent finishes and pays for in one tap." },
    { "name": "request_human_tutor", "description": "Hand a tutoring request to the team so they can line up a human tutor." },
    { "name": "get_tutoring", "description": "Optional, off by default: an immediate worked explanation from our AI tutor.", "enabledBy": "MCP_ENABLE_AI_TUTORING" }
  ],
  "documentation": "https://itutoronline.com/api/mcp"
}
