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.
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
Tool
Category
Annotations
Risk
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
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
Endpoint
Transport
Authentication
Health
Observed
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.