Web Content MCP Server
by amotivv
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BROWSER_RENDERING_API | Yes | The URL of your deployed Cloudflare Worker with Browser Rendering enabled |
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 |