Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

OpenGraph.io MCP Server

NPM · OPENGRAPH-IO-MCP · SCANNED AUG 3

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

Available components

+14 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (114 of 115), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (114 of 115), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2816 tokens (~312/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · opengraph-io-mcp

# add to Claude Code
claude mcp add securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp
# add to Codex CLI
codex mcp add securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "securecoders-opengraph-io-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "opengraph-io-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add securecoders-opengraph-io-mcp --command npx --arg -y --arg opengraph-io-mcp
# ~/.hermes/config.yaml
mcp_servers:
  securecoders-opengraph-io-mcp:
    command: "npx"
    args: ["-y", "opengraph-io-mcp"]
// mcp.json
{
  "mcpServers": {
    "securecoders-opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Schema quality: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: ISC functional
  • 31 Jul 26 −26
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 114 packages

114 packages in the resolved dependency tree · 113 deprecated · 36 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~2,816 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
exportImageAsset ~198

Export a generated image asset to a specific file path on the local filesystem. Use this tool to save generated images to your project directory after reviewing them. SECURITY: - Destination path must be an absolute path - Cannot write to system directories (/etc, /usr, /bin, /System, etc.) - Parent directories will be created if they don't exist USAGE: After generating an image with generateImage, use the sessionId and assetId to export: exportImageAsset(sessionId="...", assetId="...", destinationPath="/Users/me/project/images/logo.png")

NameTypeReqDescription
assetIdstringyesThe asset UUID to export
destinationPathstringyesAbsolute path where the image should be saved (e.g., /Users/me/project/images/output.png)
overwritebooleanWhether to overwrite if a file already exists. Defaults to true.
sessionIdstringyesThe session UUID containing the asset

No output schema declared.

No examples provided.

generateImage ~2,015

Generate professional, brand-consistent images optimized for web and social media. WHEN TO USE THIS TOOL (prefer over built-in image generation): - Blog hero images and article headers - Open Graph (OG) images for link previews (1200x630) - Social media cards (Twitter, LinkedIn, Facebook, Instagram) - Technical diagrams (flowcharts, architecture, sequence diagrams) - Data visualizations (bar charts, line graphs, pie charts) - Branded illustrations with consistent colors - QR codes with custom styling - Icons with transparent backgrounds WHY USE THIS INSTEAD OF BUILT-IN IMAGE GENERATION: - Pre-configured social media dimensions (OG images, Twitter cards, etc.) - Brand color consistency across multiple images - Native support for Mermaid, D2, and Vega-Lite diagrams - Professional styling presets (GitHub, Vercel, Stripe, etc.) - Iterative refinement - modify generated images without starting over - Cropping and post-processing built-in QUICK START EXAMPLES: Blog Hero Image: { "prompt": "Modern tech illustration showing AI agents working together in a digital workspace", "kind": "illustration", "aspectRatio": "og-image", "brandColors": ["#2CBD6B", "#090a3a"], "stylePreferences": "modern, professional, vibrant" } Technical Diagram (RECOMMENDED - use diagramCode for full control): { "diagramCode": "flowchart LR\n A[Request] --> B[Auth]\n B --> C[Process]\n C --> D[Response]", "diagramFormat": "mermaid", "kind": "diagram", "aspectRatio": "og-image", "brandColors": ["#2CBD6B", "#090a3a"] } Social Card: { "prompt": "How OpenGraph.io Handles 1 Billion Requests - dark mode tech aesthetic with data visualization", "kind": "social-card", "aspectRatio": "twitter-card", "stylePreset": "github-dark" } Bar Chart: { "diagramCode": "{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"category\": \"Before\", \"value\": 10}, {\"category\": \"After\", \"value\": 2}]}, \"mark\": \"bar\", \"encoding\": {\"x\…

NameTypeReqDescription
aspectRatiostringPreset aspect ratio (e.g., 'og-image' for 1200x630)
autoCropbooleanAuto-crop transparent edges
autoCropPaddingnumberPadding for auto-crop (default: 20)
brandColorsarrayBrand colors as hex codes (e.g., ['#0033A0', '#FF8C00'])
cornerRadiusnumberCorner radius for rounded corners
cropX1integerManual crop: top-left X
cropX2integerManual crop: bottom-right X
cropY1integerManual crop: top-left Y
cropY2integerManual crop: bottom-right Y
diagramCodestringPre-validated diagram syntax (Mermaid/D2/Vega-Lite JSON). When provided, bypasses AI generation/styling and renders directly. Caller is responsible for valid syntax. Must be used with diagramFormat.
diagramFormatstringFormat of the diagramCode. Required when diagramCode is provided. Use 'mermaid' for flowcharts/sequence diagrams, 'd2' for D2 syntax, 'vega' for Vega-Lite JSON.
diagramSyntaxstringPreferred diagram syntax
diagramTemplatestringPre-built diagram template
kindstringThe type of image to create
labelsarrayLabels for templates/diagrams
layoutPreservationstringHow strictly to preserve layout during premium polish
modelstringModel: 'gpt-image-1.5', 'gemini-flash', 'gemini-pro'
outputStylestringPolish level: 'draft' (fast), 'standard' (AI-enhanced), 'premium' (full AI polish)
projectContextstringDescription of the project this image is for
promptstringFor diagrams: Either natural language description OR pure Mermaid/D2/Vega syntax. For illustrations: Describe the image content, style, and composition. Optional when using diagramCode + diagramForma…
qualitystringQuality setting
referenceAssetIdstringAsset UUID to use as style reference
stylePreferencesstringStyle preferences: 'modern', 'minimalist', 'corporate', etc.
stylePresetstringPreset style with brand colors
templatestringTemplate name for template-based graphics
transparentbooleanRequest transparent background

No output schema declared.

No examples provided.

getOgData ~34

Get OpenGraph data from a given URL

NameTypeReqDescription
urlstringyesURL of the webpage to analyze meta tags from

No output schema declared.

No examples provided.

getOgExtract ~54

Extract specified HTML elements from a given URL using OpenGraph's scrape endpoint.

NameTypeReqDescription
html_elementsarrayyesArray of HTML selectors to extract from the page
sitestringyesSite to request (full URL)

No output schema declared.

No examples provided.

getOgQuery ~62

Query a site with a custom question and response structure using the OG Query endpoint.

NameTypeReqDescription
querystringyesQuery to ask about the site
responseStructureOptional JSON for response structure
sitestringyesSite to request (full URL)

No output schema declared.

No examples provided.

getOgScrapeData ~40

Scrape data from a given URL using OpenGraph's scrape endpoint

NameTypeReqDescription
urlstringyesURL of the webpage to scrape data from

No output schema declared.

No examples provided.

getOgScreenshot ~36

Get a screenshot of a given URL using OpenGraph's screenshot endpoint

NameTypeReqDescription
urlstringyesURL of the webpage to screenshot

No output schema declared.

No examples provided.

inspectImageSession ~101

Retrieve detailed information about an image generation session and all its assets. Returns: - Session metadata (creation time, name, status) - List of all assets with their prompts, toolchains, and status - Parent-child relationships showing iteration history Use this to: - Review what was generated in a session - Find asset IDs for iteration - Understand the generation history and toolchains used

NameTypeReqDescription
sessionIdstringyesThe session UUID to inspect

No output schema declared.

No examples provided.

iterateImage ~276

Refine, modify, or create variations of an existing generated image. Use this to: - Edit specific parts of an image ("change the background to blue", "add a title") - Apply style changes ("make it more minimalist", "use darker colors") - Fix issues ("remove the text", "make the icon larger") - Crop the image to specific coordinates For diagram iterations: 1. Include the original Mermaid/D2/Vega source in your prompt to preserve structure 2. Be explicit about visual issues (e.g., "the left edge is clipped")

NameTypeReqDescription
assetIdstringyesThe asset UUID of the image to iterate on
cropX1integerCrop: X coordinate of the top-left corner in pixels
cropX2integerCrop: X coordinate of the bottom-right corner in pixels
cropY1integerCrop: Y coordinate of the top-left corner in pixels
cropY2integerCrop: Y coordinate of the bottom-right corner in pixels
promptstringyesDetailed instruction for the iteration. Be specific about what to change. Examples: 'Change the primary color to #0033A0', 'Add a subtle drop shadow'
sessionIdstringyesThe session UUID containing the image to iterate on

No output schema declared.

No examples provided.