my_mcp
by jaideepsai-narayan
Overview
Provides DuckDuckGo search and Open-Meteo weather information as MCP tools for agent integration.
Installation
python duckduckgo_mcp_server.pySecurity Notes
Multiple `requests.get` calls across different files (`duckduckgo_mcp_http.py`, `weather.py`, `duckduckgo_mcp_server.py`) explicitly disable SSL certificate verification (`verify=False`). This makes the application vulnerable to Man-in-the-Middle attacks, allowing an attacker to intercept and potentially modify communications with external APIs (DuckDuckGo, Open-Meteo). Additionally, `urllib3` warnings are disabled in `duckduckgo_mcp_http.py`, suppressing a critical security alert.
Similar Servers
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.
mcp
This MCP server provides a standardized API for accessing MDN Web Docs search results, detailed documentation, and browser compatibility data.
Crawleo-MCP
Provides AI assistants with real-time web search and crawling capabilities via the Model Context Protocol (MCP).
webintel-mcp
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.