# Screenshot.fyi — MCP server on mcp.ai > Connect your Screenshot.fyi account and use 1 tools for developer tools straight from your AI agent. Connect with your own API key. Take stunning, premium quality screenshots of any website with one API call. By: mcp.ai · official Page: https://mcp.ai/screenshot_fyi ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_screenshot_fyi?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/screenshot_fyi/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/screenshot_fyi/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/screenshot_fyi/skill.md Postman collection (v2.1): https://mcp.ai/screenshot_fyi/postman.json ## Tools - screenshot_fyi_take_screenshot(url: string, format?: string, dark_mode?: boolean, full_page?: boolean, viewport_width?: integer, viewport_height?: integer, disable_cookie_banners?: boolean) — Tool to capture a webpage screenshot. Use after specifying the target URL and options. JavaScript-heavy pages may capture before full render; ensure the page is fully loaded prior to capture. ## Example prompts - "What can I do in Screenshot.fyi?" - "Show me a summary of my Screenshot.fyi account" ## Links Docs: https://mcp.ai/docs/mcps/screenshot_fyi Website: https://mcp.ai/mcps/screenshot_fyi