Skip to main content
Glama
1999AZZAR

Google Search MCP Server

by 1999AZZAR

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CSE_IDYesYour Google Custom Search Engine ID
GOOGLE_API_KEYYesYour Google Custom Search API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
google_searchC

Search the web using Google Custom Search API with various filtering options

extract_contentC

Extract main content and analyze sentiment from a web page

search_analyticsC

Analyze search trends and get insights from multiple search queries

multi_site_searchB

Search across multiple specific websites simultaneously

news_monitorC

Monitor news and get alerts for specific topics

academic_searchC

Search academic papers and research documents

content_summarizerB

Extract and summarize content from multiple URLs with sentiment analysis and intelligent insights

fact_checkerA

Verify claims by searching multiple authoritative sources with credibility analysis and evidence extraction

research_assistantC

Comprehensive research assistant with multi-step workflows, source synthesis, and structured report generation

search_trendsC

Track and analyze search interest trends over time with predictive insights and emerging topic discovery

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Cached Search ResultsRecently cached Google search results for a query with metadata and timestamps
Search Trends DataSearch interest trends and predictions for a specific topic over time
Search AnalyticsAnalytics data including multiple search results, patterns, and insights for a query
Extracted Content CacheCached extracted content, sentiment analysis, and metadata from a web page
Recent News FeedRecent news articles and updates for a specific topic with credibility analysis
Academic Search ResultsCached academic papers and research documents for a scholarly query
Research SummaryComprehensive research summary with sources, analysis, and key findings
Fact Check ResultsFact verification results with supporting evidence and credibility scores

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes (e.g., academic_search vs. google_search), but some overlap exists between content_summarizer and extract_content, and between search_analytics and search_trends. Descriptions help clarify, but an agent might occasionally misselect.

Naming Consistency4/5

Tool names use a consistent snake_case format, but the pattern varies: some are verb_noun (extract_content), others are noun_noun (search_trends) or noun (fact_checker). The naming is clear and readable overall.

Tool Count5/5

With 10 tools, the server is well-scoped for search and research tasks. Each tool addresses a specific need without being too many or too few.

Completeness5/5

The tool set covers a wide range of search-related operations: general search, academic search, multi-site search, content extraction, fact-checking, news monitoring, research synthesis, and trend analysis. This is comprehensive for a search MCP server.