hernaninverso/eleion-scanner-mcp
FreeNot checkedRegister/verify your domains, queue security scans (headers, TLS, DNS, ports, CVEs + AI-specific checks) and read findings, for AI agents. Install with npx -y e
About
Register/verify your domains, queue security scans (headers, TLS, DNS, ports, CVEs + AI-specific checks) and read findings, for AI agents. Install with npx -y eleion-scanner-mcp.
README
Drive the Eleion security scanner from an AI agent: register one of your own
domains, prove ownership, queue a security scan (headers, TLS, DNS, ports, tech-fingerprint, plus
AI-specific checks), and read the findings — severity, CVE, title, priority. Wraps the hosted Eleion
Scanner API (https://scanner-api.eleion.io).
Tools
| Tool | What it does |
|---|---|
scanner_register_target(target_url) |
Register one of your domains; returns the DNS TXT / well-known record to publish for ownership proof. |
scanner_verify_target(target_id) |
Verify the ownership record you published. |
scanner_start_scan(target_id, scan_profile?) |
Queue a scan (basic/full/deep) over a verified target. |
scanner_get_scan_status(scan_id) |
Poll a scan's status and finding count. |
scanner_get_findings(scan_id) |
List the findings (severity, CVE, template, title, priority). |
Setup
{
"mcpServers": {
"eleion-scanner": {
"command": "npx",
"args": ["-y", "eleion-scanner-mcp"],
"env": { "SCANNER_API_KEY": "your_tenant_key" }
}
}
}
Get a tenant key at https://scan.eleion.io. You can only scan domains you have registered and verified ownership of — this is not an arbitrary-target scanner.
The scan worker runs the analysis server-side; large scans take time, so poll scanner_get_scan_status
until completed. Your registered domains and findings are processed by the hosted API. MIT licensed.
Install hernaninverso/eleion-scanner-mcp in Claude Desktop, Claude Code & Cursor
unyly install hernaninverso-eleion-scanner-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add hernaninverso-eleion-scanner-mcp -- npx -y eleion-scanner-mcpFAQ
Is hernaninverso/eleion-scanner-mcp MCP free?
Yes, hernaninverso/eleion-scanner-mcp MCP is free — one-click install via Unyly at no cost.
Does hernaninverso/eleion-scanner-mcp need an API key?
No, hernaninverso/eleion-scanner-mcp runs without API keys or environment variables.
Is hernaninverso/eleion-scanner-mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install hernaninverso/eleion-scanner-mcp in Claude Desktop, Claude Code or Cursor?
Open hernaninverso/eleion-scanner-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare hernaninverso/eleion-scanner-mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
