Skip to content
Back to TraveSeal

Card snapshot

simohammedb.github.io · 2026-06-07 23:37:11 UTC · 172c4de3660309abaa212627f721af8529ad84b14dd96e062e4693386ac2d029

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.

{
  "a2a_version": "1.0.0",
  "agent_id": "com.travseal.agent",
  "name": "TraveSeal",
  "display_name": "TraveSeal C2PA Notary",
  "description": "A plug-and-play MCP Server for automated, low-cost C2PA provenance stamping via Base L2.",
  "icon_url": "https://huggingface.co/spaces/TraveSeal/app/resolve/main/assets/logo.png",
  "skills": [
    {
      "id": "travseal-c2pa-stamp",
      "name": "Create C2PA Stamp",
      "description": "Submits a digital asset URL and returns a C2PA-compliant manifest.",
      "tags": [
        "C2PA provider",
        "C2PA stamping",
        "Provenance",
        "Provenance stamping",
        "EU ACT",
        "EU AI ACT",
        "COMPLIANCE manifest",
        "C2pa manifest",
        "Trust bridge",
        "C2pa signed",
        "Readable image",
        "Travel c2pa",
        "Tavel compliance",
        "Travel provenance"
      ]
    }
  ],
  "capabilities": {
    "notarize.c2pa": {
      "display_name": "Notarize with C2PA Stamp",
      "description": "Submits a digital asset URL and returns a C2PA-compliant manifest, providing a verifiable cryptographic proof of the asset's origin and integrity.",
      "input_schema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The publicly accessible URL of the digital asset to be stamped."
          }
        },
        "required": [
          "url"
        ]
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "c2pa_manifest": {
            "type": "object",
            "description": "The full C2PA manifest object as a JSON response."
          }
        }
      }
    }
  },
  "supportedInterfaces": [
    {
      "url": "https://numbers-counseling-sub-emperor.trycloudflare.com",
      "protocolBinding": "JSONRPC"
    },
    {
      "url": "https://numbers-counseling-sub-emperor.trycloudflare.com",
      "protocolBinding": "HTTP_JSON"
    }
  ]
}