MCP Catalogs
Home

web-scout-mcp

by pinkpixel-dev·128·Score 49

A robust MCP server providing web search and content extraction capabilities through DuckDuckGo integration.

searchweb-scrapingdeveloper-tools
14
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

Web Scout MCP Server is a well-implemented extension that brings web search capabilities directly to MCP-compatible AI environments. It offers two primary tools: DuckDuckGoWebSearch for finding information online, and UrlContentExtractor for retrieving clean text content from web pages. The server features intelligent memory optimization and rate limiting to ensure stable operation, making it suitable for both single queries and batch processing of multiple URLs.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Enabling AI assistants to search the web for real-time information
you:Extracting content from multiple web pages for research purposes
you:Integrating web search capabilities into custom MCP applications
you:What search engine does Web Scout use?
you:Can it extract content from multiple URLs at once?

When to choose this

Choose Web Scout when you need a privacy-focused search solution with efficient content extraction capabilities for your MCP-enabled AI assistant.

When NOT to choose this

Avoid if you need search results from Google or require advanced content filtering beyond basic text extraction.

Tools this server exposes

2 tools extracted from the README
  • DuckDuckGoWebSearch(query: string, maxResults?: number)

    Searches the web using DuckDuckGo and returns structured results

  • UrlContentExtractor(url: string | string[])

    Extracts clean text content from web pages

Comparable tools

brave-search-mcpserper-mcpweb-scraper-mcp

Installation

Installing Web Scout MCP Server

**Via Smithery (for Claude Desktop):**

npx -y @smithery/cli install @pinkpixel-dev/web-scout-mcp --client claude

**Global Installation:**

npm install -g @pinkpixel/web-scout-mcp

**Local Installation:**

npm install @pinkpixel/web-scout-mcp

**Claude Desktop Configuration:** Add to your Claude Desktop's config.json:

{
  "mcpServers": {
    "web-scout": {
      "command": "npx",
      "args": [
        "-y",
        "@pinkpixel/web-scout-mcp@latest"
      ]
    }
  }
}

FAQ

What search engine does Web Scout use?
Web Scout uses DuckDuckGo for web search, which is known for its privacy-focused approach.
Can it extract content from multiple URLs at once?
Yes, the UrlContentExtractor tool supports both single URLs and arrays of URLs for parallel processing.

Compare web-scout-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.