Skip to main content
Glama

MCP Chrome Google Search

by cmann50

web_fetch

Extract main text and optional links from any webpage using Chrome automation. Ideal for retrieving readable content directly from URLs for analysis or processing.

Instructions

Extract readable text content from a webpage using Chrome browser automation.

Key Features:

  • Returns main content text and optionally links

Input Schema

NameRequiredDescriptionDefault
includeLinksNoWhether to include extracted links in the output
urlYesWebpage URL to fetch (must include http:// or https://)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeLinks": { "default": false, "description": "Whether to include extracted links in the output", "type": "boolean" }, "url": { "description": "Webpage URL to fetch (must include http:// or https://)", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP Chrome Google Search

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmann50/mcp-chrome-google-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server