Card snapshot
carsmultiverse.com
·
2026-09-22 16:05:53 UTC
·
8139f8141e78338e4cbc443480168fb1fcc14ec0c4c8ddfb65cb9aa61e93e0e7
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.
{
"protocolVersion": "0.3.0",
"name": "CarsMultiverse recall agent",
"description": "Answers questions about vehicle safety recalls from seven registers (NHTSA, Transport Canada, DVSA, EU Safety Gate, RDW, MLIT, Israel) by recall number, make or model. Deterministic, read only, no account needed.",
"url": "https://carsmultiverse.com/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://carsmultiverse.com/a2a",
"transport": "JSONRPC"
}
],
"supportedInterfaces": [
{
"url": "https://carsmultiverse.com/a2a",
"protocolBinding": "JSONRPC",
"transport": "JSONRPC",
"protocolVersion": "0.3.0"
}
],
"version": "1.0.0",
"provider": {
"organization": "A.I.T. Multiverse Consulting Ltd",
"url": "https://carsmultiverse.com"
},
"iconUrl": "https://carsmultiverse.com/wp-content/uploads/2026/07/cm-logo-512.png",
"documentationUrl": "https://carsmultiverse.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "find-recall",
"name": "Find a recall notice",
"description": "Given a recall number such as 25V455 or a make and model, returns the matching notices with their register and CarsMultiverse URL.",
"tags": [
"recalls",
"vehicles",
"safety"
],
"examples": [
"Recall 25V455",
"Ford F-150 recalls"
]
}
]
}