Skip to main content
Glama

Enhanced Google Search MCP

search

Perform web searches using Google with enhanced privacy and anti-detection features. Filter results by language, region, time range, and safe search settings for precise, secure queries.

Instructions

Search the web using Google with enhanced anonymization and anti-detection features. Supports advanced filtering options.

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code for results (e.g., 'en', 'es', 'fr', 'de', 'ja')
limitNoMaximum number of results to return (1-10, default: 5)
queryYesSearch query to execute
regionNoRegion code for localized results (e.g., 'us', 'uk', 'ca', 'au')
safeSearchNoSafe search filter level
timeRangeNoTime range filter for recent results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Language code for results (e.g., 'en', 'es', 'fr', 'de', 'ja')", "type": "string" }, "limit": { "default": 5, "description": "Maximum number of results to return (1-10, default: 5)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query to execute", "type": "string" }, "region": { "description": "Region code for localized results (e.g., 'us', 'uk', 'ca', 'au')", "type": "string" }, "safeSearch": { "description": "Safe search filter level", "enum": [ "off", "moderate", "strict" ], "type": "string" }, "timeRange": { "description": "Time range filter for recent results", "enum": [ "hour", "day", "week", "month", "year" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Enhanced Google Search MCP

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/kongyo2/Google-Search-MCP'

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