{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "club.pilotex/kyc",
  "title": "Pilotex KYC",
  "version": "1.0.0",
  "description": "Pilotex (AutoPilot KYC): KYC verification on autopilot for Bybit, MEXC and Bitget. 150 countries, pay per completed verification. Access is issued on request in the Telegram bot @AutoPilotKYC_bot; get_catalog shows countries and prices; ordering happens in the bot.",
  "websiteUrl": "https://pilotex.club",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pilotex.club/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Access credential issued on request in @AutoPilotKYC_bot.",
          "isRequired": true,
          "isSecret": true,
          "value": "Bearer {token}",
          "variables": {
            "token": {
              "description": "apd_ credential",
              "isRequired": true,
              "isSecret": true
            }
          }
        }
      ]
    }
  ]
}