ORZ MCP Server

A remote MCP server providing web search and web fetch tools, deployed on Netlify.

Tools

web_search

Search the web using multiple search engines (Brave, DuckDuckGo) simultaneously. Results are deduplicated and ads are filtered out.

web_fetch

Fetch a web page and return its content as clean Markdown. Removes useless HTML tags, extracts the main content, with a 10-second timeout.

MCP Client Configuration

Add the following to your MCP client configuration:

{
  "mcpServers": {
    "orz": {
      "url": "https://<your-netlify-domain>/mcp"
    }
  }
}

Source Code

github.com/sunwu51/orz-mcp