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
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
- 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 32 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add securecoders-opengraph-io-mcp -- npx -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": {
"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.
- 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.
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.
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.
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.