Labsco
MCP SERVER

Gemini DeepSearch MCP

by alexcong

Hand one question to a Gemini-backed research agent and choose how much work it should do before answering.

Web Search EnginesVerified
Summary
One call in place of a search-read-search loop, at the cost of not steering it.

The entire surface is a query and an effort level, so this is a tool you delegate to rather than drive: which pages get read is the agent's decision, not yours. That fits a broad question you want answered well, and does not fit a narrow one where you already know which source should be consulted.

What it is

A single-tool server that runs a web research agent over a query, with an effort setting that trades depth against time.

What you get
  • A question researched by an agent that decides what to search and what to read, returned as an answer rather than a result list
  • An effort argument, so a quick check and a thorough pass are the same call with a different setting
Requirements

GEMINI_API_KEY. The research runs against Google's Gemini API under your own key, and there is nothing else to configure — the server carries one tool.