🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

linkmeta-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkmeta-mcp

MCP server for LinkMeta — extract URL metadata from AI assistants like Claude, Cursor, VS Code

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
27
12.5%
Maintainers
1
Weekly downloads
 
Created
Source

LinkMeta MCP Server

npm version Website API Status

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.

Quick Start

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"

Available Tools

ToolDescription
extract_metadataExtract 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_metadataExtract metadata from up to 10 URLs at once. Supports field selection for efficient bulk extraction.
validate_metadataValidate 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.

Tool Parameters

extract_metadata

ParameterTypeRequiredDescription
urlstringYesThe URL to extract metadata from
fieldsstringNoComma-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_cachebooleanNoBypass cache and fetch fresh metadata
summary_lengthnumberNoMax summary length in characters (default 300, max 2000)
timeoutnumberNoRequest timeout in milliseconds (default 10000, max 30000)

batch_extract_metadata

ParameterTypeRequiredDescription
urlsstring[]YesArray of URLs to extract metadata from (max 10)
fieldsstringNoComma-separated fields to return
summary_lengthnumberNoMax summary length in characters (default 300, max 2000)
timeoutnumberNoRequest timeout in milliseconds (default 10000, max 30000)

validate_metadata

ParameterTypeRequiredDescription
urlstringYesThe URL to validate metadata for
no_cachebooleanNoBypass cache and fetch fresh metadata
timeoutnumberNoRequest timeout in milliseconds (default 10000, max 30000)

Architecture

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.

Configuration

Environment VariableDefaultDescription
LINKMETA_BASE_URLhttps://linkmeta.devAPI base URL (override for self-hosted instances)

License

MIT

SoftVoyagers Ecosystem

LinkMeta MCP is part of the SoftVoyagers portfolio of free developer APIs:

ProductDescriptionWebsite
LinkMetaURL metadata extraction APIlinkmeta.dev
PageShotScreenshot & webpage capture APIpageshot.site
PDFSparkHTML/URL to PDF conversion APIpdfspark.dev
OGForgeOpen Graph image generator APIogforge.dev
LinkShrinkPrivacy-first URL shortener APIlinkshrink.dev
FaktujPolish invoice generatorfaktuj.pl
QRMintStyled QR code generator APIqrmint.dev
PageDropInstant HTML hosting APIpagedrop.dev

Keywords

mcp

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

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.

Install

Related posts