zyte_screenshot
Pack: zyte · Endpoint: https://gateway.pipeworx.io/zyte/mcp
Capture a screenshot of a web page via Zyte API (rendered in a headless browser). Returns metadata about the base64-encoded PNG (its length) rather than inlining the full blob. Example: zyte_screenshot({ url: “https://example.com”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The URL to screenshot |
_apiKey | string | yes | Zyte API key |
Example call
curl -X POST https://gateway.pipeworx.io/zyte/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zyte_screenshot","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"zyte": {
"url": "https://gateway.pipeworx.io/zyte/mcp"
}
}
}
See Getting Started for client-specific install steps.