Skip to main content
Glama

Enhanced Google Search MCP

types.ts559 B
export interface SearchResult { title: string; url: string; description: string; } export interface SearchOptions { limit?: number; language?: string; region?: string; safeSearch?: "off" | "moderate" | "strict"; timeRange?: "hour" | "day" | "week" | "month" | "year"; } export interface BrowserFingerprint { userAgent: string; headers: Record<string, string>; sessionId: string; } export interface SearchError extends Error { code?: string; status?: number; isRateLimit?: boolean; isBlocked?: boolean; isTimeout?: boolean; }

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