Eleion Scanner Mcp
@hernaninverso
关于 Eleion Scanner Mcp
Eleion security scanner for AI agents: register/verify your domains,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"eleion-scanner": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "your_tenant_key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Eleion Scanner Mcp?
Eleion Scanner Mcp is an MCP server that drives the Eleion security scanner from an AI agent. It lets you register your own domains, prove ownership, queue a security scan (headers, TLS, DNS, ports, tech-fingerprint, plus AI-specific checks), and retrieve findings with severity, CVE, title, and priority. It wraps the hosted Eleion Scanner API at https://scanner-api.eleion.io.
How to use Eleion Scanner Mcp?
Configure it in your MCP client using npx -y eleion-scanner-mcp with the environment variable SCANNER_API_KEY set to your tenant key (obtained from https://scan.eleion.io). Use the provided tools: scanner_register_target to register a domain, scanner_verify_target to prove ownership, scanner_start_scan to queue a scan, scanner_get_scan_status to poll progress, and scanner_get_findings to list results. You can only scan domains you have registered and verified.
Key features of Eleion Scanner Mcp
- Register your own domain for scanning
- Verify ownership via DNS TXT or well-known record
- Queue scans with Basic, Full, or Deep profiles
- Poll scan status until completion
- Retrieve findings with severity, CVE, and priority
- AI-specific security checks alongside standard tests
Use cases of Eleion Scanner Mcp
- Automate security scanning of your owned domains
- Integrate vulnerability discovery into AI agent workflows
- Continuously monitor domain security posture (headers, TLS, DNS)
- Fetch and act on findings (CVEs, misconfigurations) programmatically
- Perform deep scans on domains after ownership verification
FAQ from Eleion Scanner Mcp
Can I scan any arbitrary website?
No. You can only scan domains you have registered and verified ownership of via DNS TXT or well-known record. This is a security measure to prevent abuse.
What runtime dependencies are required?
The server runs via npx (Node.js). You need a SCANNER_API_KEY environment variable set to a valid tenant key from https://scan.eleion.io.
Where does my data get processed and stored?
Your registered domains, scan results, and findings are processed and stored by the hosted Eleion Scanner API (https://scanner-api.eleion.io). The MCP server itself only passes commands and responses.
How do I handle long-running scans?
Large scans take time. Poll scanner_get_scan_status until the status shows completed, then use scanner_get_findings to retrieve results.
What transport and authentication does the server use?
The MCP server communicates with the Eleion Scanner API over HTTPS. Authentication is via the SCANNER_API_KEY provided in the environment configuration.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论