{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-03/website-manifest.json",
  "name": "Axis Reg",
  "description": "Regulatory consulting for medical devices, supplements, cosmetics and disinfectants registration in Kazakhstan and the EAEU.",
  "homepage": "https://axis-reg.com",
  "version": "1.0.0",
  "publisher": {
    "name": "Axis Reg LLP",
    "url": "https://axis-reg.com",
    "email": "info@axis-reg.com",
    "country": "KZ"
  },
  "language": "ru",
  "languages": ["ru", "en", "kk"],
  "context": {
    "summary": "https://axis-reg.com/llms.txt",
    "full": "https://axis-reg.com/llms-full.txt",
    "sitemap": "https://axis-reg.com/sitemap.xml"
  },
  "resources": [
    {
      "name": "checklist-ru",
      "description": "10 critical mistakes in a registration dossier (Russian, PDF)",
      "uri": "https://axis-reg.com/assets/checklist.pdf",
      "mimeType": "application/pdf",
      "language": "ru"
    },
    {
      "name": "checklist-en",
      "description": "10 critical mistakes in a registration dossier (English, PDF)",
      "uri": "https://axis-reg.com/assets/checklist-en.pdf",
      "mimeType": "application/pdf",
      "language": "en"
    },
    {
      "name": "checklist-kk",
      "description": "10 critical mistakes in a registration dossier (Kazakh, PDF)",
      "uri": "https://axis-reg.com/assets/checklist-kk.pdf",
      "mimeType": "application/pdf",
      "language": "kk"
    }
  ],
  "tools": [
    {
      "name": "submit_lead",
      "description": "Submit a contact request to receive a personal cost estimate and PDF report. Returns confirmation that an estimate has been emailed and that a manager will contact the user on WhatsApp within 15 minutes (business hours).",
      "endpoint": "https://axis-reg.com/#quiz",
      "method": "POST",
      "inputSchema": {
        "type": "object",
        "required": ["name", "email", "phone", "product"],
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name and company"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Corporate email for receiving the PDF estimate"
          },
          "phone": {
            "type": "string",
            "description": "WhatsApp number in international format, e.g. +49 30 123 4567"
          },
          "product": {
            "type": "string",
            "enum": [
              "medical-device",
              "medical-equipment",
              "dietary-supplement",
              "cosmetics",
              "disinfectant"
            ],
            "description": "Product category to register"
          },
          "country": {
            "type": "string",
            "enum": ["eaeu", "eu-us", "asia"],
            "description": "Country of manufacture"
          },
          "dossier": {
            "type": "string",
            "enum": ["ready", "partial", "missing"],
            "description": "Existing dossier readiness"
          },
          "lang": {
            "type": "string",
            "enum": ["ru", "en", "kk"],
            "default": "en"
          }
        }
      }
    },
    {
      "name": "request_pdf_checklist",
      "description": "Email a free PDF checklist of the 10 most common reasons the Kazakh Ministry of Health rejects a registration dossier. Triggers a 3-step drip email campaign with case studies.",
      "endpoint": "https://axis-reg.com/#lead-magnet",
      "method": "POST",
      "inputSchema": {
        "type": "object",
        "required": ["email"],
        "properties": {
          "email": {
            "type": "string",
            "format": "email",
            "description": "Corporate email address"
          },
          "lang": {
            "type": "string",
            "enum": ["ru", "en", "kk"],
            "default": "en",
            "description": "Preferred language for the PDF and follow-up emails"
          }
        }
      }
    },
    {
      "name": "contact_whatsapp",
      "description": "Open a WhatsApp conversation with the Axis Reg sales team. Preferred channel for urgent or sensitive questions.",
      "endpoint": "https://wa.me/77051621293",
      "method": "GET"
    }
  ],
  "contact": {
    "email": "info@axis-reg.com",
    "phone": "+77051621293",
    "whatsapp": "https://wa.me/77051621293",
    "address": {
      "streetAddress": "44 Akhmediyarov St., Office 3",
      "addressLocality": "Almaty",
      "addressCountry": "KZ"
    },
    "businessHours": "Mo-Fr 09:00-18:00 Asia/Almaty"
  },
  "license": {
    "name": "Marketing content — citation allowed with attribution",
    "url": "https://axis-reg.com/llms-full.txt#crawler-policy",
    "ai_training_allowed": true,
    "ai_citation_required": true,
    "attribution": "Axis Reg (https://axis-reg.com)"
  }
}
