Back to Home
Montimage icon

sec-mcp

Verified Safe

by 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

Run Command
/absolute/path/to/.venv/bin/python -m sec_mcp.start_server

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassLow
Avg Tokens500
Stars2
Forks0
Last Update2025-11-23

Tags

securityblacklistmcpphishingmalwarethreat-intelligencepython