{ "name": "shotpipe-mcp", "mcpName": "io.github.podop29/shotpipe-mcp", "version": "0.1.1", "description": "MCP server for Shotpipe — hosted, SSRF-safe, cached screenshots and Open Graph images for AI agents. No headless Chrome to run.", "type": "module", "bin": { "shotpipe-mcp": "src/server.js" }, "files": [ "src/", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "screenshot", "screenshot-api", "og-image", "open-graph", "puppeteer", "playwright", "headless-chrome", "ssrf", "ai-agent", "claude", "shotpipe" ], "repository": { "type": "git", "url": "git+https://github.com/podop29/shotpipe-mcp.git" }, "bugs": { "url": "https://github.com/podop29/shotpipe-mcp/issues" }, "homepage": "https://shotpipe.io", "license": "MIT" }