Websearch Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Websearch Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A simple Model Context Protocol (MCP) server that provides web search, image search, and image download capabilities using the duckduckgo_search library.
curl -LsSf https://astral.sh/uv/install.sh | shuv venv
uv pip install -r requirements.txtpip install -r requirements.txtWith uv (from the project directory):
uv run python server.pyOr activate the virtual environment first:
source .venv/bin/activate # On Windows: .venv\Scripts\activate
python server.pyWith standard Python:
python server.pyAdd this configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
Using uv (recommended):
{
"mcpServers": {
"duckduckgo-search": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/websearch_mcp",
"run",
"python",
"server.py"
]
}
}
}Using Python directly with virtual environment:
{
"mcpServers": {
"duckduckgo-search": {
"command": "/absolute/path/to/websearch_mcp/.venv/bin/python",
"args": ["/absolute/path/to/websearch_mcp/server.py"]
}
}
}Search the web using DuckDuckGo.
Parameters:
query (required): The search querymax_results (optional): Maximum number of results (default: 10)region (optional): Region code (default: "wt-wt" for worldwide)Example:
Search the web for "Python MCP servers" with max 5 resultsSearch for images using DuckDuckGo.
Parameters:
query (required): The image search querymax_results (optional): Maximum number of results (default: 10)size (optional): Image size filtertype (optional): Image type filterExample:
Search for "cute puppies" images, large size, photo type, max 5 resultsDownload an image from a URL to your local machine.
Parameters:
url (required): The URL of the image to downloadfilename (optional): Custom filename for the downloaded imagedownload_dir (optional): Directory to save the image (default: "./downloads")Example:
Download image from https://example.com/image.jpg to ./my-images/See LICENSE file for details.
./downloads by default~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.