Server Information
Description
MCP server that lets any MCP-compatible AI client (Claude Desktop, Cursor, Cline, Windsurf, Continue) interact with the GoScreenAPI hosted service to capture screenshots, analyze tech stacks, check uptime, render PDFs, and compare websites.
Tools (7)
| Tool |
Description |
screenshot |
Capture any URL as PNG / JPEG / WebP / PDF (custom viewport, full-page, dark mode, ad blocking) |
site_report |
Tech stack detection (CMS, server, CDN, frameworks), SSL info, DNS records, page-speed rating, SEO meta tags |
uptime_check |
Live HTTP probe with status code, response time, SSL validity |
compare_screenshots |
Two URLs side-by-side, parallel capture |
render_pdf |
Render a URL to PDF (A4 / Letter / Legal / Tabloid, landscape, custom scale) |
batch_screenshots |
Up to 50 URLs in parallel |
account_info |
Plan name, usage quota, remaining credits |
Installation
{
"mcpServers": {
"goscreenapi": {
"command": "npx",
"args": ["-y", "@goscreenapi/mcp-server"],
"env": { "GOSCREENAPI_KEY": "your-key" }
}
}
}
Free tier (100 screenshots/month) available at https://goscreenapi.com.
Status
Happy to provide any additional information if helpful for inclusion in the official list.
Server Information
@goscreenapi/mcp-server(https://www.npmjs.com/package/@goscreenapi/mcp-server)Description
MCP server that lets any MCP-compatible AI client (Claude Desktop, Cursor, Cline, Windsurf, Continue) interact with the GoScreenAPI hosted service to capture screenshots, analyze tech stacks, check uptime, render PDFs, and compare websites.
Tools (7)
screenshotsite_reportuptime_checkcompare_screenshotsrender_pdfbatch_screenshotsaccount_infoInstallation
{ "mcpServers": { "goscreenapi": { "command": "npx", "args": ["-y", "@goscreenapi/mcp-server"], "env": { "GOSCREENAPI_KEY": "your-key" } } } }Free tier (100 screenshots/month) available at https://goscreenapi.com.
Status
Happy to provide any additional information if helpful for inclusion in the official list.