Svipall
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SvipallCan you scrape this URL and solve its captcha?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
svipall-site
The website for Svipall — a local-first web scraping and captcha MCP server written in Rust.
This repository is the website only. The product lives in its own repository and is never
modified from here; content in src/data/ was read out of its source and README and is dated where
it needs to be.
Run it
npm install
npm run dev # http://localhost:4321
npm run build # -> dist/
npm run previewNode 22+ and nothing else. The built site makes no external request of any kind — fonts are self-hosted, there is no CDN, no analytics and no third-party script. That is the product's own rule, applied to its own page.
Related MCP server: Pinchtab MCP Wrapper
Deploying
Deliberately undecided. astro.config.mjs reads both values from the environment, so pointing the
site anywhere is one command:
SITE_URL=https://ilien-dev.github.io SITE_BASE=/svipall npm run build # project pages
SITE_URL=https://svipall.dev SITE_BASE=/ npm run build # a domain of its ownWhat is where
Path | What it is |
| The landing page |
| The documentation page — tools, walls, CLI, REST, config, FAQ |
| Head, fonts, the shared motion grammar, and the direction contract |
|
|
| The twelve |
| The 29 MCP tools and the REST route table, from |
| Measured figures with their commands, the tier ladder, the comparison table |
| Tokens, layers, type scale, the plate material, the motion grammar |
| Screenshot, contrast-audit and social-card renderers, all driven over CDP |
Keeping it honest
npm run build # must be clean
npm run shots # desktop + phone captures into .impeccable/review/
npm run audit # samples every rendered text node's contrast; exits non-zero on a failurenpm run audit is the one worth running before any change ships: it measures the colour that
actually landed on screen rather than the token that was intended, at 1440px and 390px, on both
pages.
Two content rules this site is held to, both inherited from the product:
Nothing is fabricated. There are no testimonials, star counts, customer logos or adoption figures anywhere, because there are none to report. The measured benchmark numbers do that work, and each one carries the command that reproduces it.
The losses are published. The sites Svipall cannot get past are on the page, by name, with the reason — the same weight as the wins.
Assets
Brand files under public/brand/ are copied from the product repository. knot-tile.svg is
generated. Raster art is documented in public/img/PROMPT.md, and every shipping raster is recorded
in public/img/PROVENANCE.md.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.…
Scrape, crawl and search the web for AI agents via MCP.
Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
- HasDataOAuthcom.hasdata
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
Related MCP Servers
AlicenseAqualityAmaintenanceMCP server for Browserless.io: scrape and automate any site, bypass captchas and enable stealth mode2142,7747Server Side Public , v 1- FlicenseNot gradedqualityCmaintenanceMCP server that exposes the Pinchtab browser API for token-efficient web scraping, change detection, and automated testing workflows.15-
- AlicenseAqualityBmaintenanceMCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic from any AI client that supports the Model Context Protocol.211MIT
- AlicenseNot gradedqualityAmaintenanceRemote MCP server for web scraping with anti-bot evasion. Provides stealth HTTP fetching, headless browser with Cloudflare bypass, CSS selectors, YouTube transcripts, and Markdown conversion.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilien-dev/svipall-site'
If you have feedback or need assistance with the MCP directory API, please join our Discord server