LIVE ENDPOINT
https://drwho.me/mcp/mcp
Connect to this endpoint to inspect the live schema for dossier_spf and invoke it with your own arguments.
Indexed 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 server
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
dossier_summary— Run the nine DNS, email-authentication and TLS checks on a domain in parallel and return one graded line per check: DNS records, MX, SPF, DMARC, DKIM, DNSSEC, TLS-RPT, MTA-STS and the TLS certificate.dossier_dns— Fetch a domain's A, AAAA, NS, SOA, CAA and TXT records in one call.dossier_mx— List a domain's MX (mail exchanger) records sorted by priority.dossier_dmarc— Find and parse the DMARC policy at _dmarc.dossier_dkim— Probe a domain for DKIM public keys at <selector>.dossier_dnssec— Check whether a domain's zone is signed with DNSSEC and validates: DS and DNSKEY records plus the resolver's AD (authenticated data) flag.dossier_tlsrpt— Look up a domain's SMTP TLS Reporting policy at _smtp.dossier_mta_sts— Fetch and validate a domain's MTA-STS policy (mode, mx, max_age).