talos-mcp-server

arshabmohan03-hash/talos-mcp-server
★ 0 stars Python Security Updated today
Standalone NitroStack MCP server for Talos security tools, including passive website scanning, CVE lookup, research search, phishing/link safety detection, security reports, email alerts, password utilities, JWT decoding, IP lookup, and defensive resource search.
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": {
    "talos-mcp-server": {
      "command": "uvx",
      "args": [
        "talos-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install talos-mcp-server