{ "name": "site-shot-mcp", "version": "1.1.2", "mcpName": "io.github.site-shot/site-shot-mcp", "description": "MCP server for Site-Shot — give Claude and other AI agents the ability to take website screenshots (real Chromium, full-page, country proxies, automatic ad & cookie-banner removal).", "type": "module", "bin": { "site-shot-mcp": "src/index.js" }, "main": "src/server.js", "files": [ "src", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "start": "node src/index.js", "check": "node --check src/server.js && node --check src/index.js", "smoke": "node test/smoke.mjs", "test:plugin": "node --test test/plugin-metadata.test.mjs", "validate:plugin": "claude plugin validate --strict . && claude plugin validate --strict plugins/site-shot" }, "keywords": [ "mcp", "model-context-protocol", "screenshot", "website-screenshot", "screenshot-api", "claude", "ai-agents", "puppeteer", "site-shot" ], "homepage": "https://www.site-shot.com/", "repository": { "type": "git", "url": "git+https://github.com/site-shot/site-shot-mcp.git" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" } }