# Parallel Web Search (verified)

Highest accuracy web search for AIs

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list parallel/search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get parallel/search web_search_preview

# Call a tool
npx -y @smithery/cli@latest tool call parallel/search web_search_preview '{}'
```

## Direct MCP Connection

Endpoint: `https://search--parallel.run.tools`

## Tools (1)

- `web_search_preview` — Purpose: Perform web searches for a given objective and return results

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