cloudflare-browser-rendering-mcp
by amotivv
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BROWSER_RENDERING_API | Yes | URL to your deployed Cloudflare Worker (e.g., https://your-worker-url.workers.dev) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_page | Fetches and processes a web page for LLM context |
search_documentation | Searches Cloudflare documentation and returns relevant content |
extract_structured_content | Extracts structured content from a web page using CSS selectors |
summarize_content | Summarizes web content for more concise LLM context |
take_screenshot | Takes a screenshot of a web page and returns it as an image |