{ "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 for WordPress development, Next.js development, website security, Linux system administration, hosting management, web server management, cloud server management, speed optimization, and secure DNS setups.", "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.", "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. 'server-administration' is for server management/setup/repair. 'web-maintenance' is for ongoing website upkeep." }, "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. Select 'Emergency/Site Down' if the site is completely offline or hacked." }, "clientType": { "type": "string", "enum": [ "Direct Business", "Agency", "Individual" ], "description": "The type of entity submitting the inquiry (Direct Business, Agency, or Individual)." }, "budget": { "type": "string", "description": "Optional estimated budget or target price range for the project or maintenance (e.g., '$75 - $100/mo', '$500', '$1000+')." }, "deadline": { "type": "string", "description": "Optional target deadline or completion timeframe (e.g., 'ASAP', '1 week', 'Next month')." }, "currentHosting": { "type": "string", "description": "Optional details about the current hosting provider, registrar, or registrar provider (e.g., Godaddy, Hostinger, Namecheap, Cloudflare)." } }, "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": [] } } ] }