{
  "$schema": "https://a2a-protocol.org/schemas/0.3.0/agent-card.json",
  "protocolVersion": "0.3.0",
  "name": "Vip Transfer Turkey Booking Agent",
  "version": "1.0.0",
  "description": "A2A-compatible agent for Vip Transfer Turkey: answers booking, pricing, and tour questions and returns structured data for downstream agents.",
  "iconUrl": "https://viptransfertr.com/assets/img/uploads/logo.webp",
  "documentationUrl": "https://viptransfertr.com/llms.txt",
  "provider": {
    "organization": "Vip Transfer Turkey",
    "url": "https://viptransfertr.com"
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://viptransfertr.com/api/a2a",
      "protocolVersion": "0.3.0"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://viptransfertr.com/api/a2a",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "multiTurn": true
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "skills": [
    {
      "id": "find-transfer",
      "name": "Find transfer",
      "description": "Identify the correct pickup/drop-off pair and return available vehicles with fixed prices.",
      "tags": [
        "transfer",
        "pricing",
        "airport"
      ],
      "examples": [
        "How much is Antalya Airport to Side?",
        "Find a VIP transfer from Gazipasa to Alanya for 4 people."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "list-tours",
      "name": "List tours",
      "description": "Return the active tour catalogue with prices, capacities and booking URLs.",
      "tags": [
        "tour",
        "catalog"
      ],
      "examples": [
        "What tours do you offer from Antalya?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "explain-policy",
      "name": "Explain policy",
      "description": "Answer questions about service, privacy, membership and PDPL (KVKK) policies.",
      "tags": [
        "legal",
        "policy"
      ],
      "examples": [
        "What is your cancellation policy?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "route-price",
      "name": "Route price lookup",
      "description": "Return the fixed price per vehicle for a given route.",
      "tags": [
        "pricing"
      ],
      "examples": [
        "Price for Antalya Airport to Kemer in a VIP Sprinter?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {},
  "contact": {
    "email": "info@viptransfertr.com",
    "phone": "+90 535 518 0473",
    "whatsapp": "905078852851"
  }
}