Skip to main content
Glama
mcp-for-dev

MCP Server for Google Search

by mcp-for-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_KEYYesYour Google Cloud API key for the Custom Search API
GOOGLE_SEARCH_ENGINE_IDYesYour Google Custom Search Engine ID (cx)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
google_searchC

Perform a web search query

read_webpageA

Fetch and extract text content from a webpage

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 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one performs web searches, the other extracts text from a specific URL. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern with snake_case (google_search, read_webpage), making them predictable and consistent.

Tool Count4/5

With only two tools, the set is minimal but covers the core search workflow. It avoids unnecessary bloat, though additional search variants could be justified.

Completeness4/5

The surface covers the basic search-then-read workflow. Missing features like pagination or filtered searches are minor gaps, but the essential path is complete.