npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

mcp-research-scraper-combo

v1.1.0

Published

MCP Stealth Research Scraper - 10MB batch target for 8-personality research workflows

Readme

🕷️ MCP Research Scraper Combo v1.1.0

Stealth Web Scraping MCP Server for 8-Personality Research Workflows

Target: 10MB per personality batch (80MB total for all 8 personalities)

Features

  • 55 Tools for comprehensive web scraping
  • Real Puppeteer Browser Automation - Full headless Chrome with stealth plugin
  • 8-Personality Batch System - Neko-Arc, Mario, Noel, Glam, Hannibal, Tetora, Amaniya, Miwa
  • Anti-Detection - puppeteer-extra-plugin-stealth, fingerprint spoofing, bot check detection
  • MongoDB Atlas Export - Real MongoDB connection with batch exports
  • RULE 67 & 71 Compliant - Research Batch Standard

Tool Categories

| Category | Tools | Description | |----------|-------|-------------| | Configuration | 5 | Stealth, proxy, fingerprint, user-agent | | Navigation | 5 | Goto, wait, scroll, back/forward | | Data Extraction | 15 | CSS, XPath, regex, tables, links, images, JSON-LD, meta, Shadow DOM, iframes, PDFs | | Pagination | 5 | Click, URL pattern, infinite scroll, load more, API | | Interaction | 5 | Click, type, select, hover, form submit | | Data Management | 8 | Store, get, clear, list, export JSON/CSV, merge, transform | | Anti-Detection | 5 | Bot detection, CAPTCHA, evasion, delays, mouse movement | | Network | 5 | Intercept, mock, log, API extraction, fetch | | Session | 5 | Cookies, storage, session export/import | | Batch & Personality | 7 | Init, add, progress, finalize, MongoDB export | | Utility | 5 | Screenshot, evaluate, page info, close, health |

Installation

npm install
npm run build

Claude Code Configuration

Add to ~/.claude.json:

{
  "mcpServers": {
    "research-scraper": {
      "command": "node",
      "args": ["/home/wakibaka/Documents/github/mcp-research-scraper-combo/dist/index.js"],
      "env": {
        "MONGODB_URI": "your-mongodb-uri"
      }
    }
  }
}

Usage Example

// 1. Initialize all 8 personality batches
scraper_init_all_batches({ topic: "Pinochet Threat Actor", targetSizeMB: 10 })

// 2. Configure stealth mode
scraper_config({ stealthMode: true, rateLimit: 2000 })
scraper_fingerprint_config({ canvas: true, webgl: true, audio: true })

// 3. Navigate and extract
scraper_goto({ url: "https://example.com/research" })
scraper_detect_bot_checks()
scraper_extract_css({ selector: ".article", multiple: true, property: "articles" })
scraper_extract_table({ selector: "table.data", property: "tables" })

// 4. Add to personality batches
scraper_add_to_batch({ personality: "neko-arc", data: {...}, source: "url" })
scraper_add_to_batch({ personality: "hannibal", data: {...}, source: "url" })

// 5. Check progress toward 10MB target
scraper_batch_progress()

// 6. Finalize and export
scraper_finalize_batch({ personality: "neko-arc" })
scraper_export_to_mongodb({ personality: "neko-arc", database: "research-db" })

// Or export all at once
scraper_export_all_batches({ database: "research-db" })

Batch Progress Output

═══════════════════════════════════════════════════════════════
📊 BATCH PROGRESS
═══════════════════════════════════════════════════════════════
🐾 neko-arc:   ████████░░ 78.5%  (7.85 MB / 10 MB)  156 items
🎭 mario:      ██████░░░░ 62.3%  (6.23 MB / 10 MB)  124 items
🗡️ noel:       █████████░ 91.2%  (9.12 MB / 10 MB)  182 items
🎸 glam:       ███░░░░░░░ 34.1%  (3.41 MB / 10 MB)   68 items
🧠 hannibal:   ██████████ 100%   (10.0 MB / 10 MB)  200 items ✓
🎯 tetora:     ████████░░ 82.7%  (8.27 MB / 10 MB)  165 items
🔍 amaniya:    ███████░░░ 71.9%  (7.19 MB / 10 MB)  143 items
🔪 miwa:       █████░░░░░ 55.6%  (5.56 MB / 10 MB)  111 items
═══════════════════════════════════════════════════════════════
TOTAL: 57.63 MB / 80 MB (72.0%)
═══════════════════════════════════════════════════════════════

Version

  • 1.1.0 - Real Puppeteer browser automation + MongoDB exports
    • Added puppeteer-extra-plugin-stealth for anti-detection
    • Real navigation (goto, wait, scroll, back, forward)
    • Real extraction (CSS, XPath, regex, tables, links, images, JSON-LD, meta)
    • Real interaction (click, type, select, hover, form submit)
    • Real MongoDB Atlas batch exports
    • Session management (cookies, storage, export/import)
    • Screenshot and evaluate tools
    • Bot detection scanning
  • 1.0.0 - Initial release with 55 tools (mock handlers)
  • RULE 67 & 71 Compliant
  • Private Repository

Author

wakibaka / Neko-Arc Defense System