{
  "serverInfo": {
    "name": "Cepte Nakliye",
    "version": "1.0.0",
    "description": "WhatsApp-based freight job listing platform for Turkey. Drivers search freight listings by city via WhatsApp messaging.",
    "homepage": "https://ceptenakliye.com/",
    "contact": "info@ceptenakliye.com"
  },
  "transport": {
    "type": "whatsapp",
    "endpoint": "https://api.whatsapp.com/send?phone=905015045151"
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_freight",
        "description": "Search freight job listings by city or route",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "City name or route (e.g. 'İzmir Ankara', 'İstanbul kalkış')"
            }
          },
          "required": ["query"]
        }
      }
    ]
  }
}
