Skip to main content
Glama
amotivv

cloudflare-browser-rendering-mcp

by amotivv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BROWSER_RENDERING_APIYesURL to your deployed Cloudflare Worker (e.g., https://your-worker-url.workers.dev)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_pageC

Fetches and processes a web page for LLM context

search_documentationC

Searches Cloudflare documentation and returns relevant content

extract_structured_contentC

Extracts structured content from a web page using CSS selectors

summarize_contentC

Summarizes web content for more concise LLM context

take_screenshotB

Takes a screenshot of a web page and returns it as an image

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: extract_structured_content targets specific elements, fetch_page retrieves full pages, search_documentation queries documentation, summarize_content condenses content, and take_screenshot captures visual output. An agent can easily differentiate between these functions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming (e.g., extract_structured_content, fetch_page, search_documentation). This uniformity makes the toolset predictable and easy to understand for an agent.

Tool Count5/5

With 5 tools, this server is well-scoped for browser rendering and content processing tasks. Each tool earns its place by covering distinct aspects like fetching, extracting, searching, summarizing, and screenshotting, without being overly sparse or bloated.

Completeness4/5

The toolset covers core browser rendering workflows (fetching, extracting, summarizing, screenshotting) and includes a domain-specific search function. A minor gap exists in advanced interactions like form submission or navigation, but agents can work around this for most use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues