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

OpenGraph.io MCP Server

NPM · OPENGRAPH-IO-MCP · SCANNED SEP 22

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

Available components

0 this week 84 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 38 of 115 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (ISC).Pass
  • Actively maintained (last published 82 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability74
  • 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 Management100
  • No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the OpenGraph.io MCP Server server?

OpenGraph.io MCP Server runs locally as an npm package, launched with npx -y opengraph-io-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · opengraph-io-mcp

# add to Claude Code
claude mcp add securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "securecoders-opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "securecoders-opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "securecoders-opengraph-io-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add securecoders-opengraph-io-mcp -t stdio -c npx -a -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.

  • 22 Sept 26 0
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Stability: pass → 0.83 functional
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 22 Sept 2026 · Analysed npm/opengraph-io-mcp@1.3.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 115 packages
Packages resolved 115
Stale 38
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the OpenGraph.io MCP Server server?

OpenGraph.io MCP Server is listed in the public MCP registry as io.github.securecoders/opengraph-io-mcp. MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images. This page covers its npm package (opengraph-io-mcp).

Is the OpenGraph.io MCP Server server safe to use?

OpenGraph.io MCP Server scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the OpenGraph.io MCP Server server expose?

OpenGraph.io MCP Server exposes 9 tools: getOgData, getOgScrapeData, getOgScreenshot, getOgQuery, getOgExtract, and 4 more. Their descriptions and schemas cost roughly 2,816 tokens of context every time the server is loaded.

Is the OpenGraph.io MCP Server server still maintained?

OpenGraph.io MCP Server is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the OpenGraph.io MCP Server server under?

OpenGraph.io MCP Server declares the ISC licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.