# 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 mcp add guptabhishek/multi-search-mcp

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

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

# Call a tool
npx -y smithery 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 tool get guptabhishek/multi-search-mcp <tool-name>
```

---

License: MIT
