{
  "mcpVersion": "2026-07-18",
  "name": "WebCare Pro MCP Server",
  "description": "Model Context Protocol tools for WebCare Pro, managed by individual freelancer Mir Alamin. Provides professional inquiries, pricing queries, service directory discovery, and free audit requests for WordPress, Next.js, website security, Linux system administration, hosting management, web server management, speed optimization, and secure DNS setups.",
  "transport": "http",
  "endpoint": "https://script.google.com/macros/s/AKfycbwb1ZIKsEciL34MC4Rha9hkwilOCk692SbSMyDjKyitakPA-Eo_CtYMEe8VKsHkJoWPGQ/exec",
  "tools": [
    {
      "name": "submitContactForm",
      "description": "Submit a professional inquiry to individual freelancer Mir Alamin for high-speed website optimization, secure Linux server administration, WordPress or Next.js development, website security audits, hosting/cloud server management, hack recovery, migration, or domain/DNS setup.",
      "endpoint": "https://script.google.com/macros/s/AKfycbwb1ZIKsEciL34MC4Rha9hkwilOCk692SbSMyDjKyitakPA-Eo_CtYMEe8VKsHkJoWPGQ/exec",
      "actionUrl": "https://script.google.com/macros/s/AKfycbwb1ZIKsEciL34MC4Rha9hkwilOCk692SbSMyDjKyitakPA-Eo_CtYMEe8VKsHkJoWPGQ/exec",
      "transport": "http",
      "executionMethod": "POST",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the client or person submitting the inquiry."
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Valid email address to receive replies."
          },
          "message": {
            "type": "string",
            "description": "Detailed description of the website maintenance, server administration, speed optimization, or recovery task requested."
          },
          "serviceType": {
            "type": "string",
            "enum": [
              "server-administration",
              "web-maintenance",
              "speed-optimization",
              "seo-development",
              "hack-recovery",
              "troubleshooting",
              "dns-setup",
              "website-transfer"
            ],
            "description": "The specific service category for the project or issue."
          },
          "infrastructure": {
            "type": "string",
            "enum": [
              "Not Sure",
              "cPanel / Shared",
              "AWS",
              "DigitalOcean / Linode",
              "Dedicated Server",
              "Other"
            ],
            "description": "Current infrastructure hosting setup of the project."
          },
          "urgency": {
            "type": "string",
            "enum": [
              "Standard",
              "Low",
              "Emergency/Site Down"
            ],
            "description": "Urgency level of the request or task."
          },
          "clientType": {
            "type": "string",
            "enum": [
              "Direct Business",
              "Agency",
              "Individual"
            ],
            "description": "The type of entity submitting the inquiry."
          },
          "budget": {
            "type": "string",
            "description": "Optional estimated budget or target price range."
          },
          "deadline": {
            "type": "string",
            "description": "Optional target deadline or completion timeframe."
          },
          "currentHosting": {
            "type": "string",
            "description": "Optional details about the current hosting provider or registrar."
          }
        },
        "required": ["name", "email", "message"]
      }
    },
    {
      "name": "getPricingInfo",
      "description": "Retrieve WebCare Pro's standard starting prices, packages, SLA details, and billing intervals (monthly/yearly) for services such as Single Website Care, VPS & Server Care, and White-Label Agency Support.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "planType": {
            "type": "string",
            "enum": [
              "Single Website Care",
              "VPS & Server Care",
              "White-Label Agency Support",
              "All"
            ],
            "default": "All",
            "description": "The specific tier of plan to query pricing for, or 'All' to get the full rate sheet."
          }
        },
        "required": []
      }
    },
    {
      "name": "getServicesList",
      "description": "Retrieve the complete list of WebCare Pro's engineering and server administration services, target PageSpeed benchmarks, and direct page URL paths.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": [
              "Maintenance & Admin",
              "Security & Repairs",
              "Dev & Infrastructure",
              "All"
            ],
            "default": "All",
            "description": "Filter services by category or return All."
          }
        },
        "required": []
      }
    },
    {
      "name": "requestFreeAudit",
      "description": "Request a free comprehensive technical, speed, and security audit for a target website domain.",
      "endpoint": "https://script.google.com/macros/s/AKfycbwb1ZIKsEciL34MC4Rha9hkwilOCk692SbSMyDjKyitakPA-Eo_CtYMEe8VKsHkJoWPGQ/exec",
      "actionUrl": "https://script.google.com/macros/s/AKfycbwb1ZIKsEciL34MC4Rha9hkwilOCk692SbSMyDjKyitakPA-Eo_CtYMEe8VKsHkJoWPGQ/exec",
      "transport": "http",
      "executionMethod": "POST",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "Full URL of the website to audit (e.g. https://yourdomain.com)."
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Valid email address to send the completed audit report to."
          }
        },
        "required": ["url", "email"]
      }
    }
  ]
}
