validate_fix
ActiveTool of com.blackveilsecurity/dns
Re-check a specific security control after applying a fix, to confirm the finding is now resolved. Use only when a fix has already been applied and you want to verify or confirm the remediation was successful — not for initial inspection of a record.
Parameters schema
{
"type": "object",
"required": [
"domain",
"check"
],
"properties": {
"check": {
"enum": [
"spf",
"dmarc",
"dkim",
"dnssec",
"ssl",
"mta_sts",
"ns",
"caa",
"bimi",
"tlsrpt",
"http_security",
"dane"
],
"type": "string",
"description": "Check name to re-run (e.g., \"dmarc\", \"spf\")"
},
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 1,
"description": "Domain to validate the fix for"
},
"format": {
"enum": [
"full",
"compact"
],
"type": "string",
"description": "Output verbosity. Auto-detected if omitted."
},
"expected": {
"type": "string",
"maxLength": 1000,
"description": "Expected DNS record value to verify against"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.blackveilsecurity/dns
https://github.com/MadaBurns/bv-mcp
2/7 registries