Loading...
{
"mcpServers": {
"webresearch": {
"command": "npx",
"args": ["-y", "@mzxrai/mcp-webresearch@latest"]
}
}
}search_googlePerforms a Google search and returns the results.
Read-only operation that retrieves search results.
visit_pageVisits a given URL and extracts its content.
Can expose the agent to potentially malicious websites.
take_screenshotCaptures a screenshot of the currently visited webpage.
Sandboxed screenshot capture with no external access.
This server is relatively safe for general use, but the ability to visit arbitrary web pages and extract content introduces risks. Exercise caution when using the `visit_page` tool, especially with untrusted URLs. The lack of input sanitization increases the risk of prompt injection attacks.