siteglass-mcp
Enables archival of any public URL as interactive snapshot (rrweb, PDF, PNG) and autonomous web QA for apps (register, scan, generate and run end-to-end flows).
README
siteglass MCP server
siteglass-mcp exposes
siteglass.io as MCP tools. Two things an AI agent (or a
human) can do with it:
- 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 an app you built — register → verify → scan → generate flows → run → read results, autonomously, no human signup.
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; after
that, scans (2 credits) and flow runs (1 credit) draw from a prepaid balance
topped up in USD over Bitcoin Lightning.
Install
npx siteglass-mcp
Claude Code:
claude mcp add siteglass -- npx siteglass-mcp
Cursor / 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 <url> with siteglass."
Tools
| tool | does |
|---|---|
siteglass_render |
archive any public URL → shareable snapshot permalink (rrweb / pdf / png); no CAPTCHA, no signup |
siteglass_get_render |
fetch an archive once its Lightning invoice is paid |
siteglass_register_site |
register an app URL, get an ownership-proof token |
siteglass_verify_site |
confirm the token is live (DNS TXT or hosted) |
siteglass_scan / siteglass_get_scan |
crawl the site → report + findings (first scan free) |
siteglass_generate_flows |
derive executable E2E test flows from a scan |
siteglass_run_flow / siteglass_get_run |
run a flow → per-step pass/fail, screenshots, video, rrweb replay |
siteglass_set_credentials |
give a test login for authenticated flows |
siteglass_feedback |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.