Security & Testing
drwho.me
Provides network information lookups including IP geolocation, DNS records, and domain infrastructure details.
ENDPOINT 1
https://drwho.me/mcp/mcp
MCP server metadata
- Name
- drwho.me
- Version
- 2.0.0
Free network, email-authentication and developer tools from drwho.me. Start with dossier_summary for a domain overview, then call a single dossier_* tool for raw data. Each domain result links to the full graded report on Domain Posture.
Known tools 29
dossier_summaryRun 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.
Potential side effectsdossier_dnssecCheck whether a domain's zone is signed with DNSSEC and validates: DS and DNSKEY records plus the resolver's AD (authenticated data) flag.
Inferred read-onlydossier_tlsRead the TLS certificate a domain presents on port 443: subject, issuer, validity dates, days remaining, subject alternative names, SHA-256 fingerprint and whether the chain validated.
Inferred read-onlydossier_redirectsTrace the redirect chain from https://<domain>/, one entry per hop with its status code and target, up to 10 hops.
Inferred read-onlydossier_headersFetch https://<domain>/ and return every response header, so you can review Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy.
Inferred read-onlydossier_corsSend a CORS preflight (OPTIONS) to https://<domain>/ and return the access-control-* headers in the answer.
Potential side effectsdossier_whoisLook up a domain's registrar, creation date, expiry date and registry statuses.
Inferred read-onlydossier_ct_logList subdomains of a domain that appear in Certificate Transparency logs.
Inferred read-onlydns_lookupResolve one DNS record type (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA or SRV) for a name and return the raw answers.
Inferred read-onlyip_lookupLook up an IPv4 or IPv6 address: city, region, country, coordinates, timezone and the network (ASN and organisation) that announces it.
Inferred read-onlyuser_agent_parseParse a User-Agent header into browser, operating system, device and rendering engine.
Inferred read-onlyjson_formatValidate JSON and re-print it with an indent of 2 or 4 spaces, or minified with indent 0.
Inferred read-onlyurl_encodePercent-encode text for use in a URL query value or path segment (encodeURIComponent rules: everything except letters, digits and - _ .
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for drwho.me was fetched 2026-09-23T20:29:34.264Z.
drwho.me is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.