This MCP server, developed by Allan Denot, provides web search capabilities using the Google Custom Search API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers a streamlined interface for AI agents to perform web searches. The implementation focuses on simplifying the integration of Google's search functionality into AI workflows, requiring only an API key and search engine ID for setup. It's particularly useful for applications needing up-to-date web information, enabling use cases such as fact-checking, research assistance, and content generation without directly interacting with Google's API complexities.
Perform web searches using Google Custom Search API. Parameters: query (string), num (optional integer, default is 5, max is 10)
Extract content from any webpage. Parameters: url (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!