← dnsai.com

INDIVIDUAL MCP TOOL

search

Search DNSai for a domain.

dnsai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

dnsai.com

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.
  • dmarc_check — Fetch and parse the DMARC policy for ONE domain — presence, p= policy, and the raw record.
  • 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).