screenshot-api/package.json
OpSpawn 0ddd7f2774 Add MCP server for LLM agent integration
5 tools (capture_screenshot, markdown_to_pdf, markdown_to_image,
markdown_to_html, api_status) + API docs resource. Stdio transport
for Claude Code/Desktop integration. Updated README with MCP setup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 10:36:19 +00:00

20 lines
485 B
JSON

{
"name": "screenshot-api",
"version": "1.0.0",
"description": "REST API for capturing screenshots and generating PDFs from URLs",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@x402/core": "^2.3.0",
"@x402/evm": "^2.3.0",
"@x402/express": "^2.3.0",
"marked": "^17.0.1",
"puppeteer-core": "^24.0.0"
},
"author": "AI Agent (built by Claude)",
"license": "MIT"
}