domainee
Server Details
Custom domains API for SaaS: connect, verify, and manage customer domains, SSL, and DNS
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
16 toolstools_cname_lookupInspect
Free public API. Resolve a hostname's CNAME chain. Useful for debugging custom-domain CNAME setups.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname to resolve, e.g. www.example.com. |
tools_dkim_record_checkerInspect
Free public API. Look up the DKIM record at ._domainkey., parse the public key, flag issues.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check DKIM for. | |
| selector | Yes | DKIM selector — `google`, `k1`, `mxvault`, `s1`, etc. |
tools_dmarc_record_checkerInspect
Free public API. Look up the DMARC record at _dmarc., parse policy/alignment/reporting tags, flag missing or too-permissive settings.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check DMARC for. |
tools_dns_propagation_checkerInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname to check. | |
| type | No | Record type. Default: A. |
tools_dns_record_lookupInspect
Free public API. Look up DNS records (A, AAAA, CNAME, MX, TXT, NS, SOA) for any domain.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict to one record type. Default: all common types. | |
| domain | Yes | Domain to query, e.g. example.com. |
tools_domain_age_checkerInspect
Free public API. Returns a domain's registration date, age in days + years, last-updated date, and expiration.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check. |
tools_domain_availability_checkerInspect
Free public API. Check availability of a name across one or more TLDs. Pass a name (no TLD) and an optional tlds array.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bare name without TLD, e.g. `mybrand`. | |
| tlds | No | Optional list of TLDs to check, e.g. ['com', 'io', 'dev']. Default: a standard SaaS set. |
tools_http_header_checkerInspect
Free public API. Fetch a URL and return its response headers + security grade based on common security headers.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL with scheme, e.g. https://example.com. |
tools_redirect_checkerInspect
Free public API. Follow a URL's redirect chain and return every hop with status code, response time, final destination.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL. |
tools_reverse_ip_lookupInspect
Free public API. Reverse-DNS (PTR) lookup for an IP address. Returns one or more hostnames if configured.
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address, e.g. 8.8.8.8. |
tools_spf_record_checkerInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check SPF for. |
tools_ssl_checkInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname to check. Optionally with port, e.g. example.com:443. |
tools_subdomain_finderInspect
Free public API. Enumerate subdomains for a target domain via Certificate Transparency logs + DNS resolution.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Apex domain to enumerate. |
tools_txt_record_lookupInspect
Free public API. Fetch all TXT records on a domain, classifying each as SPF, DKIM, DMARC, BIMI, verification token, or general.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to fetch TXT records for. |
tools_website_status_checkerInspect
Free public API. Check if a website is up or down. Returns HTTP status, response time, final URL after redirects, basic SSL info.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to check (include scheme). |
tools_whois_lookupInspect
Free public API. WHOIS / RDAP lookup for a domain — registrar, status, created/updated/expires dates, nameservers.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to look up. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!