Skip to content
Back to url2image

Card snapshot

url2image.com · 2026-07-29 10:34:49 UTC · cd375eafca0be54c553484821318dd1bfc2731b0cdc96c7897ee7e36bdb8f5c6

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": "url2image",
  "description": "Renders lists of URLs in a real browser and returns the screenshots.",
  "version": "1.0.0",
  "url": "https://url2image.com/mcp",
  "provider": {
    "organization": "BuiltWith",
    "url": "https://builtwith.com"
  },
  "documentationUrl": "https://url2image.com/docs/api",
  "supportedInterfaces": [
    {
      "url": "https://url2image.com/mcp",
      "protocolBinding": "MCP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "application/zip",
    "image/png"
  ],
  "skills": [
    {
      "id": "batch-url-screenshots",
      "name": "Batch URL screenshots",
      "description": "Queues a list of URLs, renders each in a real browser, and returns a zip of images.",
      "tags": [
        "screenshot",
        "browser",
        "archive",
        "monitoring"
      ],
      "examples": [
        "Screenshot stripe.com, vercel.com and linear.app and send me the zip",
        "Capture every page in this sitemap at 1440 wide"
      ]
    }
  ]
}