
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
linkmeta-mcp
Advanced tools
MCP server for LinkMeta — extract URL metadata from AI assistants like Claude, Cursor, VS Code
MCP server for LinkMeta — extract rich metadata (Open Graph, Twitter Cards, favicon, JSON-LD, body text, redirect chains) from any URL, directly from AI assistants like Claude, Cursor, and VS Code.
No API key required. Free forever.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"linkmeta": {
"command": "npx",
"args": ["-y", "linkmeta-mcp"]
}
}
}
Then ask Claude:
"Extract the metadata from https://github.com and show me the Open Graph tags"
"Validate the SEO metadata for my website at https://example.com"
"Get the title and description from these 5 URLs and compare them"
"Check the redirect chain for https://bit.ly/some-link"
"Extract the clean body text from this article for summarization"
| Tool | Description |
|---|---|
extract_metadata | Extract metadata (Open Graph, Twitter Cards, favicon, JSON-LD, body text, redirect chain, HTTP status, content type) from any URL. Supports field selection and cache bypass. |
batch_extract_metadata | Extract metadata from up to 10 URLs at once. Supports field selection for efficient bulk extraction. |
validate_metadata | Validate Open Graph, Twitter Card, and SEO metadata for any URL. Returns a score (0-100), letter grade, issues list, and platform-specific readiness for Facebook, Twitter/X, and LinkedIn. |
extract_metadata| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The URL to extract metadata from |
fields | string | No | Comma-separated fields to return (e.g. "title,body,summary,statusCode,contentType"). Available: url, statusCode, contentType, title, description, image, favicon, siteName, type, locale, language, author, publishedDate, modifiedDate, keywords, themeColor, canonical, wordCount, summary, body, redirectChain, twitter, openGraph, jsonLd, responseTime |
no_cache | boolean | No | Bypass cache and fetch fresh metadata |
summary_length | number | No | Max summary length in characters (default 300, max 2000) |
timeout | number | No | Request timeout in milliseconds (default 10000, max 30000) |
batch_extract_metadata| Parameter | Type | Required | Description |
|---|---|---|---|
urls | string[] | Yes | Array of URLs to extract metadata from (max 10) |
fields | string | No | Comma-separated fields to return |
summary_length | number | No | Max summary length in characters (default 300, max 2000) |
timeout | number | No | Request timeout in milliseconds (default 10000, max 30000) |
validate_metadata| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The URL to validate metadata for |
no_cache | boolean | No | Bypass cache and fetch fresh metadata |
timeout | number | No | Request timeout in milliseconds (default 10000, max 30000) |
Claude / Cursor / VS Code
|
| stdio (MCP protocol)
v
linkmeta-mcp
|
| HTTPS (REST API)
v
linkmeta.dev
This is a thin stdio MCP client that translates tool calls into REST API requests against the LinkMeta API at https://linkmeta.dev. No data is stored locally — all operations are stateless pass-throughs.
| Environment Variable | Default | Description |
|---|---|---|
LINKMETA_BASE_URL | https://linkmeta.dev | API base URL (override for self-hosted instances) |
MIT
LinkMeta MCP is part of the SoftVoyagers portfolio of free developer APIs:
| Product | Description | Website |
|---|---|---|
| LinkMeta | URL metadata extraction API | linkmeta.dev |
| PageShot | Screenshot & webpage capture API | pageshot.site |
| PDFSpark | HTML/URL to PDF conversion API | pdfspark.dev |
| OGForge | Open Graph image generator API | ogforge.dev |
| LinkShrink | Privacy-first URL shortener API | linkshrink.dev |
| Faktuj | Polish invoice generator | faktuj.pl |
| QRMint | Styled QR code generator API | qrmint.dev |
| PageDrop | Instant HTML hosting API | pagedrop.dev |
FAQs
MCP server for LinkMeta — extract URL metadata from AI assistants like Claude, Cursor, VS Code
The npm package linkmeta-mcp receives a total of 20 weekly downloads. As such, linkmeta-mcp popularity was classified as not popular.
We found that linkmeta-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.