mcpbeat Sign in

CRW Web Scraper MCP Server

local only

CRW Web Scraper runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Open-source web scraper for AI agents with scrape, crawl, and map tools

Installs / week
not published
1047
Stars
1 open issues
18 Sep 2026
Last commit
from GitHub
AGPL-3.0
License
Rust

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable mcp/crw-mcp/bin/crw-mcp.js:97
  const bin = path.join(dir, binName);
Runs an external command sdks/typescript/src/local.ts:40
    const proc = spawn(bin, [], { stdio: ["pipe", "pipe", "ignore"] });
Runs an external command sdks/python/src/crw/client.py:749
            self._process = subprocess.Popen(
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Sends data to a third-party sink .github/workflows/bump-saas-pin.yml:131
          curl -s -m 10 "https://api.telegram.org/bot${TG_TOKEN}/sendMessage" \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to CRW Web Scraper

same job, measured the same way
fastCRW
by us

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.

answering
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only
PyreCrawl
by sanggonboy

13 tools for AI agents: scrape, crawl, extract, map, search, papers, batch, research, monitor.

1 029 installs/wk local only
Quanticdata MCP
by quantumproxies

Live web access for agents: scrape, SERP search, crawl/map, 74 collectors, datasets, proxies.

43 installs/wk 26 tools answering
WebReaper
by alex-on-ai

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

local only
Crawlberg
by xberg-io

Scrape, crawl, and map websites to Markdown or JSON via local CLI.

local only
Kreuzcrawl
by kreuzberg-dev

Scrape, crawl, and map websites to Markdown or JSON via local CLI.

local only
Base Multi Wallet MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

238 installs/wk local only

CRW Web Scraper — questions

Answers built from our own checks of this server.

Why is there no uptime for CRW Web Scraper?
CRW Web Scraper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is CRW Web Scraper open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust, 1 047 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.