Skip to main content
Glama

SearchAPI MCP Server

search_google_images

Perform a Google image search with a query, API key, and optional filters like date range or sort order. Retrieve results with titles, thumbnails, and source links for precise image discovery.

Instructions

Performs a Google image search using SearchAPI.site. Requires a search query and your SearchAPI.site API key. Returns formatted image search results including titles, thumbnails, and source links.

Input Schema

NameRequiredDescriptionDefault
from_dateNoStart date for filtering results (format: YYYY-MM-DD)
limitNoMaximum number of results to return (1-100)
offsetNoOffset for pagination
queryYesThe image search query to perform
sortNoSort order (e.g., "date:d" for newest first)
to_dateNoEnd date for filtering results (format: YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from_date": { "description": "Start date for filtering results (format: YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Maximum number of results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "Offset for pagination", "minimum": 0, "type": "number" }, "query": { "description": "The image search query to perform", "type": "string" }, "sort": { "description": "Sort order (e.g., \"date:d\" for newest first)", "type": "string" }, "to_date": { "description": "End date for filtering results (format: YYYY-MM-DD)", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from SearchAPI MCP Server

Related Tools

    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/mrgoonie/searchapi-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server