URL Metadata Scraper

URL Metadata Scraper MCP Connector for Claude

A+

Stop wasting tokens scraping entire websites. Instantly extract clean OpenGraph metadata (title, description, image) from any URL.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

When an AI Agent needs to summarize a link for a social media post, loading the entire HTML into the context window is slow, expensive, and leads to hallucinations. This MCP solves that by natively fetching only the OpenGraph and SEO tags.

The Superpowers

  • Token Optimization: Uses Cheerio to parse HTML instantly in the Edge runtime, returning only the 4 fields you care about.
  • Social Ready: Perfect for agents building marketing dashboards or Twitter threads.
opengraphmetadata-extractionseo-optimizationtoken-optimizationhtml-parsinglink-preview

1 tools expose this connector's capabilities to your AI agent.

scrape_url

Pass the full URL and receive structured metadata without loading a headless browser. Useful for link previews, SEO audits, and social sharing validation. Extracts OpenGraph and SEO metadata (Title, Description, Image) from a URL instantly without loading a full headless browser

See how to talk to your AI agent using URL Metadata Scraper.

Extract the OpenGraph metadata from `https://vinkius.com`.

Metadata: {"title": "Vinkius", "description": "The Agentic Platform", "image": "url.jpg"}

Get the main image for this news article so I can post it on Twitter.

Extracted: `https://news.com/cover.jpg`.

Check the SEO description for this landing page URL.

SEO Description: The best platform for AI automation.

No, it uses a lightweight fetch to grab the raw HTML, making it incredibly fast.

Related Connectors