Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ofershap avatar

Web Scraping

  • 1 installs
  • 5 repo stars
  • Updated March 10, 2026
  • ofershap/mcp-server-scraper

Extracts clean readable content, links, and metadata from URLs over MCP using Mozilla Readability, with batch scraping and in-page search.

About

This skill scrapes clean Markdown text, links, and metadata from URLs using the Readability engine, and can batch-scrape multiple pages. A developer uses it to read documentation, blogs, and articles, though it does not execute JavaScript-heavy SPAs.

  • Readability-powered clean text extraction
  • No headless browser, so SPAs are unsupported

Web Scraping by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ofershap/mcp-server-scraper --skill web-scraping

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars5
Last updatedMarch 10, 2026
Repositoryofershap/mcp-server-scraper

What it does

Extracts clean readable content, links, and metadata from URLs over MCP using Mozilla Readability, with batch scraping and in-page search.

Files

SKILL.mdMarkdownGitHub ↗

Web Scraping via MCP

Use this skill to extract clean, readable content from any URL. Returns markdown text, links, and metadata. Free alternative to Firecrawl.

Available Tools

ToolWhat it does
scrape_urlExtract clean text content from a URL (Readability-powered)
extract_linksGet all links with href and anchor text
extract_metadataGet title, description, OG tags, canonical, favicon
search_pageSearch for a query string within the page content
scrape_multipleBatch scrape multiple URLs, get title + excerpt per URL

Workflow

1. scrape_url for reading a single page (docs, blog post, article) 2. extract_links to discover linked resources from a page 3. extract_metadata for SEO analysis or link preview data 4. scrape_multiple to survey multiple pages at once

Key Patterns

  • Uses Mozilla Readability (Firefox Reader View engine) — works best with server-rendered content
  • Does NOT handle JavaScript-heavy SPAs (React apps, dashboards) — use a browser MCP for those
  • scrape_multiple returns title + excerpt per URL, not full content — use for surveying
  • search_page searches within the extracted content, not raw HTML

Limitations

  • No headless browser — won't execute JavaScript
  • Best for: documentation, blogs, articles, news, wikis
  • Won't work for: login-gated content, SPAs, dynamically loaded content

Related skills

Automation & Workflowsresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.