Local-first domain security and privacy checker with 17 live tests and scored remediation reports, no telemetry.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Checker MCP.
check_domainScan a domain or URL and return a scored report from real live checks.
list_checksList every check grouped by category, with the reason each one matters.
explain_checkExplain a single check by id, why it matters, and how to remediate a failure.
A domain security and privacy checker exposed as an MCP server. It runs entirely on your machine, makes no telemetry calls, and resolves DNS through Cloudflare DoH instead of Google.
Ask any MCP client to scan a domain and get back a scored report covering the certificate, email authentication, DNS and infrastructure, and web security headers, with a plain remediation for anything that fails.
The server exposes three tools.
check_domainScan a domain or URL and return a scored report from real live checks.
list_checksList every check grouped by category, with the reason each one matters.
explain_checkExplain a single check by id, why it matters, and how to remediate a failure.
Seventeen checks across four categories, weighted to a 0-100 score.
| Category | Check id | What it verifies |
|---|---|---|
| ssl | ssl | SSL/TLS certificate validity and expiry |
spf | SPF record present and not overly permissive | |
dmarc | DMARC policy and reporting | |
dkim | DKIM signing (common selectors probed) | |
mta_sts | MTA-STS against SMTP downgrade attacks | |
mx | MX records for mail delivery | |
bimi | BIMI brand logo record and VMC | |
| dns | dnssec | DNSSEC signing on the zone |
| dns | ptr | PTR / forward-confirmed reverse DNS |
| dns | caa | CAA records restricting certificate issuance |
| dns | blacklist | Malware/phishing reputation |
| dns | expiry | Domain registration expiry |
| dns | whois_redact | WHOIS/RDAP personal-data redaction |
| web | headers | HTTP security headers (HSTS, CSP, X-Frame-Options, โฆ) |
| web | csp | Content-Security-Policy quality |
| web | web_tech | CMS/server version and API exposure |
| web | hsts_preload | HSTS preload-list status |
Run list_checks for the full descriptions, or explain_check for one at a time.
Run it straight from npm with npx:
Register it with Claude Code:
Or add it to any MCP client config (works in Claude Desktop, Claude Code, or any MCP client):
Then ask: "Check the security of example.com" or "Explain the dmarc check."
Build and run it as a container. It speaks MCP over stdio, so run it attached to your client's stdin/stdout (-i), not on a port.
Reports render in Spanish and English. Set the default with OKSIGENIA_LANG (es or en), or pass lang on any tool call. It defaults to English.
The only thing that leaves your machine is the domain name you scan, sent to:
cloudflare-dns.com) and Cloudflare's security resolver, for DNS and reputationrdap.org), for registration and WHOIS-privacy dataThere is no telemetry, no analytics, and no third-party scoring service. Nothing about your queries is stored or transmitted anywhere else.
Dev watch: npm run dev.
src/engine.ts โ the network engine. Language-agnostic: returns i18n keys, not text. Every check is individually resilient and runChecks never throws.src/i18n.ts โ es/en dictionaries and t().src/index.ts โ the MCP server: renders engine keys into the requested language and exposes the three tools.See CONTRIBUTING.md for the PR flow.
GPL-3.0-or-later ยฉ Oksigenia SL
Factual signals from GitHub, npm, and our automated checks โ not a rating.
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/oksigeniasl-checker-mcp)<a href="https://allmcps.com/mcp/oksigeniasl-checker-mcp"><img src="https://allmcps.com/api/badge/oksigeniasl-checker-mcp?style=directory" alt="Checker MCP on AllMCPs" /></a>