# CaptureKit — MCP server on mcp.ai > Connect your CaptureKit account and use 5 tools for developer tools straight from your AI agent. Connect with your own API key. CaptureKit captures webpage screenshots, extracts structured web content, crawls pages, and analyzes websites with AI. By: mcp.ai · official Page: https://mcp.ai/capturekit ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_capturekit?ms=1787291220000 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/capturekit/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/capturekit/ 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/capturekit/skill.md Postman collection (v2.1): https://mcp.ai/capturekit/postman.json ## Tools - capturekit_analyze_webpage(url: string, custom_fields?: object, custom_prompt?: string) — Analyze a webpage with AI to identify its summary, value proposition, features, categories, use cases, audience, and optional custom fields. - capturekit_capture_webpage(url: string, delay?: number, device?: string, format?: string, selector?: string, full_page?: boolean, remove_ads?: boolean, wait_until?: string[], viewport_width?: integer, viewport_height?: integer, remove_selectors?: string[], wait_for_selector?: string, remove_cookie_banners?: boolean) — Capture a webpage as an image or PDF and return a downloadable file reference. - capturekit_extract_webpage_content(url: string, delay?: number, remove_ads?: boolean, wait_until?: string[], include_html?: boolean, use_defuddle?: boolean, include_sitemap?: boolean, include_markdown?: boolean, remove_selectors?: string[], wait_for_selector?: string, remove_cookie_banners?: boolean) — Extract webpage metadata and links, optionally including rendered HTML, Markdown, sitemap data, or cleaned main content. - capturekit_fetch_page_html(url: string, allow_redirects?: boolean) — Fetch a webpage's raw HTML without browser rendering for fast scraping, audits, or monitoring. - capturekit_get_usage() — Return the connected workspace's current CaptureKit allowance, usage, API-key status, quotas, and effective rate limits. ## Example prompts - "What can I do in CaptureKit?" - "Show me a summary of my CaptureKit account" ## Links Docs: https://mcp.ai/docs/mcps/capturekit Website: https://mcp.ai/mcps/capturekit