siteglass-mcp
OfficialClick 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., "@siteglass-mcparchive https://example.com as interactive snapshot"
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.
siteglass MCP server
siteglass-mcp exposes
siteglass.io as MCP tools. Three things an AI agent (or a
human) can do with it:
Scan the app you're building — FREE, no account —
siteglass_scan_localruns a headless browser on your machine againsthttp://localhost:PORT(or any URL you can reach — nothing is tunneled to us), then siteglass analyzes the crawl and returns real findings: broken links/assets, console errors, accessibility & SEO issues, forms worth testing, plus a plain-English report. Point it at your dev server right after the agent builds or changes the app. No signup, no ownership verification, no payment. (First run downloads a headless Chromium, ~1 min.)Archive any public URL —
siteglass_renderrenders a page server-side and returns a permanent, shareable snapshot: an interactive rrweb DOM capture (post-JS, selectable text, working links), a single-page PDF, or a full-page PNG. No CAPTCHA, no signup, no ownership check, callable programmatically — a bot-friendly alternative to archive.today. (It renders JS-heavy pages; it does not produce WARC, and if the target itself blocks datacenter IPs the capture can come back empty.)Web-QA a deployed site you own — register → verify → scan → generate flows → run → read results, autonomously, no human signup. This is the hosted/continuous tier (runs on our servers against your live site).
The local scan (1) is free and needs no auth. For the hosted tools (2, 3),
auth is automatic (creates + caches an API key at ~/.siteglass/key; set
SITEGLASS_API_KEY to use your own); the first scan per site is free, then scans
(2 credits) and flow runs (1 credit) draw from a prepaid balance topped up in USD
over Bitcoin Lightning.
Install
npx siteglass-mcpClaude Code:
claude mcp add siteglass -- npx siteglass-mcpCursor / Claude Desktop / Windsurf — add to the MCP config
(~/.cursor/mcp.json, claude_desktop_config.json, …):
{
"mcpServers": {
"siteglass": { "command": "npx", "args": ["-y", "siteglass-mcp"] }
}
}OpenClaw — add to ~/.openclaw/openclaw.json (OpenClaw consumes MCP
servers); your assistant gets the siteglass_* tools:
{ "mcpServers": { "siteglass": { "command": "npx", "args": ["-y", "siteglass-mcp"] } } }Then ask the agent: "test my app at with siteglass."
Related MCP server: Limetest MCP Server
Tools
tool | does |
| free, no-auth — crawl a local/dev app in a browser on your machine → analyzed findings + report |
| archive any public URL → shareable snapshot permalink (rrweb / pdf / png); no CAPTCHA, no signup |
| fetch an archive once its Lightning invoice is paid |
| register an app URL, get an ownership-proof token |
| confirm the token is live (DNS TXT or hosted) |
| crawl the site → report + findings (first scan free) |
| derive executable E2E test flows from a scan |
| run a flow → per-step pass/fail, screenshots, video, rrweb replay |
| give a test login for authenticated flows |
| send feedback to the siteglass team |
Long ops return an id and you poll the get_* tool, so every call stays
under MCP client request timeouts.
Discovery
Listed in the official MCP Registry as
io.siteglass/mcp.Machine-discovery on the API host:
https://siteglass.io/openapi.json,/.well-known/agent-skills/index.json,/llms.txt,/SKILLS.md.
MIT licensed.
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 Servers
- Flicense-qualityDmaintenanceProvides browser automation, AI-powered analysis, visual processing, web scraping, automated test generation, and DevTools analysis capabilities. Supports multiple AI providers (OpenAI, Anthropic, Google, Ollama) for intelligent web interaction and data extraction.Last updated
- Alicense-qualityCmaintenanceEnables automated end-to-end testing powered by Playwright where test cases are defined in natural language and executed by AI. Uses lightweight snapshot analysis with vision mode fallback for sophisticated testing scenarios.Last updated3Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to capture website screenshots, automate browser interactions, and manage recurring screenshot configurations across 150+ global locations. It also supports AI-powered domain research and visual change monitoring for any web page.Last updated30MIT
- Flicense-qualityDmaintenanceEnables AI agents to automate and debug real Chromium browsers with capabilities like screenshots, video recording, performance analysis, visual regression testing, and OCR text extraction.Last updated13
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
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/siteglassio/siteglass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server