Screenshot MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Screenshot MCPTake a screenshot of https://example.com at 1280x720"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Screenshot MCP
x402 Payment-Protected Screenshot & PDF Generation API
Capture web pages as images or PDF documents. Perfect for AI agents that need to document findings, archive content, or create visual reports.
🚀 Features
📸 Web Screenshots - Capture any webpage as PNG image
📄 PDF Generation - Convert web pages to PDF documents
🎯 Custom Dimensions - Specify width, height, and format
💳 x402 Micropayments - Pay $0.005 USDC per capture on Base Mainnet
🤖 MCP Compatible - Works with Claude and other AI agents
Related MCP server: screenshot-pdf
📡 Live Endpoints
Base URL: https://screenshot-mcp.vercel.app
Screenshot Capture
GET /api/screenshot?url={URL}&width={WIDTH}&height={HEIGHT}Parameters:
url(required): URL to capturewidth(optional): Viewport width in pixels (320-3840, default: 1920)height(optional): Viewport height in pixels (240-2160, default: 1080)
Example:
curl https://screenshot-mcp.vercel.app/api/screenshot?url=https://example.com&width=1920&height=1080PDF Generation
GET /api/pdf?url={URL}&format={FORMAT}Parameters:
url(required): URL to convert to PDFformat(optional): PDF page format -A4orLetter(default: A4)
Example:
curl https://screenshot-mcp.vercel.app/api/pdf?url=https://example.com&format=A4Response (402 Payment Required):
{
"error": "Payment Required",
"payment": {
"scheme": "exact",
"network": "eip155:8453",
"price": "$0.005",
"currency": "USDC",
"payTo": "0xf081ee84c0d85278a6242bc265f0b312021ebeb1"
}
}🔍 Discovery Endpoints
Bazaar Discovery:
/.well-known/x402MCP Metadata:
/mcp/toolsHealth Check:
/health
💰 Payment Details
Network: Base Mainnet (Chain ID: eip155:8453)
Currency: USDC
Price: $0.005 per capture (screenshot or PDF)
Protocol: x402 "exact" scheme
Payment Address:
0xf081ee84c0d85278a6242bc265f0b312021ebeb1
🤖 Use with AI Agents
This MCP server is designed to work with Claude Code and other AI agents that support the Model Context Protocol (MCP) and x402 payments.
AI agents can:
Discover the service on x402 Bazaar
Pay via CDP Facilitator
Capture screenshots or generate PDFs
Use visual content in their workflows
📦 Response Format
Screenshot Response
{
"format": "image/png",
"url": "https://example.com",
"dimensions": {
"width": 1920,
"height": 1080
},
"capturedAt": "2026-09-04T18:30:00.000Z",
"size": 125000
}PDF Response
{
"format": "application/pdf",
"url": "https://example.com",
"pageFormat": "A4",
"generatedAt": "2026-09-04T18:30:00.000Z",
"size": 245000
}🛠️ Local Development
# Install dependencies
npm install
# Run locally
npm start
# Development mode with auto-reload
npm run dev⚠️ Note
This service uses mock screenshot/PDF generation for Vercel deployment compatibility. In production with persistent infrastructure, it would use Puppeteer to generate real screenshots and PDFs.
📝 License
MIT
🔗 Links
Live API: https://screenshot-mcp.vercel.app
x402 Bazaar: https://x402bazaar.app
MCP Protocol: https://modelcontextprotocol.io
Built with ❤️ for the AI agent ecosystem
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.13 npmMIT
- AlicenseNot gradedqualityCmaintenanceCaptures full-page screenshots and PDFs from any URL using Chromium rendering, with pay-per-call via x402 micropayments.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to use pay-per-use web scraping, Base blockchain analytics, and PDF text extraction tools, monetized via x402 USDC micropayments.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to call 45 micro-priced utility tools via x402 micropayments on Base, covering search, screenshots, OCR, PDFs, WHOIS, geo-IP, and more without API keys.-