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
2026/6/15
Updated
2026/6/17