# Web Scout

Search the web and extract clean, readable text from webpages. Process multiple URLs at once to speed up research with reliable throttling and error handling. Quickly compile sources and summaries fo…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pinkpixel-dev/web-scout-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list pinkpixel-dev/web-scout-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pinkpixel-dev/web-scout-mcp DuckDuckGoWebSearch

# Call a tool
npx -y @smithery/cli@latest tool call pinkpixel-dev/web-scout-mcp DuckDuckGoWebSearch '{}'
```

## Direct MCP Connection

Endpoint: `https://web-scout-mcp--pinkpixel-dev.run.tools`

## Tools (2)

- `DuckDuckGoWebSearch` — Initiates a web search query using the DuckDuckGo search engine and returns a well-structured list of findings. Input t…
- `UrlContentExtractor` — Fetches and extracts content from a given webpage URL. Input the URL of the webpage you want to extract content from as…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pinkpixel-dev/web-scout-mcp <tool-name>
```

---

Source: https://github.com/pinkpixel-dev/web-scout-mcp
