# domainee MCP server

Custom domains API for SaaS: connect, verify, and manage customer domains, SSL, and DNS

## Links
- Registry page: https://www.getdrio.com/mcp/dev-domainee-domainee
- Website: https://domainee.dev/mcp

## Install
- Endpoint: https://mcp.domainee.dev/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.domainee.dev/mcp
- Header: Authorization

## Tools
- tools_ssl_check - Free public API. Check the TLS certificate of any public hostname. Returns issuer, subject, validity dates, days until expiry, full chain, cipher, protocol, and SAN list. No Bearer required. Endpoint: https://mcp.domainee.dev/mcp
- tools_dns_record_lookup - Free public API. Look up DNS records (A, AAAA, CNAME, MX, TXT, NS, SOA) for any domain. Endpoint: https://mcp.domainee.dev/mcp
- tools_whois_lookup - Free public API. WHOIS / RDAP lookup for a domain — registrar, status, created/updated/expires dates, nameservers. Endpoint: https://mcp.domainee.dev/mcp
- tools_cname_lookup - Free public API. Resolve a hostname's CNAME chain. Useful for debugging custom-domain CNAME setups. Endpoint: https://mcp.domainee.dev/mcp
- tools_http_header_checker - Free public API. Fetch a URL and return its response headers + security grade based on common security headers. Endpoint: https://mcp.domainee.dev/mcp
- tools_dns_propagation_checker - Free public API. Query the same hostname across ~10 public DNS resolvers worldwide and report which ones return the same answer. Useful right after a DNS change. Endpoint: https://mcp.domainee.dev/mcp
- tools_redirect_checker - Free public API. Follow a URL's redirect chain and return every hop with status code, response time, final destination. Endpoint: https://mcp.domainee.dev/mcp
- tools_spf_record_checker - Free public API. Look up and validate the SPF record for a domain. Counts void/total DNS lookups, flags syntax issues, validates against RFC 7208's 10-lookup limit. Endpoint: https://mcp.domainee.dev/mcp
- tools_domain_age_checker - Free public API. Returns a domain's registration date, age in days + years, last-updated date, and expiration. Endpoint: https://mcp.domainee.dev/mcp
- tools_subdomain_finder - Free public API. Enumerate subdomains for a target domain via Certificate Transparency logs + DNS resolution. Endpoint: https://mcp.domainee.dev/mcp
- tools_reverse_ip_lookup - Free public API. Reverse-DNS (PTR) lookup for an IP address. Returns one or more hostnames if configured. Endpoint: https://mcp.domainee.dev/mcp
- tools_dmarc_record_checker - Free public API. Look up the DMARC record at _dmarc.<domain>, parse policy/alignment/reporting tags, flag missing or too-permissive settings. Endpoint: https://mcp.domainee.dev/mcp
- tools_txt_record_lookup - Free public API. Fetch all TXT records on a domain, classifying each as SPF, DKIM, DMARC, BIMI, verification token, or general. Endpoint: https://mcp.domainee.dev/mcp
- tools_website_status_checker - Free public API. Check if a website is up or down. Returns HTTP status, response time, final URL after redirects, basic SSL info. Endpoint: https://mcp.domainee.dev/mcp
- tools_dkim_record_checker - Free public API. Look up the DKIM record at <selector>._domainkey.<domain>, parse the public key, flag issues. Endpoint: https://mcp.domainee.dev/mcp
- tools_domain_availability_checker - Free public API. Check availability of a name across one or more TLDs. Pass a `name` (no TLD) and an optional `tlds` array. Endpoint: https://mcp.domainee.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.domainee
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 19, 2026
- Source: https://registry.modelcontextprotocol.io
