Skip to content
Back to CommercialBuses

Card snapshot

commercialbuses.com · 2026-09-22 16:00:43 UTC · 963c337958364b0f71f974e14b9b076afc733db30217c715ff7ae404d8f91de5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "CommercialBuses",
  "description": "Commercial bus sourcing from participating dealer inventory. Publishes the category vocabulary: what each kind of bus is, how many it seats, what it is used for, and what licence it takes to drive. Not a marketplace listing index.",
  "version": "1.0.0",
  "documentationUrl": "https://commercialbuses.com/bus-types",
  "provider": {
    "organization": "CommercialBuses",
    "url": "https://commercialbuses.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://commercialbuses.com/api/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "list_bus_categories",
      "name": "List bus categories",
      "description": "The commercial bus categories, each with what it actually is, typical passenger capacity, what operators use it for, and whether it needs a CDL endorsement.",
      "tags": [
        "commercial-vehicles",
        "buses",
        "fleet",
        "taxonomy"
      ],
      "examples": [
        "What kinds of commercial buses are there?",
        "What is the difference between a cutaway and a Type A school bus?"
      ]
    },
    {
      "id": "get_bus_category",
      "name": "Get bus category",
      "description": "One bus category in full, by slug, including the related categories worth considering instead.",
      "tags": [
        "buses",
        "capacity",
        "cdl",
        "fleet"
      ],
      "examples": [
        "How many passengers does a motorcoach seat and does the driver need a CDL?",
        "What should a church look at for a 25-seat shuttle?"
      ]
    },
    {
      "id": "get_buying_context",
      "name": "Get buying context",
      "description": "How sourcing works here, what capacity bands and fuel types mean in practice, and what the service does and does not do. Read this before telling a buyer what to expect.",
      "tags": [
        "sourcing",
        "fleet-buying",
        "fuel",
        "makes"
      ],
      "examples": [
        "How does buying a bus through CommercialBuses work?"
      ]
    }
  ]
}