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.
securitythreat-intelligencedomain-checkingurl-checkingip-checkingblacklistmcppythoncontext
Installation & Configuration
{
"mcpServers": {
"sec-mcp": {
"command": "python",
"args": [
"-m",
"sec_mcp.start_server"
],
"env": {
"MCP_USE_V2_STORAGE": "true"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/18
Updated
2025/11/22