Scrapeless MCP Server provides a bridge to the Scrapeless API, enabling AI assistants like Claude to perform Google searches with advanced query capabilities. Built with TypeScript using the Model Context Protocol SDK, it exposes a 'google-search' tool that supports customizable parameters including query text, country code, and language preferences. The server authenticates with the Scrapeless API using environment variables and formats search results as structured text responses. This implementation is particularly valuable for AI assistants that need to retrieve current web information without requiring users to switch context to a separate search interface.
scrapeless-ai