cloudflare-browser-rendering-mcp

by amotivv
Verified

fetch_page

Fetches and processes a web page for LLM context

Input Schema

NameRequiredDescriptionDefault
maxContentLengthNoMaximum content length to return
urlYesURL to fetch

Input Schema (JSON Schema)

{ "properties": { "maxContentLength": { "description": "Maximum content length to return", "type": "number" }, "url": { "description": "URL to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }