# OpenWebSearch

Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, Github, Juejin, and CSDN.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Aas-ee/open-websearch

# Browse available tools
npx -y @smithery/cli@latest tool list Aas-ee/open-websearch

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Aas-ee/open-websearch search

# Call a tool
npx -y @smithery/cli@latest tool call Aas-ee/open-websearch search '{}'
```

## Direct MCP Connection

Endpoint: `https://open-websearch--aas-ee.run.tools`

## Tools (6)

- `search` — Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key req…
- `fetchLinuxDoArticle` — Fetch full article content from a linux.do post URL
- `fetchCsdnArticle` — Fetch full article content from a csdn post URL
- `fetchGithubReadme` — Fetch README content from a GitHub repository URL
- `fetchWebContent` — Fetch content from a public HTTP(S) URL (supports Markdown files and normal web pages)
- `fetchJuejinArticle` — Fetch full article content from a Juejin(掘金) post URL

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Aas-ee/open-websearch <tool-name>
```

---

Source: https://github.com/Aas-ee/open-webSearch
