Enables LLMs to perform intelligent web searches and return synthesized responses with citations using Google's Gemini API.
Gemini enables LLMs to intelligently search the web and synthesize responses with citations using Google's Gemini API. Functioning as a Model Context Protocol (MCP) server, it offers a 'search_web' tool that accepts a query and returns synthesized results, along with the original search queries and citations from the web sources used.
Key Features
01Synthesizes search results with citations.
020 GitHub stars
03Supports STDIO and HTTP transport modes.
04Performs web searches using the Gemini API.
05Provides citations with URLs, titles, and text content.
06Integrates with MCP inspector for testing.
Use Cases
01Enabling LLMs to answer questions requiring up-to-date information.
02Augmenting LLM responses with real-time web data.
03Providing verifiable citations for LLM-generated content.