0.1.5npm · g-search-mcp · current release
Observed 2026-08-17T06:43:12.938Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
searchSearch on Google for multiple keywords and return the resultsInput schema{
"type": "object",
"properties": {
"queries": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of search queries to perform"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return per query (default: 10)"
},
"timeout": {
"type": "number",
"description": "Page loading timeout in milliseconds (default: 60000)"
},
"noSaveState": {
"type": "boolean",
"description": "Whether to avoid saving browser state (default: false)"
},
"locale": {
"type": "string",
"description": "Locale setting for search results (default: en-US)"
},
"debug": {
"type": "boolean",
"description": "Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified"
}
},
"required": [
"queries"
]
} | — | — · — | — |