{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/server-card.json",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "Vip Transfer Turkey",
    "version": "1.0.0",
    "title": "Vip Transfer Turkey MCP Server",
    "description": "Vip Transfer Turkey is a private airport transfer service in Turkey. Antalya airport transfer, private transportation, transfer by private and luxury Vip vehicle. Comfortable transportation service for your family.",
    "homepage": "https://viptransfertr.com",
    "documentation": "https://viptransfertr.com/llms.txt",
    "vendor": "Vip Transfer Turkey",
    "license": "Proprietary",
    "support": {
      "email": "info@viptransfertr.com",
      "whatsapp": "905078852851"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://viptransfertr.com/mcp",
    "methods": [
      "POST"
    ]
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "tools": [
    {
      "name": "search_routes",
      "title": "Search transfer routes",
      "description": "Find available transfer routes and fixed prices by pickup and drop-off location name.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "from": {
            "type": "string",
            "description": "Pickup location (airport, hotel or city name)."
          },
          "to": {
            "type": "string",
            "description": "Drop-off location (airport, hotel or city name)."
          }
        },
        "required": [
          "from",
          "to"
        ]
      }
    },
    {
      "name": "list_locations",
      "title": "List service locations",
      "description": "Return every airport, resort and city configured for transfer bookings.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_tours",
      "title": "List day tours",
      "description": "Return the catalogue of active day tours bookable from the site.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "get_vehicles",
      "title": "List vehicle fleet",
      "description": "Return every vehicle available for booking with its capacity and features.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "get_reviews",
      "title": "Read customer reviews",
      "description": "Return the latest active customer reviews for the service.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 100,
            "default": 10
          }
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "https://viptransfertr.com/llms.txt",
      "name": "Site llms.txt",
      "description": "Master llms.txt index for the entire site.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://viptransfertr.com/regions/llms.txt",
      "name": "Routes & prices llms.txt",
      "description": "Full route-price matrix of all transfer routes.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://viptransfertr.com/tours/llms.txt",
      "name": "Tours llms.txt",
      "description": "All available tours with full descriptions.",
      "mimeType": "text/markdown"
    }
  ]
}