{
  "name": "NexifyForgeWebMCP",
  "version": "1.0.0",
  "description": "Web Model Context Protocol (WebMCP) interface for Nexify Forge agency services, capabilities, and automated inquiry routing.",
  "homepage": "https://www.nexifyforge.in",
  "tools": [
    {
      "name": "get_company_info",
      "description": "Retrieve verified company profile, leadership, metrics, and services for Nexify Forge.",
      "parameters": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "submit_lead_inquiry",
      "description": "Submit a digital engineering project requirement (Web, Mobile, CRM, AI, SEO) to Nexify Forge.",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Client full name"
          },
          "email": {
            "type": "string",
            "description": "Client business email address"
          },
          "phone": {
            "type": "string",
            "description": "Contact phone or WhatsApp number"
          },
          "requirement": {
            "type": "string",
            "description": "Project scope, technical requirement, or service inquiry"
          },
          "budget": {
            "type": "string",
            "description": "Estimated budget tier"
          }
        },
        "required": ["name", "email", "requirement"]
      }
    },
    {
      "name": "get_service_offerings",
      "description": "List available engineering service categories, packages, and SLA timelines.",
      "parameters": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Service category filter (e.g. webDevelopment, mobileDevelopment, consulting)"
          }
        },
        "required": []
      }
    }
  ]
}
