Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dns Sec Audit

FreeNot checked

A sovereign, local-first MCP server for Technical SEO DNS record auditing, SOA health checks, SSL/TLS inspection, and HTTP security header analysis.

GitHubEmbed

About

A sovereign, local-first MCP server for Technical SEO DNS record auditing, SOA health checks, SSL/TLS inspection, and HTTP security header analysis.

README

📖 Official Architecture & Documentation: SEOSiri DNS Security Audit Guide | Central MCP Directory

An open-source, local-first Model Context Protocol (MCP) server for Technical SEO DNS Record Auditing, SOA Expire Health Checks, SSL/TLS Inspection, and HTTP Security Header Analysis.

💖 Sponsorship, B2B Custom Solutions & Attribution

👨‍💻 Lead Architect & Attribution

Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.

🚀 Capabilities & Tools (10 Production Tools)

  • audit_dns_records: Resolves and audits primary A, AAAA, and MX records.
  • check_soa_expiry_health: Audits SOA Expire timers and refresh bounds.
  • audit_http_security_headers: Evaluates HSTS, CSP, X-Frame-Options, and X-Content-Type-Options.
  • check_ssl_tls_certificate: Inspects TLS certificate expiration dates and handshake validity.
  • validate_well_known_security_txt: Audits RFC 9116 /.well-known/security.txt headers.
  • validate_well_known_llm_txt: Audits presence and Markdown structure of /llm.txt.
  • calculate_technical_seo_security_score: Computes an aggregate Technical SEO & Security Health Score ($0\text{--}100$).
  • sanitize_audit_payload: Strips scripts and malicious payloads.
  • get_live_dns_throughput_metrics: Monitors system health and performance metrics.
  • get_dns_server_specifications: Returns protocol specs and capability matrices.

Quickstart

pip install -e .
pytest tests/test_dns_sec.py

🔌 Claude Desktop / Cursor Configuration

Add this block to your claude_desktop_config.json:

{
  "mcpServers": {
    "seosiri-dns-sec-audit": {
      "command": "uv",
      "args": [
        "run",
        "--github",
        "SEOSiri-Official/dns-sec-audit-mcp",
        "src/main_server.py"
      ]
    }
  }
}

License

Distributed under the MIT License.

from github.com/SEOSiri-Official/dns-sec-audit-mcp

Install Dns Sec Audit in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install dns-sec-audit

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add dns-sec-audit -- uvx seosiri-dns-sec-audit-mcp

Step-by-step: how to install Dns Sec Audit

FAQ

Is Dns Sec Audit MCP free?

Yes, Dns Sec Audit MCP is free — one-click install via Unyly at no cost.

Does Dns Sec Audit need an API key?

No, Dns Sec Audit runs without API keys or environment variables.

Is Dns Sec Audit hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Dns Sec Audit in Claude Desktop, Claude Code or Cursor?

Open Dns Sec Audit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Dns Sec Audit with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs