{
  "spec": "webmcp/0.1",
  "name": "Mohirdev Web Tools",
  "description": "Machine-discoverable tools for AI agents interacting with Mohirdev — Uzbekistan's #1 IT learning platform.",
  "tools": [
    {
      "name": "search_courses",
      "description": "Search Mohirdev courses, practicums, and blog articles by topic or skill",
      "url": "https://mohirdev.uz/search",
      "method": "GET",
      "parameters": [
        {
          "name": "q",
          "type": "string",
          "description": "Search query in Uzbek or English"
        }
      ]
    },
    {
      "name": "read_llms_txt",
      "description": "Read curated machine-friendly site context about Mohirdev courses and practicums",
      "url": "https://mohirdev.uz/llms.txt",
      "method": "GET"
    },
    {
      "name": "verify_certificate",
      "description": "Verify a Mohirdev graduate certificate by certificate ID",
      "url": "https://mohirdev.uz/certificate/verify",
      "method": "GET",
      "parameters": [
        {
          "name": "id",
          "type": "string",
          "description": "The certificate ID to verify"
        }
      ]
    }
  ]
}