loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

scraper-mcp

MCP Tool

robot-resources/scraper-mcp

MCP server for Robot Resources Scraper — web content to clean markdown with 70-80% token reduction

Install

$ npx loaditout add robot-resources/scraper-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "scraper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scraper-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

[](https://www.npmjs.com/package/@robot-resources/scraper-mcp) [](https://github.com/robot-resources/scraper-mcp/blob/main/LICENSE)

@robot-resources/scraper-mcp

> MCP server for Scraper — context compression for AI agents.

What is Robot Resources?

Human Resources, but for your AI agents.

Robot Resources gives AI agents two superpowers:

  • Router — Routes each LLM call to the cheapest capable model. 60-90% cost savings across OpenAI, Anthropic, and Google.
  • Scraper — Compresses web pages to clean markdown. 70-80% fewer tokens per page.

Both run locally. Your API keys never leave your machine. Free, unlimited, no tiers.

Install the full suite
npx robot-resources

One command sets up everything. Learn more at robotresources.ai

---

About this MCP server

This package gives AI agents two tools to compress web content into token-efficient markdown via the Model Context Protocol: single-page compression and multi-page BFS crawling.

Installation
npx @robot-resources/scraper-mcp

Or install globally:

npm install -g @robot-resources/scraper-mcp
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "scraper": {
      "command": "npx",
      "args": ["-y", "@robot-resources/scraper-mcp"]
    }
  }
}
Tools
scraper_compress_url

Compress a single web page into markdown with 70-90% fewer tokens.

Parameters:

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | url | string | yes | — | URL to compress | | mode | string | no | 'auto' | 'fast', 'stealth', 'render', or 'auto' | | timeout | number | no | 10000 | Fetch timeout in milliseconds | | maxRetries

Tags

ai-agentsmcpmcp-servermodel-context-protocoltoken-compressionweb-scraper

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/20/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/robot-resources/scraper-mcp)](https://loaditout.ai/skills/robot-resources/scraper-mcp)