a day ago
Eleion security scanner for AI agents: register/verify your domains,
queue security scans (headers, TLS, DNS, ports, CVEs + AI-specific
checks) and read the findings.
Server Config
{
"mcpServers": {
"eleion-scanner": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "your_tenant_key"
}
}
}
}