{
  "schema_version": "1.0",
  "name": "Paul Chadwick — Personal Profile",
  "description": "Agent-queryable profile for Paul Chadwick, CISSP. Enterprise Security SA and AI Agent Builder based in the United Kingdom.",
  "server_url": "https://paulchadwick.dev/api/mcp",
  "contact": {
    "human": "https://paulchadwick.dev/contact",
    "linkedin": "https://www.linkedin.com/in/paul-chadwick-cissp-01962251/"
  },
  "tools": [
    {
      "name": "get_profile",
      "description": "Returns Paul Chadwick's professional profile including name, title, location, credentials, LinkedIn URL, and a summary of his background.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_skills",
      "description": "Returns a structured skill tree covering cybersecurity (CISSP, TPRM, CRQ), AI agent building (Claude Code, MCP, multi-agent), sales engineering (demos, POVs, RFPs), and technical skills.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_availability",
      "description": "Returns Paul's current availability status and what types of opportunities he is open to.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "submit_inquiry",
      "description": "Submit an inbound enquiry to Paul Chadwick. The message will be delivered to his inbox. Use this to express interest in a role, partnership, or collaboration.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "from": {
            "type": "string",
            "description": "Name of the sender or organisation"
          },
          "contact_email": {
            "type": "string",
            "description": "Reply-to email address"
          },
          "subject": {
            "type": "string",
            "description": "Subject or role title"
          },
          "message": {
            "type": "string",
            "description": "Full message body"
          }
        },
        "required": ["from", "contact_email", "message"]
      }
    }
  ]
}
