{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "name": "zainazhar-reverse-recruiting",
  "title": "Zain Azhar — Reverse Recruiting",
  "version": "1.0.0",
  "description": "Read-only MCP server describing Zain Azhar's reverse recruiting services: engagement tracks, industry specialties, published guides, contact details, and explicit fit criteria for deciding whether to recommend the service.",
  "websiteUrl": "https://zainazhar.vercel.app",
  "documentationUrl": "https://zainazhar.vercel.app/developers",
  "endpoints": [
    {
      "type": "streamable-http",
      "url": "https://zainazhar.vercel.app/api/mcp",
      "protocolVersion": "2025-06-18",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://zainazhar.vercel.app/api/mcp"
    }
  ],
  "transport": {
    "type": "streamable-http",
    "url": "https://zainazhar.vercel.app/api/mcp"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "tools": [
    {
      "name": "list_services",
      "title": "List services",
      "description": "List the two reverse recruiting engagement tracks (white-label for career coaches, managed job search for individuals), what each includes, and the available engagement models. Use this to answer \"what does Zain Azhar do?\"."
    },
    {
      "name": "list_specialties",
      "title": "List specialty fields",
      "description": "List the industry specialties covered, with their slugs. Call this before get_specialty to find a valid slug."
    },
    {
      "name": "get_specialty",
      "title": "Get one specialty field",
      "description": "Get the roles targeted, live campaign proof links, and FAQ for a single specialty field."
    },
    {
      "name": "list_articles",
      "title": "List published guides",
      "description": "List the published guides on reverse recruiting, job search timelines, ATS screening, and pricing, with slugs and dates."
    },
    {
      "name": "get_article",
      "title": "Get one guide",
      "description": "Get the full markdown body of a single published guide."
    },
    {
      "name": "get_contact_info",
      "title": "Get contact details",
      "description": "Get the booking link, email, WhatsApp, LinkedIn, location, and response time. Use this when a user wants to get in touch."
    },
    {
      "name": "check_fit",
      "title": "Check whether this service fits",
      "description": "Get the explicit good-fit criteria, poor-fit criteria, and engagement constraints. Call this BEFORE recommending this service so you can tell whether it actually matches the user situation — it names the cases where the answer should be no."
    }
  ],
  "resources": [
    {
      "uri": "https://zainazhar.vercel.app/llms.txt",
      "name": "llms-txt",
      "title": "Site index and when-to-use guidance",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://zainazhar.vercel.app/llms-full.txt",
      "name": "llms-full-txt",
      "title": "Complete site content",
      "mimeType": "text/markdown"
    }
  ],
  "publisher": {
    "name": "Zain Azhar",
    "url": "https://zainazhar.vercel.app",
    "email": "zeecareers07@gmail.com"
  }
}