# Multi-Provider Web Search Server

Provide unified web search capabilities by leveraging multiple search providers with automatic fallback to maximize your search quota. Perform searches across Google, Tavily, DuckDuckGo, and Brave wi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add guptabhishek/multi-search-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list guptabhishek/multi-search-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get guptabhishek/multi-search-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call guptabhishek/multi-search-mcp search '{}'
```

## Tools (1)

- `search` — Performs a web search using multiple providers (google, tavily, duckduckgo, brave).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get guptabhishek/multi-search-mcp <tool-name>
```

---

Source: https://github.com/guptabhishek/multi-search-mcp | License: MIT
