Simple-OSINT-Recon-mcp-server
Verified Safeby Imashanilupul
Overview
Provides open-source intelligence (OSINT) reconnaissance capabilities as a Model Context Protocol (MCP) server for integration with AI agents.
Installation
uv run mcp main.pyEnvironment Variables
- WIGLE_API_NAME
- WIGLE_API_TOKEN
- GEMINI_API_KEY
Security Notes
The server's core functionality involves direct network connections and external API calls, which are inherent to OSINT tools. API keys are handled securely via environment variables using pydantic-settings and dotenv. Broad `except` blocks in tool functions could mask errors, but no 'eval' or other severe vulnerabilities like code injection were found. It is safe to run when used responsibly and ethically, understanding its purpose as a reconnaissance tool.
Similar Servers
Reversecore_MCP
Provides a Micro-Agent Control Protocol (MCP) server that wraps various reverse engineering CLI tools and libraries, enabling AI agents to perform binary analysis, malware analysis, and vulnerability research through natural language commands.
mcp-security-scanner
A Python-based penetration testing tool designed to scan and identify vulnerabilities in Model Context Protocol (MCP) servers.
OSINT-MCP-Server
A comprehensive Open Source Intelligence (OSINT) Model Context Protocol (MCP) server for gathering publicly available information while respecting privacy, legal boundaries, and ethical standards.
mcp-threatintel
MCP server providing unified access to multiple threat intelligence sources for security research and analysis, reducing context switching and correlating intelligence.