{
  "name": "CarFleet",
  "description": "The operating system for car rental in the UAE and GCC. Read a workspace's fleet, bookings, receivables and money health.",
  "version": "1.0.0",
  "provider": { "organization": "Data Nexus Labs", "url": "https://carfleet.ae" },
  "documentationUrl": "https://carfleet.ae/docs/api",
  "supportedInterfaces": [
    {
      "url": "https://carfleet.ae/api/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "A CarFleet API key from Settings → API & MCP. Read-only."
    }
  },
  "securityRequirements": [{ "bearerAuth": [] }],
  "skills": [
    {
      "id": "fleet-status",
      "name": "Fleet status and availability",
      "description": "How many vehicles a workspace has, what they are doing, and which are free for a given window.",
      "tags": ["car-rental", "fleet", "availability"],
      "examples": ["How many cars are idle right now?", "What can I rent out next weekend?"]
    },
    {
      "id": "rental-operations",
      "name": "Today's rental operations",
      "description": "Handovers and returns due today, booking counts by status, and what is still owed on each.",
      "tags": ["car-rental", "bookings", "operations"],
      "examples": ["What is happening today?", "How many rentals are overdue?"]
    },
    {
      "id": "money-health",
      "name": "Money and receivables",
      "description": "Cash collected, what is owed and how late, deposits held, net profit, and any unresolved discrepancies the nightly integrity checks have found.",
      "tags": ["car-rental", "finance", "receivables"],
      "examples": ["Who owes us money and how late are they?", "How are we doing this month?"]
    }
  ]
}
