{"name":"dev.domainee/domainee","slug":"domainee","title":null,"description":"Custom domains API for SaaS: connect, verify, and manage customer domains, SSL, and DNS","url":"https://mcp.market/server/domainee","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:10:44.404Z","last_ok_at":"2026-09-20T21:10:44.404Z","latency_ms":260},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://domainee.dev/mcp","version":"1.0.2","remotes":[{"type":"streamable-http","url":"https://mcp.domainee.dev/mcp","headers":[{"description":"Optional. Bearer token using a Domainee API key, e.g. `Bearer sk_live_...`. Without it the 18 free diagnostic tools still work and tools/list enumerates them; with it you also get the 12 workspace tools. Create one at https://domainee.dev/developers","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"tools_cname_lookup","description":"Free public API. Resolve a hostname's CNAME chain. Useful for debugging custom-domain CNAME setups.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Hostname to resolve, e.g. www.example.com."}},"required":["host"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_dkim_record_checker","description":"Free public API. Look up the DKIM record at <selector>._domainkey.<domain>, parse the public key, flag issues.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to check DKIM for."},"selector":{"type":"string","minLength":1,"description":"DKIM selector — `google`, `k1`, `mxvault`, `s1`, etc."}},"required":["domain","selector"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_dmarc_record_checker","description":"Free public API. Look up the DMARC record at _dmarc.<domain>, parse policy/alignment/reporting tags, flag missing or too-permissive settings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to check DMARC for."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_dns_propagation_checker","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Hostname to check."},"type":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT","NS"],"description":"Record type. Default: A."}},"required":["host"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_dns_provider_lookup","description":"Free public API. Identify which DNS provider actually serves a domain, fingerprinted from its public NS records. Returns the record name written the way that provider's form expects it (providers disagree about whether the apex is '@', blank, or the full domain, and getting it wrong is the most common way a correct record lands in the wrong place), whether the provider can point a zone apex at a hostname, where its record editor lives, and the provider-specific settings that silently break custom domain setups. Use this before telling someone what DNS record to add. No Bearer required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain or hostname. Subdomains are walked up to the zone holding the NS records."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_dns_record_lookup","description":"Free public API. Look up DNS records (A, AAAA, CNAME, MX, TXT, NS, SOA) for any domain.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to query, e.g. example.com."},"type":{"type":"string","enum":["A","AAAA","CNAME","MX","TXT","NS","SOA"],"description":"Restrict to one record type. Default: all common types."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_domain_age_checker","description":"Free public API. Returns a domain's registration date, age in days + years, last-updated date, and expiration.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to check."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_domain_availability_checker","description":"Free public API. Check availability of a name across one or more TLDs. Pass a `name` (no TLD) and an optional `tlds` array.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"description":"Bare name without TLD, e.g. `mybrand`."},"tlds":{"type":"array","items":{"type":"string"},"description":"Optional list of TLDs to check, e.g. ['com', 'io', 'dev']. Default: a standard SaaS set."}},"required":["name"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_domain_connect_checker","description":"Free public API. Check whether a domain's DNS provider implements the Domain Connect protocol, read live from the _domainconnect TXT record and the provider's settings endpoint. Reports the provider and whether it offers the synchronous flow (a signed redirect with no token exchanged, the one that works in practice) or only the asynchronous OAuth flow. Note that provider support is necessary but not sufficient for one-click setup: the service being connected must also have a template the provider has synced and enabled, which many providers do only after a per-service onboarding. No Bearer required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to check, e.g. example.com."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_http_header_checker","description":"Free public API. Fetch a URL and return its response headers + security grade based on common security headers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Full URL with scheme, e.g. https://example.com."}},"required":["url"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_redirect_checker","description":"Free public API. Follow a URL's redirect chain and return every hop with status code, response time, final destination.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Starting URL."}},"required":["url"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_reverse_ip_lookup","description":"Free public API. Reverse-DNS (PTR) lookup for an IP address. Returns one or more hostnames if configured.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"type":"string","minLength":1,"description":"IPv4 or IPv6 address, e.g. 8.8.8.8."}},"required":["ip"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_spf_record_checker","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to check SPF for."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_ssl_check","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"host":{"type":"string","minLength":1,"description":"Hostname to check. Optionally with port, e.g. example.com:443."}},"required":["host"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_subdomain_finder","description":"Free public API. Enumerate subdomains for a target domain via Certificate Transparency logs + DNS resolution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Apex domain to enumerate."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_txt_record_lookup","description":"Free public API. Fetch all TXT records on a domain, classifying each as SPF, DKIM, DMARC, BIMI, verification token, or general.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to fetch TXT records for."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_website_status_checker","description":"Free public API. Check if a website is up or down. Returns HTTP status, response time, final URL after redirects, basic SSL info.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"URL to check (include scheme)."}},"required":["url"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"tools_whois_lookup","description":"Free public API. WHOIS / RDAP lookup for a domain — registrar, status, created/updated/expires dates, nameservers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","minLength":1,"description":"Domain to look up."}},"required":["domain"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-19T19:11:37.898Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:11:37.915Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 151ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.domainee.dev/mcp","reachable":true,"authRequired":false,"latencyMs":151,"serverInfo":{"name":"domainee","version":"0.3.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://domainee.dev/apple-icon.png?apple-icon.3vp0t8mz3r9ts.png","source":"site","width":160,"height":160},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}