# WebSearch

Enable your AI assistants to perform real-time web searches and retrieve the latest information on any topic. Integrate seamlessly with the WebSearch Crawler API for efficient and accurate search res…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mnhlt/WebSearch-MCP

# Browse available tools
npx -y @smithery/cli@latest tool list mnhlt/WebSearch-MCP

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mnhlt/WebSearch-MCP web_search

# Call a tool
npx -y @smithery/cli@latest tool call mnhlt/WebSearch-MCP web_search '{}'
```

## Tools (1)

- `web_search` — Search the web for information.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mnhlt/WebSearch-MCP <tool-name>
```

---

Source: https://github.com/mnhlt/WebSearch-MCP
