ddgs-search-mcp
Verified Safeby sbarysiuk
Overview
Provides AI agents with web search capabilities by acting as a local Model Context Protocol (MCP) server that aggregates results from diverse web search services.
Installation
python server.pySecurity Notes
The server uses the `ddgs` library to perform web searches, which involves external network requests. Network settings like proxy, timeout, and retries are configurable via `settings.yaml`. There are no 'eval' statements, obvious obfuscation, hardcoded secrets, or malicious patterns observed in the provided source code. The main risk is inherent to any tool making external network calls, but the configuration options allow for some control.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.