threat-intel-mcp-server

Arvind29/threat-intel-mcp-server
★ 0 stars Python AI/LLM Updated 9d ago
A Python-based MCP server exposing Threat Intelligence tools using VirusTotal and AbuseIPDB APIs for AI assistants like Claude Desktop.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "threat-intel-mcp-ser": {
      "command": "uvx",
      "args": [
        "threat-intel-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install threat-intel-mcp-server