A remote MCP server providing web search and web fetch tools, deployed on Netlify.
Search the web using multiple search engines (Brave, DuckDuckGo) simultaneously. Results are deduplicated and ads are filtered out.
Fetch a web page and return its content as clean Markdown. Removes useless HTML tags, extracts the main content, with a 10-second timeout.
Add the following to your MCP client configuration:
{
"mcpServers": {
"orz": {
"url": "https://<your-netlify-domain>/mcp"
}
}
}