G-Search MCP

MIT License
569
40
  • Apple

search

Perform parallel Google searches for multiple keywords, retrieve structured results, handle CAPTCHAs, and simulate user browsing with customizable settings for locale, timeout, and result limits.

Instructions

Search on Google for multiple keywords and return the results

Input Schema

NameRequiredDescriptionDefault
debugNoWhether to enable debug mode (showing browser window), overrides the --debug command line flag if specified
limitNoMaximum number of results to return per query (default: 10)
localeNoLocale setting for search results (default: en-US)
noSaveStateNoWhether to avoid saving browser state (default: false)
queriesYesArray of search queries to perform
timeoutNoPage loading timeout in milliseconds (default: 60000)

Input Schema (JSON Schema)

{ "properties": { "debug": { "description": "Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified", "type": "boolean" }, "limit": { "description": "Maximum number of results to return per query (default: 10)", "type": "number" }, "locale": { "description": "Locale setting for search results (default: en-US)", "type": "string" }, "noSaveState": { "description": "Whether to avoid saving browser state (default: false)", "type": "boolean" }, "queries": { "description": "Array of search queries to perform", "items": { "type": "string" }, "type": "array" }, "timeout": { "description": "Page loading timeout in milliseconds (default: 60000)", "type": "number" } }, "required": [ "queries" ], "type": "object" }

You must be authenticated.

Other Tools from G-Search MCP

Related Tools

ID: 07rhdtzqgv