{
  "$schema": "https://modelcontextprotocol.io/schema/2024-11-05/schema.json",
  "name": "ServoKai System WebMCP Server",
  "version": "1.0.0",
  "protocolVersion": "2024-11-05",
  "description": "WebMCP interface for ServoKai System — Premier Indian manufacturer of heavy-duty industrial Servo Voltage Stabilizers, Variacs, and Isolation Transformers.",
  "provider": {
    "name": "ServoKai System",
    "url": "https://servokaisystem.com/",
    "contact": {
      "primaryPhone": "+91-8383001512",
      "secondaryPhone": "+91-9873405780",
      "email": "sales@servokaisystem.com",
      "whatsApp": "https://wa.me/918383001512?text=Hi%20ServoKai%2C%20I%20am%20inquiring%20about%20industrial%20servo%20voltage%20stabilizers"
    },
    "headquarters": {
      "address": "246/63, East School Block, I.P Extn., Mandawali Fazalpur",
      "city": "Delhi",
      "state": "Delhi NCR",
      "postalCode": "110092",
      "country": "India"
    }
  },
  "documentation": {
    "llmsIndex": "https://servokaisystem.com/llms.txt",
    "llmsFull": "https://servokaisystem.com/llms-full.txt",
    "sitemap": "https://servokaisystem.com/sitemap.xml"
  },
  "tools": [
    {
      "name": "searchServoKaiProducts",
      "description": "Search ServoKai's catalogue of industrial servo voltage stabilizers, variacs, and power equipment by keywords, phase, cooling type, capacity in kVA, or application (e.g. CNC, hospital, lift, home, factory, printing).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search keywords, equipment name, or capacity (e.g. '100 kva oil cooled', 'CNC machine stabilizer', 'single phase variac', 'hospital MRI')."
          },
          "phase": {
            "type": "string",
            "enum": [
              "any",
              "single-phase",
              "three-phase"
            ],
            "description": "Filter by electrical phase configuration."
          },
          "cooling": {
            "type": "string",
            "enum": [
              "any",
              "air-cooled",
              "oil-cooled"
            ],
            "description": "Filter by cooling mechanism."
          },
          "minKva": {
            "type": "number",
            "description": "Minimum power capacity in kVA."
          },
          "maxKva": {
            "type": "number",
            "description": "Maximum power capacity in kVA."
          }
        }
      },
      "readOnlyHint": true
    },
    {
      "name": "getProductDetails",
      "description": "Get full engineering specifications, input/output voltage windows, copper winding specs, protection systems, and manufacturer warranty for a specific ServoKai product.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "productIdentifier": {
            "type": "string",
            "description": "Product slug (e.g. 'three-phase-oil-cooled-servo-stabilizer-100-kva', 'single-phase-air-cooled-servo-stabilizer-10-kva') or product ID / name."
          }
        },
        "required": [
          "productIdentifier"
        ]
      },
      "readOnlyHint": true
    },
    {
      "name": "getManufacturerContactAndSupport",
      "description": "Get direct phone numbers, WhatsApp, email, factory location, and technical consultation contact details for ServoKai System.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "inquiryType": {
            "type": "string",
            "enum": [
              "general",
              "sales_quote",
              "technical_support",
              "dealer_oem"
            ],
            "description": "The nature of the inquiry."
          }
        }
      },
      "readOnlyHint": true
    },
    {
      "name": "getCompanyCredentials",
      "description": "Get official credentials, certifications (ISO 9001:2015, MSME, GeM listed), standards compliance, and manufacturing capabilities of ServoKai System.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "readOnlyHint": true
    },
    {
      "name": "listAllCapacities",
      "description": "List all standard and custom kVA capacity models manufactured by ServoKai for Single Phase and Three Phase servo voltage stabilizers.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "phase": {
            "type": "string",
            "enum": [
              "all",
              "single-phase",
              "three-phase"
            ],
            "description": "Select phase category."
          }
        }
      },
      "readOnlyHint": true
    }
  ]
}