Serverscom.blackveilsecurity/dns
D

com.blackveilsecurity/dns

com.blackveilsecurity/dns · v2.13.0
▦ npm
v2.13.0npm npm: blackveil-dns🌐 https://dns-mcp.blackveilsecurity.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.blackveilsecurity/dns",
  "description": "DNS & email security scanner — 51 tools for SPF, DMARC, DKIM, DNSSEC, SSL, and more.",
  "repository": {
    "url": "https://github.com/MadaBurns/bv-mcp",
    "source": "github"
  },
  "version": "2.13.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "blackveil-dns",
      "version": "2.13.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Blackveil API key (optional — free tier works without)",
          "format": "string",
          "isSecret": true,
          "name": "BV_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://dns-mcp.blackveilsecurity.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}