MCP server intelligence profile

Web Scout MCP Server

Enables privacy-focused web searches using DuckDuckGo and extraction of clean, readable content from web pages with support for parallel processing of multiple URLs

Local Onlypinkpixel-dev
Awaiting current scanNpm · 1.5.8

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @pinkpixel/web-scout-mcp from npm

Version 1.5.8 declares 1 executable entrypoint.

npm install --save-exact @pinkpixel/web-scout-mcp@1.5.8
npx -y -p @pinkpixel/web-scout-mcp@1.5.8 web-scout-mcp
MCP client configuration example
{
  "mcpServers": {
    "@pinkpixel/web-scout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@pinkpixel/web-scout-mcp@1.5.8",
        "web-scout-mcp"
      ]
    }
  }
}

Identity

Canonical slugweb-scout-mcp-server-977dfc3bDeploymentLocal Only
Canonical packagenpm:@pinkpixel/web-scout-mcpRepositorypinkpixel-dev/web-scout-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@pinkpixel/web-scout-mcp1.5.814Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@pinkpixel/web-scout-mcp1.5.8CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
web-scoutServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
DuckDuckGoWebSearchInitiates a web search query using the DuckDuckGo search engine and returns a well-structured list of findings. Input the keywords, question, or topic you want to search for using DuckDuckGo as your query. Input the maximum number of search entries you'd like to receive using maxResults - defaults to 10 if not provided.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query string"
    },
    "maxResults": {
      "type": "integer",
      "minimum": 1,
      "maximum": 25,
      "description": "Maximum number of results to return (default: 10)"
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
UrlContentExtractorFetches and extracts content from a given webpage URL. Input the URL of the webpage you want to extract content from as a string using the url parameter. You can also input an array of URLs to fetch content from multiple pages at once.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "anyOf": [
        {
          "type": "string",
          "format": "uri",
          "description": "The webpage URL to fetch content from"
        },
        {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uri"
          },
          "minItems": 1,
          "description": "List of webpage URLs to get content from"
        }
      ],
      "description": "URL or list of URLs to fetch"
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Web Scout MCP Server questions

How do I install Web Scout MCP Server?

Install the selected package version with: npm install --save-exact @pinkpixel/web-scout-mcp@1.5.8

What tools does Web Scout MCP Server provide?

Web Scout MCP Server exposed 2 tools during independent protocol observation, including DuckDuckGoWebSearch, UrlContentExtractor.

Is Web Scout MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.