{
  "mcpVersion": "1.0.0",
  "name": "Revrenz-MCP-Server",
  "description": "Model Context Protocol Server for Revrenz website builder and local Indian business digital presence optimizer",
  "endpoint": "/api/mcp",
  "capabilities": {
    "tools": {
      "list": true,
      "call": true
    },
    "resources": {
      "list": true,
      "read": true
    }
  },
  "tools": [
    {
      "name": "list_services",
      "description": "Retrieve a complete list of Revrenz niche industry website solutions, base pricing, features, turnaround times, and verified live client examples (Spice Route Café, Madras Books, etc.).",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "calculate_quote",
      "description": "Generate a personalized project quotation estimate including recommended plan (Starter, Business, Pro), price in Indian Rupees (INR), completion timeline, and custom features based on industry and parameters.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "industry": {
            "type": "string",
            "enum": [
              "restaurant",
              "salon",
              "clinic",
              "gym",
              "retail",
              "coaching",
              "other"
            ],
            "description": "The business industry category."
          },
          "pages": {
            "type": "integer",
            "minimum": 1,
            "maximum": 50,
            "description": "Number of unique content pages / sections required."
          },
          "wantsDomain": {
            "type": "boolean",
            "description": "Whether the customer needs a custom domain registration (like .com or .in)."
          },
          "wantsGoogleMapsSetup": {
            "type": "boolean",
            "description": "Whether the customer requires local SEO & Google Business Profile verification."
          }
        },
        "required": [
          "industry",
          "pages"
        ]
      }
    },
    {
      "name": "search_faqs",
      "description": "Search the Revrenz knowledge base of common owner questions about delivery speeds, hidden costs, UPI pay gateways, and domain migrations.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "The keyword or phrase to search (e.g. 'domain', 'price', 'time', 'whatsapp')."
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "submit_lead_inquiry",
      "description": "Submit a physical digital presence lead inquiry to Revrenz on behalf of an interested merchant. Safe mock pipeline execution that records customer parameter details.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the business owner or merchant."
          },
          "phone": {
            "type": "string",
            "description": "10-digit mobile contact number (WhatsApp active)."
          },
          "businessName": {
            "type": "string",
            "description": "Visual board name of the shop or brand."
          },
          "city": {
            "type": "string",
            "description": "Indian city of operation (e.g. Jaipur, Bengaluru, Chennai)."
          },
          "requirements": {
            "type": "string",
            "description": "Client specific customizations, number of pages, or features requested."
          }
        },
        "required": [
          "name",
          "phone",
          "businessName",
          "city"
        ]
      }
    }
  ],
  "resources": [
    {
      "uri": "revrenz://docs/pricing-models",
      "name": "Revrenz Standard Pricing Models",
      "description": "The official tier rates, itemized add-on cost list, and hosting fee structures of Revrenz.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "revrenz://docs/case-studies",
      "name": "Indian Local Business Case Studies",
      "description": "Full case studies detailing Spice Route Café, Glow Studio, CureWell Clinic, Iron Forge Gym, Madras Books, and Bright Minds Coaching.",
      "mimeType": "text/markdown"
    }
  ]
}