streamable-httpMITupdated 2mo ago
Give your AI Agent eyes. One command, zero install.
What can you do with ShotAPI MCP Server?
ShotAPI β Web Screenshot & Render MCP Server for AI Agents
Give your AI Agent eyes. One command, zero install.
Quick Start (Remote Mode β No Install)
# Claude Code
claude mcp add --transport streamable-http shotapi https://aiphotoshop.mynatapp.cc/mcp
# Or with npx
npx -y @anthropic-ai/claude-code@latest --mcp https://aiphotoshop.mynatapp.cc/mcp
For Claude Desktop / Cursor, add to your config:
{
"mcpServers": {
"shotapi": {
"type": "streamable-http",
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}
Real Use Cases
1. Claude verifies its own code
Human: Build a landing page with a hero section, testimonials, and pricing grid.
Claude: [writes HTML/CSS code]
Claude: Let me check this with the render tool...
[Claude calls ShotAPI render tool with the HTML it wrote]
Claude: The pricing grid overlaps on mobile. Fixing responsive breakpoints...
2. Deployment verification
Human: I just deployed. Check if it looks right.
Claude: [calls ShotAPI screenshot on https://yourapp.com]
Claude: Footer text is cut off β CSS overflow issue. Background image 404.
3. UI regression in CI/CD
# Capture before/after screenshots and compare
curl -s "https://aiphotoshop.mynatapp.cc/v1/screenshot?url=https://staging.myapp.com" -o before.png
curl -s "https://aiphotoshop.mynatapp.cc/v1/screenshot?url=https://staging.myapp.com" -o after.png
3 MCP Tools
| Tool | Description | Example |
|---|---|---|
screenshot_one_liner |
One URL, one screenshot | screenshot_one_liner(url="https://github.com") |
screenshot |
Full control: viewport, full-page, CSS selector, format | screenshot(url="https://github.com", selector="#hero") |
render |
Render HTML/CSS to image β Agent writes code, sees result instantly | render(html="<h1>Hello</h1>") |
The render tool closes the feedback loop: write code β render β see β revise β render again.
Why ShotAPI?
- MCP-native β No glue code. Agent calls tools directly in conversation.
- Zero install remote mode β streamable-http, no Python/Playwright needed.
- Direct China access β No VPN required.
- Free tier β 50 screenshots + 50 renders/month, IP-based, no signup, no API key. All features unlocked (full-page, selector, WebP).
- Render capability β Not just screenshots of existing pages. Render Agent-generated HTML.
- Built-in ad blocking β Cleaner screenshots, less noise.
- Listed in MCP Registry β Official Anthropic MCP server directory.
Try It Now (No Signup)
curl -s "https://aiphotoshop.mynatapp.cc/v1/screenshot?url=https://github.com" -o shot.jpg
Pricing
| Plan | Price | Limit |
|---|---|---|
| Free | $0 | 50+50/month (IP-based, all features, no signup) |
| Starter | $4.90/mo | 5,000/month |
| Pro | $9.90/mo | 20,000/month |
Free tier: no API key needed. Paid: get key at pricing page.
Local Mode (STDIO)
For private deployments or paid-tier usage, run locally:
# Install dependencies
pip install -r requirements.txt
playwright install chromium
# Set env vars
export SHOTAPI_BASE_URL=https://aiphotoshop.mynatapp.cc
export SHOTAPI_KEY=your_key_here # optional for paid tiers
# Add to Claude Code
claude mcp add shotapi python mcp_stdio.py
Links
- Docs: https://aiphotoshop.mynatapp.cc/docs
- Pricing: https://aiphotoshop.mynatapp.cc/pricing
- Health: https://aiphotoshop.mynatapp.cc/health
- MCP Registry: https://registry.modelcontextprotocol.io/servers/io.github.smallhandsome/shotapi-mcp-server
- Smithery: https://smithery.ai/server/@ljs/shotapi
- awesome-mcp-servers: https://github.com/punkpeye/awesome-mcp-servers
- Dev.to Article: https://dev.to/smallhandsome/give-your-ai-agent-eyes-building-a-visual-mcp-server-for-web-screenshots-3f49
Install
Add ShotAPI MCP Server to your client. Pick the one you use.
claude mcp add --transport http shotapi-mcp-server https://aiphotoshop.mynatapp.cc/mcpcodex mcp add shotapi-mcp-server --url https://aiphotoshop.mynatapp.cc/mcp{
"mcpServers": {
"shotapi-mcp-server": {
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"shotapi-mcp-server": {
"type": "http",
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"shotapi-mcp-server": {
"url": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"shotapi-mcp-server": {
"serverUrl": "https://aiphotoshop.mynatapp.cc/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 75 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 11, 2026 |
| 1.0.0 | Jun 9, 2026 |