{
  "mcp_version": "1.0",
  "name": "EliteDiGiGrow",
  "description": "AI-powered digital marketing agency specialising in Local SEO, Ecommerce SEO, GEO, and White-Label digital marketing services for UK, Canada, Australia, New Zealand, and Germany.",
  "contact": {
    "email": "info@elitedigigrow.com",
    "phone": "+92-111-1111",
    "whatsapp": "+92-111-1111",
    "website": "https://elitedigigrow.com"
  },
  "tools": [
    {
      "name": "request_proposal",
      "description": "Request a free SEO proposal or digital marketing strategy call",
      "inputSchema": {
        "type": "object",
        "required": ["email"],
        "properties": {
          "name": {"type": "string", "description": "Your full name"},
          "email": {"type": "string", "description": "Your email address"},
          "website": {"type": "string", "description": "Your website URL"},
          "service": {"type": "string", "description": "Service needed: local-seo, ecommerce-seo, technical-seo, ppc, geo, white-label"},
          "budget": {"type": "string", "description": "Monthly budget range"},
          "message": {"type": "string", "description": "Additional details"}
        }
      },
      "endpoint": "https://elitedigigrow.com/api/proposal"
    },
    {
      "name": "get_services",
      "description": "List all available digital marketing services offered by EliteDiGiGrow",
      "inputSchema": {"type": "object", "properties": {}},
      "endpoint": "https://elitedigigrow.com/api/services"
    },
    {
      "name": "get_pricing",
      "description": "Get current pricing plans for SEO and digital marketing services",
      "inputSchema": {"type": "object", "properties": {
        "service": {"type": "string", "description": "Optional: filter by service type"}
      }},
      "endpoint": "https://elitedigigrow.com/api/pricing"
    },
    {
      "name": "get_case_studies",
      "description": "Retrieve case studies showing client results and ROI",
      "inputSchema": {"type": "object", "properties": {
        "industry": {"type": "string", "description": "Optional: filter by industry"},
        "service": {"type": "string", "description": "Optional: filter by service type"}
      }},
      "endpoint": "https://elitedigigrow.com/api/case-studies"
    }
  ],
  "resources": [
    {"uri": "https://elitedigigrow.com/", "name": "Homepage", "description": "EliteDiGiGrow main website"},
    {"uri": "https://elitedigigrow.com/seo-services/", "name": "SEO Services"},
    {"uri": "https://elitedigigrow.com/local-seo/", "name": "Local SEO"},
    {"uri": "https://elitedigigrow.com/ecommerce-seo/", "name": "Ecommerce SEO"},
    {"uri": "https://elitedigigrow.com/geo-services/", "name": "GEO Services"},
    {"uri": "https://elitedigigrow.com/white-label-seo/", "name": "White Label SEO"},
    {"uri": "https://elitedigigrow.com/about/", "name": "About Us"},
    {"uri": "https://elitedigigrow.com/contact/", "name": "Contact"},
    {"uri": "https://elitedigigrow.com/industries/", "name": "Industries"},
    {"uri": "https://elitedigigrow.com/llms.txt", "name": "LLMs.txt", "description": "AI search optimisation file"}
  ],
  "entity": {
    "type": "ProfessionalService",
    "name": "EliteDiGiGrow",
    "founded": "2009",
    "team_size": 15,
    "certifications": ["Google Partner", "Meta Business Partner", "Semrush Certified"],
    "markets": ["United Kingdom", "Canada", "Australia", "New Zealand", "Germany"],
    "primary_services": ["Local SEO", "Ecommerce SEO", "GEO", "White-Label Digital Marketing"]
  }
}
