{
  "mcpVersion": "1.0",
  "provider": {
    "name": "ADROIT Management Consultants (AMC)",
    "url": "https://www.amcme.ae",
    "description": "Professional business consulting services in the UAE and Saudi Arabia — tax, accounting, company formation, and management consulting."
  },
  "tools": [
    {
      "name": "submit_contact_inquiry",
      "description": "Submit a business inquiry or service request to ADROIT Management Consultants. Use this tool when a user wants to ask about services, request a proposal, or initiate a consultation. The form is at https://www.amcme.ae/contact.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the person submitting the inquiry"
          },
          "company": {
            "type": "string",
            "description": "Company or organisation name"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Business email address for receiving a response"
          },
          "phone": {
            "type": "string",
            "description": "Phone number including country code, e.g. +971 6 567 5849"
          },
          "services": {
            "type": "array",
            "items": {
              "type": "string",
              "enum": [
                "Accounting and Bookkeeping",
                "Audit and Assurance",
                "Business Banking Consultancy",
                "Business Intelligence Reporting",
                "Company Formation",
                "GoAML",
                "HR Consultancy",
                "Management Consultancy",
                "VAT & Corporate Tax",
                "Accounting & Finance",
                "CFO Services",
                "Tax"
              ]
            },
            "description": "Services the inquiry relates to — select all that apply"
          },
          "message": {
            "type": "string",
            "description": "Detailed description of the business need or question"
          }
        },
        "required": ["name", "company", "email", "phone", "message"]
      }
    },
    {
      "name": "request_free_consultation",
      "description": "Request a free 30-minute financial health assessment from ADROIT Management Consultants. Suitable for new clients exploring services without commitment. The form is on the home page at https://www.amcme.ae/.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "firstName": {
            "type": "string",
            "description": "First (given) name",
            "minLength": 2
          },
          "lastName": {
            "type": "string",
            "description": "Last (family) name",
            "minLength": 2
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Work email address"
          },
          "phone": {
            "type": "string",
            "description": "Phone number including country code, e.g. +971 50 123 4567"
          },
          "country": {
            "type": "string",
            "enum": ["Saudi Arabia Services", "UAE Services"],
            "description": "Region where consulting services are needed"
          },
          "service": {
            "type": "string",
            "description": "Specific service of interest (optional)"
          }
        },
        "required": ["firstName", "lastName", "email", "phone", "country"]
      }
    }
  ]
}
