{
  "specVersion": "1.0",
  "host": {
    "displayName": "Rendershed",
    "identifier": "did:web:rendershed.com",
    "documentationUrl": "https://rendershed.com/docs"
  },
  "entries": [
    {
      "identifier": "urn:air:rendershed.com:mcp:render",
      "displayName": "Rendershed MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://rendershed.com/.well-known/mcp/server-card.json",
      "description": "Screenshot any web page over MCP, with consent overlays removed before capture.",
      "tags": [
        "screenshot",
        "browser",
        "rendering",
        "mcp"
      ],
      "representativeQueries": [
        "take a screenshot of this web page",
        "show me what this URL looks like without the cookie banner",
        "render a page to an image so I can look at it",
        "capture a website as a PNG"
      ],
      "updatedAt": "2026-08-21T00:00:00Z"
    },
    {
      "identifier": "urn:air:rendershed.com:api:render",
      "displayName": "Rendershed screenshot API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://rendershed.com/openapi.json",
      "documentation": "https://rendershed.com/screenshot-api/",
      "description": "HTTP API that renders a URL to PNG, JPEG or WebP with consent walls, sign-in modals and paywall overlays suppressed.",
      "tags": [
        "screenshot",
        "api",
        "openapi",
        "html-to-image"
      ],
      "representativeQueries": [
        "screenshot API that removes cookie banners",
        "convert a URL to an image via HTTP",
        "generate an og:image from a live page",
        "headless browser screenshot service"
      ],
      "updatedAt": "2026-08-21T00:00:00Z"
    },
    {
      "identifier": "urn:air:rendershed.com:api:pdf",
      "displayName": "Rendershed HTML to PDF API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://rendershed.com/openapi.json",
      "documentation": "https://rendershed.com/html-to-pdf/",
      "description": "Print any URL to a PDF with consent walls removed first. Same key and quota as the screenshot API.",
      "tags": [
        "pdf",
        "html-to-pdf",
        "api",
        "printing"
      ],
      "representativeQueries": [
        "convert a web page to PDF",
        "HTML to PDF API that removes cookie banners",
        "save an article as a PDF without the consent wall",
        "render a URL to A4 landscape PDF"
      ],
      "updatedAt": "2026-08-21T00:00:00Z"
    },
    {
      "identifier": "urn:air:rendershed.com:skill:screenshot-a-page",
      "displayName": "Screenshot a web page",
      "type": "application/agent-skills+json",
      "url": "https://rendershed.com/.well-known/agent-skills/index.json",
      "description": "Agent skill describing how to call the rendershed screenshot API.",
      "tags": [
        "screenshot",
        "skill"
      ],
      "representativeQueries": [
        "how do I screenshot a page from an agent",
        "instructions for calling a screenshot API"
      ],
      "updatedAt": "2026-08-21T00:00:00Z"
    }
  ]
}