MCP Open Graph MCP Tool
check_open_graph(url) — ask an AI assistant to validate og:title, og:description, og:image, og:type, and Twitter card tags for any public URL.
check_open_graph(url)
Checks the Open Graph and Twitter Card tags that control how a link looks when shared on Slack, X, LinkedIn, Discord, and other platforms.
Requires a Pingfloat API key. See MCP Server setup if you don't have one yet.
Try it
Does https://example.com have valid Open Graph tags?
The assistant calls check_open_graph and returns a pass/warn/fail line for each tag — the same checks as the Open Graph Checker web tool.
Parameters
| Parameter | Type | Description |
|---|---|---|
url | string, required | The public page URL to check. |
What it checks
- og:title, og:description — present and reasonably sized
- og:image — present, and reachable
- og:url, og:type — present and correctly formed
- twitter:card and related Twitter/X tags
Frequently asked questions
Why would og:image fail even though the image exists?
The checker verifies the image URL is absolute (not relative) and reachable over HTTPS. A relative path or an image blocked from anonymous fetches will fail even if it renders fine in a logged-in browser.
Does this check Twitter Card tags too?
Yes — twitter:card and related tags are included, since most platforms fall back to Open Graph tags if Twitter-specific ones are missing.
Is there a limit on how many times I can call it?
10 per hour on a free account, 50 per hour on Free+ or paid — shared with the other check and QR tools, tracked per API key.