Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ask your agent "can someone spoof email from example.com?" and get a real answer in about ten seconds.
NEL VEIL MCP gives any MCP-compatible agent seven tools for checking a domain's public security posture: email spoofing (DMARC/SPF/DKIM), TLS weaknesses, HTTP security headers, publicly exposed files, subdomain-takeover risk, a combined scan, and retrieval of an earlier scan.
Free. No API key. No signup.
Claude Code β one command:
Any MCP client β add this to your config file:
Run it directly, to check it works:
It prints a ready line to stderr β something like nel-veil-mcp 0.1.5 ready β 7 tools, free passive tier. β and then waits for JSON-RPC on stdin. That is correct: it is a stdio server, not a CLI, and stdout carries the protocol, so nothing else is ever written there.
Requires Node 18 or newer.
After installing, ask your agent:
Check if example.com can be email-spoofed.
It calls check_email_spoofing. Real output for example.com at the time of writing:
That domain is in good shape. The finding people are most often surprised by is a DMARC policy of p=none β it looks configured, monitors everything, and blocks nothing.
| Tool | Answers |
|---|---|
check_email_spoofing | Can someone send email that appears to come from this domain? (DMARC/SPF/DKIM) |
check_tls | Does this domain's TLS have known weaknesses? (Qualys SSL Labs grade β see the note below) |
check_security_headers | Does this site send the headers that protect visitors in the browser? |
check_exposed_files | Is this domain publicly serving files it should not be? |
check_subdomain_takeover | Are there DNS records pointing at services someone else could claim? |
scan_domain | All of the above at once, with a per-module score. |
get_scan_report | Retrieve a scan already run at nelprofessional.com, by its scn_β¦ id. |
Each returns a 0β100 score plus specific findings you can act on.
Being precise here matters more than sounding safe, because this is the paragraph you rely on when deciding whether you may point a tool at someone else's domain.
No tool here does port scanning or exploit testing. Those are genuinely intrusive, they need the domain owner's permission, and they are deliberately not exposed over MCP at all.
But "passive" is not the same as "invisible", and two tools do more than read public records:
check_tls is not passive. It queries Qualys SSL Labs, which performs its own active TLS assessment of the target from Qualys's infrastructure (reusing a recent cached result when Qualys has one). NEL sends no probe itself, but running this does cause the target to be actively tested by a third party. It returns the SSL Labs grade and known problems β Heartbleed, POODLE, RC4, deprecated protocols, weak forward secrecy, certificate chain issues. It does not report certificate expiry, issuer, or hostname validity.check_subdomain_takeover is not DNS-only. It resolves a small fixed list of common subdomain names and makes one HTTPS request to any that point at a known cloud host. It never claims or modifies anything.check_exposed_files requests a small fixed list of well-known paths (.env, .git/config and similar). It never brute-forces or fuzzes β the list does not grow or adapt β but these are paths a crawler would not request, so they are recognisable in a target's logs as a security check.scan_domain runs all of the above, and additionally checks whether common admin panels (/phpmyadmin/, /manager/html) are publicly reachable.Everything above is information the domain publishes. None of it attacks anything. But it is more than ordinary crawling, so prefer running it against a domain you own or are authorised to assess.
Active scanning β port exposure, API probing, proof-of-concept checks β lives at nelprofessional.com, behind DNS-TXT proof that you control the domain. That is the right place for it, because a human proves ownership once and NEL can stand behind the result.
Rate limits. Ten single checks and three full scans per minute, per IP address. If you hit it, wait a minute.
Privacy. This package sends no API key, no email address, and no account identifier. Each request carries the domain you asked about and a nel-veil-mcp user-agent. Note that, like any HTTP service, NEL sees the IP the request came from β it is what the rate limit is keyed on.
| Variable | Default | Purpose |
|---|---|---|
NEL_API_URL | https://api.nelprofessional.com | Point at a self-hosted NEL backend. Only needed for local development. |
These steps need the git repository, not the published npm package β the tarball ships only dist/, so src/ and scripts/ are not in it.
scripts/mcp-smoke.mjs launches the built server exactly as npx would, performs the MCP handshake, lists the tools and calls one for real β so it catches transport and schema problems a unit test would not.
NEL VEIL is the security scanner behind NEL Professional, a marketplace connecting organisations with verified cybersecurity professionals. The same modules that power this MCP server power the scans on the site.
Full documentation: nelprofessional.com/mcp
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nel-veil-2)<a href="https://allmcps.com/mcp/nel-veil-2"><img src="https://allmcps.com/api/badge/nel-veil-2?style=directory" alt="Nel Veil on AllMCPs" /></a>