sec-mcp
Verified Safeby Montimage
Overview
This server provides real-time security checks for domains, URLs, and IP addresses against multiple blacklists, designed to be integrated into Python applications, used via CLI, or run as an MCP server to enrich LLM context with threat intelligence.
Installation
/absolute/path/to/.venv/bin/python -m sec_mcp.start_serverEnvironment Variables
- MCP_DB_PATH
- MCP_USE_V2_STORAGE
Security Notes
The project uses standard Python libraries (sqlite3, httpx) with proper parameterization to prevent common vulnerabilities like SQL injection. Input validation is applied to network requests. It relies on external public blacklist feeds, which is inherent to its function, but the project itself does not introduce new network-related risks or hardcoded secrets. File system interactions for local database and downloads are handled safely. The overall design is security-conscious.
Similar Servers
prometheus-mcp-server
Enables AI assistants to query and analyze Prometheus metrics through a Model Context Protocol (MCP) server.
lex
Provides a UK legal research API with advanced search capabilities for legislation, caselaw, explanatory notes, and amendments, designed for integration with AI agents via the MCP protocol.
planet-mcp
A Python-based project or service, likely related to development or build automation, given the tooling present.
MCP-server-
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.