Eleion Scanner
Rank #58,319io.github.hernaninverso/eleion-scanner-mcp
Register/verify your domains, queue security scans, and read findings (CVE, severity).
Eleion Scanner is a Model Context Protocol (MCP) server published by hernaninverso. It ranks #58,319 of 115,460 servers tracked on MCP Toplist. Eleion Scanner is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 57,141 of 115,460 servers on MCP Toplist.
Use Eleion Scanner
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add eleion-scanner-mcp -e "SCANNER_API_KEY=<your SCANNER_API_KEY>" -- npx -y eleion-scanner-mcpReplace each placeholder with your own value before saving.
[mcp_servers.eleion-scanner-mcp]
command = "npx"
args = ["-y", "eleion-scanner-mcp"]
[mcp_servers.eleion-scanner-mcp.env]
SCANNER_API_KEY = "<your SCANNER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleion-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<your SCANNER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleion-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<your SCANNER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"eleion-scanner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<your SCANNER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleion-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<your SCANNER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleion-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<your SCANNER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hernaninverso%2Feleion-scanner-mcp)<a href="https://mcptoplist.com/server/io.github.hernaninverso%2Feleion-scanner-mcp"><img src="https://mcptoplist.com/badge/io.github.hernaninverso%2Feleion-scanner-mcp.svg" alt="MCP Toplist: #58,319 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hernaninverso
Other servers by hernaninverso
- costwright — agent budget analysis#58,316 · 1 ver
- Eleata e-Invoice Validator#58,317 · 1 ver
- eleata Claim Verifier#58,318 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains Eleion Scanner?
- Eleion Scanner is maintained by hernaninverso, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Eleion Scanner listed on the Official MCP Registry?
- Yes — Eleion Scanner is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Eleion Scanner have?
- MCP Toplist tracks 1 version of Eleion Scanner, most recently published on Jun 30, 2026.
- Where can I find the source code for Eleion Scanner?
- The source code for Eleion Scanner is hosted at github.com/hernaninverso/eleion-scanner-mcp.