Google Search MCP Server

by mixelpixx
Verified

extract_multiple_webpages

Extract and analyze content from multiple webpages in a single request. This tool is ideal for comparing information across different sources or gathering comprehensive information on a topic. Limited to 5 URLs per request to maintain performance.

Input Schema

NameRequiredDescriptionDefault
urlsYesArray of webpage URLs to extract content from. Each URL must be public and start with http:// or https://. Maximum 5 URLs per request.

Input Schema (JSON Schema)

{ "properties": { "urls": { "description": "Array of webpage URLs to extract content from. Each URL must be public and start with http:// or https://. Maximum 5 URLs per request.", "items": { "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }