You're viewing a demo portfolio

Join the waitlist
PRSM

batch_scan

Active

Tool of com.blackveilsecurity/dns

declared in 3.29.5

Bulk-scan up to 10 domains in parallel. Runs a full security audit on each domain in the list and returns score, NIST-aligned letter grade (6-band A+/A/B/C/D/F), and finding counts per domain. Use when you want to audit multiple domains at once or do a bulk scan of several domains simultaneously — distinct from compare_domains which does a side-by-side analysis of 2–5 domains.

Parameters schema

{
  "type": "object",
  "required": [
    "domains"
  ],
  "properties": {
    "format": {
      "enum": [
        "full",
        "compact"
      ],
      "type": "string",
      "description": "Output verbosity. Auto-detected if omitted."
    },
    "domains": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 253,
        "minLength": 1
      },
      "maxItems": 10,
      "minItems": 1,
      "description": "Domains to scan (max 10 per request)"
    },
    "force_refresh": {
      "type": "boolean",
      "description": "Bypass cache and run fresh scans."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.blackveilsecurity/dns

https://github.com/MadaBurns/bv-mcp

2/7 registries
View full server →