
LinkMeta MCP
Fetch Open Graph, Twitter Card, and JSON-LD metadata from any URL so agents can fix previews, audit share cards, or scaffold link unfurlers.
Overview
LinkMeta MCP is an MCP server for the Launch phase that extracts Open Graph, Twitter Card, and JSON-LD metadata from any URL for SEO and social preview work.
What is this MCP server?
- stdio MCP server (v1.2.0) via npx linkmeta-mcp
- Extracts Open Graph, Twitter Cards, and JSON-LD from arbitrary URLs
- Powered by softvoyagers/linkmeta-api repository
- Useful for debugging missing og:image or wrong canonical JSON-LD
- npm registry package identifier linkmeta-mcp
- Server version 1.2.0
- Metadata types: Open Graph, Twitter Cards, JSON-LD
- Repository: softvoyagers/linkmeta-api
What problem does it solve?
Broken or missing OG and JSON-LD tags are hard to spot from code alone until social shares and search snippets look embarrassing.
Who is it for?
Indie builders polishing launch pages, changelog posts, and programmatic SEO who want agent-driven metadata audits.
Skip if: Full-site crawlers, rank tracking dashboards, or paywalled pages the fetcher cannot reach.
What do I get? / Deliverables
After install, your agent can fetch normalized link metadata from real URLs and guide fixes to titles, images, and structured data.
- Structured metadata snapshot (OG, Twitter Cards, JSON-LD) per requested URL
- Agent-ready context for SEO and share-card fixes
Recommended MCP Servers
Journey fit
Launch is the canonical shelf because metadata quality directly affects how pages look in search and social distribution. seo covers structured data, social previews, and on-page signals agents validate before you ship marketing URLs.
How it compares
URL metadata fetcher MCP, not a rank tracker or content management system.
Common Questions / FAQ
Who is LinkMeta MCP for?
Solo developers and content-led founders who need Open Graph, Twitter Card, and JSON-LD checks from Claude Code or Cursor.
When should I use LinkMeta MCP?
Use it before launch or after deploying a page when previews, rich results, or social cards need verification on a live URL.
How do I add LinkMeta MCP to my agent?
Add stdio MCP config with npx linkmeta-mcp (v1.2.0) per the Model Context Protocol server entry.