Skip to main content
Glama
Virul360

google-image-search-mcp

by Virul360

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERP_API_KEYYesYour SerpAPI key. Get one at https://serpapi.com/

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_imagesC

Search for images using Google Image Search

download_imageC

Download an image to a local directory

analyze_imagesB

Analyze image search results to find the most relevant ones

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation4/5

Each tool has a distinct role: search returns images, analyze evaluates relevance, download saves locally. The line between search and analyze could cause minor confusion, but descriptions clarify.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case: search_images, analyze_images, download_image.

Tool Count4/5

3 tools is slightly low for a search service, but for a focused utility it's reasonable and each tool serves a clear purpose.

Completeness3/5

Core search, analysis, and download are covered, but missing image metadata retrieval, pagination, or search refinement are notable gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues