Gemini
0
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.
主要功能
- Synthesizes search results with citations.
- 0 GitHub stars
- Supports STDIO and HTTP transport modes.
- Performs web searches using the Gemini API.
- Provides citations with URLs, titles, and text content.
- Integrates with MCP inspector for testing.
使用案例
- Enabling LLMs to answer questions requiring up-to-date information.
- Augmenting LLM responses with real-time web data.
- Providing verifiable citations for LLM-generated content.