sec-mcp
If you are the rightful owner of sec-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Python toolkit providing security checks for domains, URLs, IPs, and more. Integrate easily into any Python application, use via terminal CLI, or run as an MCP server to enrich LLM context with real-time threat insights.
sec-mcp is a comprehensive security checking toolkit developed by Montimage, designed to provide real-time threat insights for domains, URLs, and IP addresses. It can be seamlessly integrated into Python applications, used via a command-line interface, or run as a Model Context Protocol (MCP) server to support AI-driven clients like Claude, Windsurf, and Cursor. The toolkit offers a robust set of features, including on-demand updates from various blacklist sources, high-performance SQLite storage, and in-memory caching for fast lookups. It supports both single and batch security checks, making it a versatile tool for cybersecurity applications. sec-mcp is open-source and available under the MIT license, ensuring easy access and integration for developers.
Features
- Comprehensive security checks for domains, URLs, IP addresses, and more against multiple blacklist feeds
- On-demand updates from OpenPhish, PhishStats, URLhaus and custom sources
- High-performance, thread-safe SQLite storage with in-memory caching for fast lookups
- Python API via `SecMCP` class for easy integration into your applications
- Built-in MCP server support for LLM/AI integrations over JSON/STDIO