BlackVeil DNS & Email Security Scanner for LangChain
com.blackveilsecurity/dns
DNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits.
client:LangChain
transport:streamable-http
tools:80
Install BlackVeil DNS & Email Security Scanner in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dns": {
"transport": "streamable_http",
"url": "https://dns-mcp.blackveilsecurity.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- check_mx
- check_spf
- check_dmarc
- check_dkim
- check_dnssec
- check_ssl
- check_mta_sts
- check_ns
- check_caa
- check_bimi
- check_tlsrpt
- check_http_security
- check_dane
- check_ptr
- check_dane_https
- check_svcb_https
- check_lookalikes
- check_subdomailing
- scan_domain
- batch_scan
- batch_scan_start
- batch_scan_status
- batch_scan_findings
- compare_domains