shotanvil
Warm-pool 스크린샷, PDF 및 요소 캡처 MCP 서버로, AI 에이전트용(무상태 Streamable HTTP)입니다. API 키 또는 x402 호출당 결제가 필요하며, 키 없는 접근은 현재 비활성화되어 있습니다.
문서
MCP server
POST /mcp mounts a Streamable HTTP MCP transport (stateless). Reachable through the same three
access paths as GET /take (x402 / API key / keyless).
Tools
- screenshot — capture a URL as an image. Params:
url,format(png/jpeg/webp), plus the common render params (viewport, delay, wait_until, block_ads, block_cookie_banners, dark_mode, full_page). - pdf — capture a URL as a PDF. Same common render params;
formatis fixed topdf. - capture_element — capture a URL after waiting for a CSS
selectorto appear. Same params asscreenshotplus a requiredselector.
All three tools declare ToolAnnotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true } and return image + extracted text/metadata content
blocks in one call.
Tool-level failures (bad params, navigation failure, timeout) come back as MCP
isError: true results with a self-correcting message — never as an HTTP error status, per MCP
convention.
Every request must send Accept: application/json, text/event-stream — application/json alone
is rejected with 406.