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
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
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
claude mcp add securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp
{
"mcpServers": {
"securecoders-opengraph-io-mcp": {
"command": "npx",
"args": [
"-y",
"opengraph-io-mcp"
]
}
}
} {
"servers": {
"securecoders-opengraph-io-mcp": {
"command": "npx",
"args": [
"-y",
"opengraph-io-mcp"
]
}
}
} codex mcp add securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"securecoders-opengraph-io-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"opengraph-io-mcp"
],
"enabled": true
}
}
} openclaw mcp add securecoders-opengraph-io-mcp --command npx --arg -y --arg opengraph-io-mcp
mcp_servers:
securecoders-opengraph-io-mcp:
command: "npx"
args: ["-y", "opengraph-io-mcp"] {
"McpServers": {
"securecoders-opengraph-io-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"opengraph-io-mcp"
]
}
}
} assistant mcp add securecoders-opengraph-io-mcp -t stdio -c npx -a -y opengraph-io-mcp
{
"mcpServers": {
"securecoders-opengraph-io-mcp": {
"command": "npx",
"args": [
"-y",
"opengraph-io-mcp"
]
}
}
} 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
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 →
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 →
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")
| Name | Type | Req | Description |
|---|---|---|---|
| assetId | string | yes | The asset UUID to export |
| destinationPath | string | yes | Absolute path where the image should be saved (e.g., /Users/me/project/images/output.png) |
| overwrite | boolean | – | Whether to overwrite if a file already exists. Defaults to true. |
| sessionId | string | yes | The 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\…
| Name | Type | Req | Description |
|---|---|---|---|
| aspectRatio | string | – | Preset aspect ratio (e.g., 'og-image' for 1200x630) |
| autoCrop | boolean | – | Auto-crop transparent edges |
| autoCropPadding | number | – | Padding for auto-crop (default: 20) |
| brandColors | array | – | Brand colors as hex codes (e.g., ['#0033A0', '#FF8C00']) |
| cornerRadius | number | – | Corner radius for rounded corners |
| cropX1 | integer | – | Manual crop: top-left X |
| cropX2 | integer | – | Manual crop: bottom-right X |
| cropY1 | integer | – | Manual crop: top-left Y |
| cropY2 | integer | – | Manual crop: bottom-right Y |
| diagramCode | string | – | Pre-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. |
| diagramFormat | string | – | Format of the diagramCode. Required when diagramCode is provided. Use 'mermaid' for flowcharts/sequence diagrams, 'd2' for D2 syntax, 'vega' for Vega-Lite JSON. |
| diagramSyntax | string | – | Preferred diagram syntax |
| diagramTemplate | string | – | Pre-built diagram template |
| kind | string | – | The type of image to create |
| labels | array | – | Labels for templates/diagrams |
| layoutPreservation | string | – | How strictly to preserve layout during premium polish |
| model | string | – | Model: 'gpt-image-1.5', 'gemini-flash', 'gemini-pro' |
| outputStyle | string | – | Polish level: 'draft' (fast), 'standard' (AI-enhanced), 'premium' (full AI polish) |
| projectContext | string | – | Description of the project this image is for |
| prompt | string | – | For 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… |
| quality | string | – | Quality setting |
| referenceAssetId | string | – | Asset UUID to use as style reference |
| stylePreferences | string | – | Style preferences: 'modern', 'minimalist', 'corporate', etc. |
| stylePreset | string | – | Preset style with brand colors |
| template | string | – | Template name for template-based graphics |
| transparent | boolean | – | Request transparent background |
No output schema declared.
No examples provided.
getOgData ~34
Get OpenGraph data from a given URL
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | URL 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.
| Name | Type | Req | Description |
|---|---|---|---|
| html_elements | array | yes | Array of HTML selectors to extract from the page |
| site | string | yes | Site 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Query to ask about the site |
| responseStructure | – | – | Optional JSON for response structure |
| site | string | yes | Site to request (full URL) |
No output schema declared.
No examples provided.
getOgScrapeData ~40
Scrape data from a given URL using OpenGraph's scrape endpoint
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | URL 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
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | URL 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
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | The 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")
| Name | Type | Req | Description |
|---|---|---|---|
| assetId | string | yes | The asset UUID of the image to iterate on |
| cropX1 | integer | – | Crop: X coordinate of the top-left corner in pixels |
| cropX2 | integer | – | Crop: X coordinate of the bottom-right corner in pixels |
| cropY1 | integer | – | Crop: Y coordinate of the top-left corner in pixels |
| cropY2 | integer | – | Crop: Y coordinate of the bottom-right corner in pixels |
| prompt | string | yes | Detailed instruction for the iteration. Be specific about what to change. Examples: 'Change the primary color to #0033A0', 'Add a subtle drop shadow' |
| sessionId | string | yes | The session UUID containing the image to iterate on |
No output schema declared.
No examples provided.
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.