mcp-server-websearch
Verified Safeby deeprave
Overview
A minimal MCP server providing a web search tool via DuckDuckGo, designed for integration with AI agents.
Installation
python search_mcp.pySecurity Notes
The server uses stdio for communication, limiting direct network exposure to external clients. It does not contain 'eval', hardcoded secrets, or obfuscation. The primary external interaction is through the 'ddgs' library which scrapes DuckDuckGo, inherently relying on the stability and structure of DuckDuckGo's website, which could be a point of failure for the functionality, but not a direct security vulnerability within the server's code itself. Error handling for network issues and timeouts is present.
Similar Servers
mcp-local-rag
Provides a local, RAG-like web search tool for Large Language Models to retrieve current information and context.
ddg_search
A Model Context Protocol server for web search using DuckDuckGo and AI-powered answers from IAsk AI, Monica, and Brave AI, designed for integration with AI assistants.
pymcp
A template repository for developing Model Context Protocol (MCP) servers in Python, demonstrating various tools, resources, and prompts.
mcp-gemini-grounded-search
Provides grounded search functionality using Google's Gemini API, allowing MCP clients to perform web searches and retrieve up-to-date information with sources.