mcpbeat Sign in

Svipall MCP Server

by ilien-svipall Your server? Claim it
local only

Svipall runs on your own machine — the client starts it, so there is no endpoint to ping. 1 395 installs a week from npm. Last commit 18 Sep 2026.

Read any page past its anti-bot wall, crawl sites, search without an API key, solve captchas locally

Installs per day peak 135 · avg 4
a month agotoday
1 395
Installs / week
npm · svipall
3
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
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.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] bin/svipall-mcp.js:1, [пакет] bin/svipall.js:1
этот файл ставится пользователю, но в репозитории его нет
Checks whether it runs in a sandbox crates/svipall/src/update.rs:72
        if Path::new("/.dockerenv").exists() {
const r = spawnSync(exe, process.argv.slice(2), { stdio: 'inherit' });
Builds a file path from a variable packaging/npm/install.js:69, [пакет] install.js:69
  const file = path.join(dest, name);

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y svipall
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "svipall"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "svipall"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "svipall"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "svipall"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Svipall

same job, measured the same way
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
Litescrape
by litescrape

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

74 installs/wk 9 tools answering
Web Scraper
by dataleadspro

Fetch, crawl, and browse protected pages with anti-bot handling - renders in a real browser and

4 tools answering
Geo Tool Check
by shufflethis

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

47 installs/wk local only
Scrapeless MCP Server
by scrapeless-ai

Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.

276 installs/wk answering
FetchRelay
by fetchrelay

Extract public webpages as Markdown, map sites, and run bounded crawl jobs. API key required.

answering
SeoGrep
by seogrep

SEO for AI agents: crawl sites, audit pages, pull Search Console data, generate shareable reports.

answering
ShadowCrawl
by devshero

Rust MCP stealth scraper: anti-bot search/scrape with CDP fallback + HITL non-robot.

local only

Svipall — questions

Answers built from our own checks of this server.

Why is there no uptime for Svipall?
Svipall runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package svipall was installed 1 395 times last week.
How do I connect Svipall?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls svipall straight from npm; nothing to host, nothing to sign up for.
How many people use Svipall?
The npm package svipall was installed 1 395 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Svipall open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.