Back to Home
jaideepsai-narayan icon

my_mcp

by jaideepsai-narayan

Overview

Provides DuckDuckGo search and Open-Meteo weather information as MCP tools for agent integration.

Installation

Run Command
python duckduckgo_mcp_server.py

Security 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

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-04

Tags

MCPSearchWeatherAPIFastAPI