onyx_browser_screenshot
InactiveTool of onyx-paid-mcp
Capture a PNG screenshot of the current CDP-controlled Chrome page and return it as base64. Use to feed a vision-LLM (Claude / GPT-4V) for screen-understanding agents, or to archive an action's visual result. Returns also the page title, URL, and viewport dimensions. Cap of 1MB returned. Demo mode returns a synthetic 1×1 PNG; self-host with ONYX_CDP_URL for real captures. (price: $0.008 USDC, tier: metered)
Parameters schema
{
"type": "object",
"properties": {
"format": {
"enum": [
"png",
"jpeg"
],
"type": "string",
"default": "png"
},
"full_page": {
"type": "boolean",
"default": false,
"description": "Capture full scrollable page or just viewport"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries