Smithery

og_preview

Preview how a URL will look when shared on social media. Extracts all Open Graph and Twitter Card meta tags from the rendered page, validates them, screenshots the og:image, and generates a social card mockup. Works with JS-rendered pages (SPAs). No browser session needed.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called og_preview? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to preview Open Graph tags for"
    },
    "platform": {
      "enum": [
        "twitter",
        "facebook",
        "linkedin",
        "slack",
        "all"
      ],
      "type": "string",
      "default": "all",
      "description": "Social platform to generate mockup for (default: all)"
    }
  }
}