Skip to main content
Glama
hernaninverso

Eleion Scanner MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCANNER_API_KEYYesYour tenant key for the Eleion Scanner API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scanner_register_targetA

Register one of YOUR OWN domains/URLs to be security-scanned. Returns a verification_token plus the DNS TXT record (or /.well-known URL) you must publish to prove ownership before scanning. You can only scan domains you own.

scanner_verify_targetA

Verify domain ownership of a previously registered target by checking the DNS TXT / .well-known record you published. Returns whether verification succeeded.

scanner_start_scanA

Queue a security scan over a target you have already registered AND verified. Returns a scan_id and status. Poll scanner_get_scan_status until completed, then read scanner_get_findings.

scanner_get_scan_statusA

Get the status of a scan (queued|running|completed|failed) and how many findings it has.

scanner_get_findingsA

List the security findings of a completed scan (severity, CVE, template, title, URL, priority_score), ordered by priority.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hernaninverso/eleion-scanner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server