Skip to content
Back to website2vat

Card snapshot

website2vat.com · 2026-07-25 06:20:53 UTC · 7e7848e92db97e1eac1f6ae36d9e3544cd6b372c6fb91e65c233d588f477e07d

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": "website2vat",
  "description": "Finds public VAT and company identifiers for website-domain lists.",
  "version": "1.0.0",
  "url": "https://website2vat.com/mcp",
  "supportedInterfaces": [
    {
      "url": "https://website2vat.com/mcp",
      "protocolBinding": "MCP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/csv"
  ],
  "skills": [
    {
      "id": "website-vat-lookup",
      "name": "Website VAT lookup",
      "description": "Creates and monitors website-to-VAT lookup jobs and can initiate hosted Stripe Checkout.",
      "tags": [
        "vat",
        "company",
        "website",
        "stripe"
      ],
      "examples": [
        "Find VAT numbers for stripe.com and canva.com"
      ]
    }
  ]
}