Google Search icon

Google Search

0

Provides Google Custom Search functionality as a Model Context Protocol (MCP) server.

소개

This tool acts as an MCP server, enabling applications to leverage Google Custom Search. It offers robust configuration management via Dynaconf, supporting both `.env` files and environment variables for flexible deployment across development, production, and CI/CD environments. Users can specify a Google API key and Custom Search Engine ID, and optionally filter search results by allowed domains. The server also includes comprehensive logging features for queries, performance, and key parameters, with options for detailed query text logging and file output. It supports various modes of operation, including standard stdio, web-based SSE, and streamable HTTP, making it versatile for integration with different client types.

주요 기능

  • Integrates Google Custom Search API
  • Flexible configuration with Dynaconf (.env and environment variables)
  • Optional filtering of search results by allowed domains
  • Detailed query logging with timing, parameters, and optional full text
  • Multiple server variants: stdio, web-based SSE, and streamable HTTP
  • 0 GitHub stars

사용 사례

  • Integrating Google Search capabilities into MCP-compatible applications or AI agents
  • Providing external search functionality for web clients using SSE or streamable HTTP
  • Programmatically executing customized web searches with advanced filtering