ddg_search
Verified Safeby OEvortex
Overview
Provides an MCP server for web search via DuckDuckGo and AI-powered answers from IAsk AI and Monica.
Installation
npx -y @oevortex/ddg_search@latestSecurity Notes
The server performs web scraping, which is inherently susceptible to changes in target website structures (DuckDuckGo, IAsk AI, Monica AI) or potential IP blocking. The code mitigates this risk by rotating user agents. No hardcoded secrets, 'eval', or direct arbitrary code execution vulnerabilities were found. Input validation is present in the tool schemas for parameters like 'numResults' and 'mode'.
Similar Servers
mcp-server-elasticsearch
Enables AI clients to interact with Elasticsearch data through natural language conversations using the Model Context Protocol (MCP) by exposing a set of predefined tools.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.