← dnsai.com
INDIVIDUAL MCP TOOL
dmarc_check
Fetch and parse the DMARC policy for ONE domain — presence, p= policy, and the raw record.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dnsai-com]
url = "https://mcp.dnsai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dnsai-com": {
"type": "http",
"url": "https://mcp.dnsai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dnsai-com
Remote MCP URL: https://mcp.dnsai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dnsai-com": {
"url": "https://mcp.dnsai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dnsai-com": {
"type": "http",
"url": "https://mcp.dnsai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dnsai-com",
"transport": "streamable-http",
"url": "https://mcp.dnsai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dns_lookup— Look up live DNS records for ONE domain.email_security_check— One call answers "is this domain's email properly secured?" — checks MX, SPF, DMARC and mail-gateway/provider detection for ONE domain.whois_lookup— WHOIS / RDAP registration data for ONE domain or IP — registrar, status, creation/expiry, name servers.spf_analyze— Analyze a domain's SPF record for ONE domain — the include tree and the RFC 10-DNS-lookup-limit verdict.validate— Validate the SYNTAX of an SPF or DMARC record string (no DNS lookup) — returns valid/invalid, a score, a letter grade, and a parsed breakdown.dkim_discover— Discover the DKIM signing keys published for ONE domain.blacklist_check— Check whether ONE domain or IP is listed on major email blacklists / RBLs (Spamhaus, Barracuda, SpamCop, SORBS, UCEPROTECT and more).search— Search DNSai for a domain.