Skip to content
Back to TrustCar

Card snapshot

trustcar.info · 2026-08-18 00:12:10 UTC · f46dba2d7c0babc9d7ad75c486b736fa97c99cfeda998d69b3fe04bf5086ed17

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": "TrustCar",
  "version": "1.0.0",
  "description": "Ukrainian licence-plate directory: vehicle make/model/year and community reputation.",
  "url": "https://trustcar.info",
  "provider": {
    "organization": "TrustCar",
    "url": "https://trustcar.info"
  },
  "documentationUrl": "https://trustcar.info/llms-full.txt",
  "supportedInterfaces": [
    {
      "url": "https://trustcar.info/mcp",
      "serviceUrl": "https://trustcar.info/mcp",
      "transportProtocol": "streamable-http"
    }
  ],
  "capabilities": [
    {
      "id": "read-lookup",
      "name": "Read-only lookup",
      "description": "Look up and read TrustCar data (no writes)."
    }
  ],
  "skills": [
    {
      "id": "lookup-plate",
      "name": "lookup-plate",
      "description": "Look up a Ukrainian licence plate on TrustCar \u2014 vehicle make/model/year and registration facts."
    }
  ]
}