# Parallel Web Search (verified)

Highest accuracy web search for AIs

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (2)

- `web_search_preview` — Purpose: Perform web searches and return results in an LLM-friendly format and with parameters tuned for LLMs.
- `web_fetch` — Purpose: Fetch and extract relevant content from

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