Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

capture_screenshot_url

Capture screenshots of web pages in base64 JPEG or URL format for visual inspection, analysis, or sharing. Specify URL and choose single-screen or full-page capture.

Instructions

Capture high-quality screenshots of web pages in base64 encoded JPEG format. Use this tool when you need to visually inspect a website, take a snapshot for analysis, or show users what a webpage looks like.

Input Schema

NameRequiredDescriptionDefault
firstScreenOnlyNoSet to true for a single screen capture (faster), false for full page capture including content below the fold (default: false)
return_urlNoSet to true to return screenshot URLs instead of downloading images as base64 (default: false)
urlYesThe complete HTTP/HTTPS URL of the webpage to capture (e.g., 'https://example.com')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "firstScreenOnly": { "description": "Set to true for a single screen capture (faster), false for full page capture including content below the fold (default: false)", "type": "boolean" }, "return_url": { "description": "Set to true to return screenshot URLs instead of downloading images as base64 (default: false)", "type": "boolean" }, "url": { "description": "The complete HTTP/HTTPS URL of the webpage to capture (e.g., 'https://example.com')", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Jina AI Remote MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jina-ai/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server