Loading...

This MCP server enables web searches via Google scraping, providing structured results without API keys, but requires careful rate limiting.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server enables web searches via Google scraping, providing structured results without API keys, but requires careful rate limiting.
This server is relatively safe for read-only web searches. However, the lack of rate limiting and reliance on scraping introduces risks of service disruption and potential violations of Google's terms of service. Use with caution and implement rate limiting where possible.
Performance depends on Google's response times and network latency. Scraping can be slower and less reliable than using an official API.
No direct monetary cost, but excessive use can lead to IP blocking or other restrictions from Google.
npm install
```{
"mcpServers": {
"web-search": {
"command": "node",
"args": ["/path/to/web-search/build/index.js"]
}
}
}searchPerforms a web search using Google and returns structured results.
Read-only operation; no data modification or system access.
None
This server is relatively safe for read-only web searches. However, the lack of rate limiting and reliance on scraping introduces risks of service disruption and potential violations of Google's terms of service. Use with caution and implement rate limiting where possible.
The tool is read-only, but autonomous agents should still implement rate limiting to avoid being blocked by Google.
Production Tip
Implement robust rate limiting and error handling to ensure reliable operation in a production environment.
No, this tool scrapes Google search results directly and does not require an API key.
You may experience temporary service disruptions. Implement rate limiting to reduce the risk of being blocked.
The accuracy depends on Google's search algorithm and the structure of the scraped HTML. Results may not always be complete or accurate.
Using this tool for commercial purposes may violate Google's terms of service. Use with caution and at your own risk.
The `limit` parameter controls the number of results, with a default of 5 and a maximum of 10.
Start with a delay of 1-2 seconds between requests and adjust as needed based on Google's response.
The legality of web scraping varies by jurisdiction and depends on the terms of service of the target website. Consult with legal counsel if you have concerns.