{ "name": "nightglass-mcp", "version": "1.0.0", "mcpName": "io.github.mizukaizen/nightglass", "description": "MCP server for the nightglass screenshot API. Take website screenshots from any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc).", "type": "module", "main": "build/index.js", "bin": { "nightglass-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "screenshot", "api", "nightglass", "headless-browser", "playwright", "website-screenshot", "og-image", "ai-agent", "x402", "model-context-protocol" ], "author": "nightglass ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mizukaizen/nightglass-mcp.git" }, "homepage": "https://nightglass.xyz", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.8.0" } }