← drwho.me

INDIVIDUAL MCP TOOL

dossier_tlsrpt

Core dossier check: Look up a domain's TLS-RPT (SMTP TLS Reporting) policy.

drwho.menone 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

drwho.me

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.drwho-me]
url = "https://drwho.me/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "drwho-me": {
      "type": "http",
      "url": "https://drwho.me/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: drwho-me
Remote MCP URL: https://drwho.me/mcp/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": {
    "drwho-me": {
      "url": "https://drwho.me/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "drwho-me": {
      "type": "http",
      "url": "https://drwho.me/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "drwho-me",
  "transport": "streamable-http",
  "url": "https://drwho.me/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ip_lookup — Context lookup: Resolve an IPv4 or IPv6 address to its geolocation, ASN, org name, and city/country.
  • dns_lookup — Context lookup: Resolve a single DNS record type (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, or SRV) and return the raw answers.
  • dossier_dns — Core dossier check: Fetch a domain's full DNS profile — A, AAAA, NS, SOA, CAA, and TXT records — all in parallel.
  • dossier_mx — Core dossier check: Look up a domain's MX (mail exchanger) records and return them sorted ascending by priority.
  • dossier_spf — Core dossier check: Retrieve and parse a domain's SPF record, decomposing it into mechanisms and qualifiers.
  • dossier_dmarc — Core dossier check: Retrieve and parse a domain's DMARC policy from its _dmarc.<domain> TXT record, returning all tags.
  • dossier_dkim — Core dossier check: Probe a domain's DKIM public keys by querying <selector>._domainkey.<domain> for each selector.
  • dossier_tls — Core dossier check: Fetch and inspect the TLS certificate presented by a domain on port 443, returning chain details and validity period.