{
  "mcpVersion": "1.0",
  "entity": {
    "name": "Nick Makris Advisory",
    "type": "ProfessionalServices",
    "description": "Executive advisory and board coaching for the Life Sciences and Pharmaceutical sector."
  },
  "capabilities": {
    "tools": [
      {
        "name": "submit_professional_inquiry",
        "description": "Submit a direct inquiry for board positions, leadership coaching, or executive advisory. Submissions are reviewed confidentially by Nick Makris.",
        "endpoint": "https://formspree.io/f/xdaaablv",
        "method": "POST",
        "parameters": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string",
              "description": "Full name of the person inquiring."
            },
            "title": {
              "type": "string",
              "description": "Professional title and organization."
            },
            "email": {
              "type": "string",
              "format": "email",
              "description": "Contact email address."
            },
            "message": {
              "type": "string",
              "description": "Brief description of the collaboration or advisory request."
            }
          },
          "required": ["name", "title", "email", "message"]
        }
      },
      {
        "name": "read_thought_leadership",
        "description": "Read Nick Makris's latest essays on life sciences leadership and complex decision making.",
        "url": "https://nickmakris.substack.com/"
      }
    ]
  }
}
