PluginBench
MCP Server

Eleion Scanner MCP Server

io.github.hernaninverso/eleion-scanner-mcp

What is the Eleion Scanner MCP server?

Register/verify your domains, queue security scans, and read findings (CVE, severity).

How to install Eleion Scanner

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SCANNER_API_KEY
    required
    secret

    Tenant API key from https://scan.eleion.io (you can only scan domains you own and have verified)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eleion-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleion-scanner-mcp"
      ],
      "env": {
        "SCANNER_API_KEY": "<YOUR_SCANNER_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "eleion-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleion-scanner-mcp"
      ],
      "env": {
        "SCANNER_API_KEY": "<YOUR_SCANNER_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "eleion-scanner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleion-scanner-mcp"
      ],
      "env": {
        "SCANNER_API_KEY": "<YOUR_SCANNER_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "eleion-scanner-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "eleion-scanner-mcp"
      ],
      "env": {
        "SCANNER_API_KEY": "<YOUR_SCANNER_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add eleion-scanner-mcp --env SCANNER_API_KEY=<YOUR_SCANNER_API_KEY> -- npx -y eleion-scanner-mcp

Related MCP servers

Static worst-case token-budget analysis for LLM-agent workflows + signed budget certificates.

View repository →

Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.

View repository →

Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE).

View repository →