ShotAPI
ShotAPI — Screenshot & Render MCP Server for AI Agents
🇨🇳 中文用户:给 AI Agent 加上"看网页"能力!一条命令连接,无需翻墙,支持微信支付宝。
Give AI agents eyes — let Claude, Cursor, and other agents capture webpages and render HTML directly through MCP.
One command to connect, zero setup:
# Claude Code (remote mode — no install needed)
claude mcp add --transport streamable-http shotapi https://aiphotoshop.mynatapp.cc/mcp
# Claude Desktop / Cursor — add to config JSON:
# "shotapi": { "type": "streamable-http", "url": "https://aiphotoshop.mynatapp.cc/mcp" }Features
Tool | Description |
| Capture a webpage as JPEG — just pass a URL |
| Full control: viewport, full-page, element selector, format |
| HTML/CSS → image. Turn markup into a visual preview |
Direct access — China tunnel, no VPN needed
Free tier — 30 screenshots + 30 renders/month (IP-based, no signup)
Paid tier — ¥29/月(标准版5000次) / ¥99/月(专业版20000次) — 支持微信支付宝
Paid tier (International) — $4.90/mo Starter / $9.90/mo Pro
Related MCP server: HumanBrowser
Connection Modes
Remote (Streamable HTTP) — Recommended
Zero local install. Free tier shares server quota across all remote users.
# Claude Code
claude mcp add --transport streamable-http shotapi https://aiphotoshop.mynatapp.cc/mcp
# Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"shotapi": {
"type": "streamable-http",
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}
# Cursor (.cursor/mcp.json)
{
"mcpServers": {
"shotapi": {
"type": "streamable-http",
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}Local (Stdio) — For Paid Users
Set SHOTAPI_KEY env var for dedicated paid quota (not shared with free pool).
# Claude Code
claude mcp add screenshot-api -e SHOTAPI_KEY=your_key python mcp_stdio.py
# Claude Desktop
{
"mcpServers": {
"screenshot-api": {
"command": "python",
"args": ["mcp_stdio.py"],
"env": { "SHOTAPI_KEY": "your_key", "SHOTAPI_BASE_URL": "https://aiphotoshop.mynatapp.cc" }
}
}
}Pricing
Tier | Price | Quota |
Free | $0/mo | 30 screenshots + 30 renders/month (IP-based) |
Starter | $4.90/mo | 5,000 each |
Pro | $9.90/mo | 20,000 each |
Chinese users can pay via 爱发电 (WeChat/Alipay).
API Reference
Screenshot
GET /v1/screenshot?url=https://example.com&width=1280&height=720&format=jpeg&block_ads=true
GET /v1/screenshot?url=https://example.com&fullpage=true
GET /v1/screenshot?url=https://example.com&selector=.main-contentParameters: url (required), width, height, fullpage, selector (CSS), format (png/jpeg/webp), block_ads, wait_for, ttl
Render
POST /v1/render Body: {"html": "<h1>Hello</h1>", "width": 1280, "format": "png"}Parameters: html (required), width, height, format
Links
Website: https://aiphotoshop.mynatapp.cc
English Docs: https://aiphotoshop.mynatapp.cc/en/docs
Contact: shotapi@outlook.com
License
This repository contains documentation and configuration only. The ShotAPI server software is proprietary.
Keywords: MCP server, screenshot API, render HTML, AI agent, Claude MCP, Cursor MCP, streamable-http, webpage capture, web screenshot, 截图API, 网页截图, AI截图工具, MCP服务器
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceHosted Playwright browser automation for AI agents. Returns accessibility trees instead of screenshots, cutting token usage by 77%. Navigate, interact, extract structured data, and take screenshots — all via MCP. Zero infrastructure, credit-based pricing.Last updated691MIT

HumanBrowserofficial
Alicense-qualityCmaintenanceCloud Chromium for AI agents — stealth, residential proxies, captcha solving, A2A 1.0 endpoint. The MCP server lets Claude Desktop, Cursor, and Cline drive a real browser via three tools (humanbrowser_run, humanbrowser_stream, humanbrowser_viewer_url).Last updated21Apache 2.0- Alicense-qualityAmaintenanceMCP server that turns any website into an API by capturing or importing API endpoints, enabling AI agents to interact with web services without a browser, with 20-100x token cost reduction versus browser automation.Last updated1,536121Apache 2.0
- Alicense-qualityBmaintenanceScreenshot and HTML Rendering MCP Server for AI Agents. Capture screenshots, render HTML to images, and generate PDFs via simple API calls. Compatible with Claude, Cursor, and any MCP client.Last updated1MIT
Related MCP Connectors
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Screenshot and HTML render MCP server for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smallhandsome/shotapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server