Hosted Model Context Protocol (MCP)

MCP 伺服端

WebsiteScreenshot.online 提供全託管的 Model Context Protocol (MCP) 端點。只需將 URL 新增至任何支援 MCP 的 AI 助理,即可立即調用與 REST API 相同的繁複三個核心工具 —— 零安裝、無需 Node 環境,直接使用現有的 API Key。

1

Get your API Key

Pass your key as a Bearer token. Free tier works instantly.

Authorization: Bearer ws_your-api-key
Create API Key
2

Add to your AI Assistant

Select your tool below, copy the config snippet, and replace with your API key.

~/.claude.json
{
  "mcpServers": {
    "websitescreenshot": {
      "type": "http",
      "url": "https://websitescreenshot.online/api/mcp",
      "headers": {
        "Authorization": "Bearer ws_your-api-key"
      }
    }
  }
}
1Paste into ~/.claude.json2Replace ws_your-api-key3Restart your AI assistant
Try asking your AI assistant:

Take a 1920x1080 full-page screenshot of https://github.com and remove ads.

Record a 5-second scrolling MP4 video of https://stripe.com at 30 FPS.

Capture a mobile viewport screenshot of https://news.ycombinator.com in PNG format.

3

Tools Available to Your AI

Three tools are exposed with the same capabilities as the REST API:

take_screenshot

擷取任何公開網頁的 PNG/JPEG/PDF 截圖(支援整頁滾動、自訂解析度與延遲)。

PNGJPEGPDF
record_website_video

錄製公開網頁的自動滾動影片(支援 WEBM/MP4/GIF,支援同步與非同步)。

MP4WEBMGIF
check_video_status

查詢非同步影片任務的生成狀態與下載連結(生成結果保留 24 小時)。

Async Polling24h TTL
Global HTTPS Endpoint: https://websitescreenshot.online/api/mcp
JSON-RPC 2.0 • Streamable HTTP • Zero Local Install