Skip to main content
Glama
Richard-Weiss

Google Custom Search Engine MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesThe API key for the custom search engine.
ENGINE_IDYesThe engine ID for the custom search engine.
RESULT_NUMNoThe number of search results to return. Range from 1-10.10
GEOLOCATIONNoThe geolocation of the end-user performing the search. See Geolocation Parameter Values for valid values.us
SERVICE_NAMENoThe name of the service, leave empty if you haven't changed the name (customsearch).
COUNTRY_REGIONNoRestricts search results to documents originating in a particular country. See Country Parameter Values for valid values.
RESULT_LANGUAGENoThe language of the search results. See CSE Query parameters, lr for valid values.lang_en

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
google_searchA

Search the custom search engine using the search term. Regular query arguments can also be used, like appending site:reddit.com or after:2024-04-30. If available and/or requested, the links of the search results should be used in a follow-up request using a different tool to get the full content. Example: "claude.ai features site:reddit.com after:2024-04-30"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'google_search' has a clearly defined and distinct purpose for searching the custom search engine.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'google_search' follows a clear and appropriate verb_noun pattern that would be consistent if more tools existed.

Tool Count2/5

A single tool is too few for a server that implies broader functionality, such as a search engine with potential follow-up actions. The description mentions using links in follow-up requests with different tools, suggesting gaps that a single tool cannot cover, making the count inappropriate for the apparent scope.

Completeness2/5

The server is severely incomplete for a search engine domain. While the core search functionality is present, the description hints at missing tools for follow-up actions like fetching full content from links, and there are no tools for managing searches, filters, or other related operations, leading to significant gaps that will cause agent failures.

Maintenance

ActivityInactive
ResponsivenessNo issues