Domain & Company Intel MCP
Server Details
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- datakoot/domain-intel-mcp
- GitHub Stars
- 0
- Server Listing
- domain-intel-mcp
Available Tools
6 toolsdns_lookupAInspect
Look up DNS records for a domain via Cloudflare DNS-over-HTTPS. Returns A, AAAA, MX, NS, TXT, CNAME, and SOA records. Use to see where a domain is hosted, who runs its mail and DNS, and what verification/policy TXT records it publishes.
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Optional subset of record types, e.g. ["MX","TXT"]. Defaults to all common types. | |
| domain | Yes | Domain name, e.g. stripe.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It transparently identifies the underlying mechanism (Cloudflare DNS-over-HTTPS) and the exact data returned. While it doesn't discuss rate limits, errors, or caching, a DNS lookup is inherently read-only and the disclosure is sufficient for safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences: the first states the action and method, the second delivers use cases. Every sentence adds information and the description is front-loaded with the core purpose. No filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only DNS lookup with only two well-documented parameters and no output schema, the description covers the essential trigger conditions and expected returns. It could be more complete by noting the output format or pointing to sibling tools for WHOIS/domain intelligence, but nothing critical is missing for agent invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents both parameters, but the description adds value by listing the specific record types that constitute the 'all common types' default for the optional 'types' parameter. This clarifies what the tool will return when the parameter is omitted, going beyond the schema's generic wording.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'Look up DNS records for a domain via Cloudflare DNS-over-HTTPS.' It clearly enumerates the record types returned (A, AAAA, MX, NS, TXT, CNAME, SOA) and states concrete use cases. It does not explicitly distinguish itself from the sibling tools (domain_intel, domain_report, etc.), so it stops short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Use to see where a domain is hosted, who runs its mail and DNS, and what verification/policy TXT records it publishes' gives clear, actionable context for when to invoke this tool. It does not name alternative tools or state when not to use it, so it lacks explicit exclusions/alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
domain_intelAInspect
Registration intelligence for a domain via RDAP (the modern WHOIS). Returns registrar, creation/expiration/last-changed dates, domain age in years, EPP status codes, nameservers, DNSSEC state, and abuse contact. Use to vet a company, assess a lead, or judge how established a domain is.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. stripe.com (no scheme) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full burden of behavioral disclosure. It does state the data source (RDAP), lists the output fields, and notes the computed 'domain age in years,' making the read-only nature apparent. However, it does not mention potential data incompleteness, rate limits, or network dependency, which are relevant caveats for a live registration lookup.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is composed of three targeted sentences: purpose, return values, and use cases. Each sentence delivers distinct value with no filler or redundancy, and the core purpose is front-loaded in the first sentence.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema and no annotations, the description covers the purpose, input expectations, return contents, and usage scenarios. It does not detail output formatting or error behavior, but these are less critical for a read-only lookup with an enumerated output list. The slight gap around data-availability caveats keeps it from a perfect score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents the single 'domain' parameter with an example and the constraint '(no scheme)', achieving 100% schema description coverage. The description does not add further parameter-specific semantics beyond what is in the schema, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as providing 'Registration intelligence for a domain via RDAP' and enumerates the specific return data: registrar, dates, domain age, EPP codes, nameservers, DNSSEC state, and abuse contact. This specific verb-resource pairing distinguishes it from sibling tools like dns_lookup, subdomains, or tech_stack.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit use cases: 'vet a company, assess a lead, or judge how established a domain is.' These give an agent clear guidance on when to call the tool. It does not explicitly exclude or compare against sibling tools, but the use-case framing is strong enough to make the intended context clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
domain_reportAInspect
One-call full dossier on a domain: registration (RDAP), DNS records, email deliverability, and website tech stack, combined into a single report. Use for fast lead qualification, company research, or recon without four separate calls.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. stripe.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral burden. It discloses the tool aggregates multiple data sources into a single report, which is the key behavioral trait. It does not detail response format or potential failures, but the read-only reporting nature is clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, each earns its place: the first defines what the tool does and what it includes; the second gives practical use cases. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description adequately covers the input and the nature of the output. It could mention return structure or error conditions, but the phrase 'single report' plus the listed data categories gives an agent enough to select and invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is only one parameter, domain, and the schema already describes it with an example. The description adds no additional parameter-level detail beyond the schema, but because schema coverage is 100%, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool produces a combined domain dossier covering RDAP registration, DNS, email deliverability, and tech stack. It distinguishes itself from the sibling single-purpose tools by emphasizing 'one-call' aggregation versus separate calls.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly names use cases: fast lead qualification, company research, and recon. It implies when to use this tool over individual lookups by noting it avoids four separate calls, though it does not explicitly state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
email_deliverabilityAInspect
Assess whether a domain (or the domain of an email address) can receive mail and how strong its sender authentication is. Returns MX presence, SPF and DMARC policy, whether it's a free consumer provider (gmail, etc.) or a known disposable/temp-mail provider, and an overall verdict. Use to qualify leads and flag throwaway signups.
| Name | Required | Description | Default |
|---|---|---|---|
| domain_or_email | Yes | A domain (stripe.com) or an email address (a@stripe.com) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states what the tool returns (MX, SPF/DMARC policy, provider type, verdict) and implies a read-only assessment, which is sufficient for basic transparency. It does not mention auth needs, rate limits, or live DNS lookup caveats, but these are minor gaps for a stateless assessment tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences. The first sentence states purpose, and the second lists outputs and use cases. There is no filler, redundancy, or unnecessary detail—every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema and no annotations, the description is self-sufficient: it explains what the tool does, the exact outputs an agent can expect, and when to use it. An agent has enough information to invoke it correctly and interpret the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% description coverage for the single parameter, defining domain_or_email as 'A domain (stripe.com) or an email address (a@stripe.com)'. The description merely restates the same concept ('domain of an email address') without adding new parameter-specific detail, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Assess whether a domain... can receive mail') and a clear resource ('a domain or the domain of an email address'). It enumerates concrete outputs (MX presence, SPF, DMARC, free/disposable provider, overall verdict), which clearly distinguishes it from sibling tools like dns_lookup or domain_intel by focusing on email deliverability and sender authentication.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly gives use cases: 'Use to qualify leads and flag throwaway signups.' This is clear context for when to apply the tool. However, it does not name sibling alternatives or explain when not to use it (e.g., when raw DNS records are needed instead), so it lacks explicit when-not/exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
subdomainsAInspect
Discover subdomains of a domain from public Certificate Transparency logs (crt.sh). Useful for mapping a company's public surface (app., api., staging., etc.). Best-effort: crt.sh can be slow; returns a note if unavailable.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Registrable domain, e.g. stripe.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility. It discloses best-effort behavior, potential slowness of crt.sh, and a fallback note if unavailable. It could add more details about return structure, but the key operational caveats are covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences: purpose, use case, and caveat. Every sentence adds value and the main action is front-loaded with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only tool without an output schema, the description covers purpose, source, use case, and failure mode. It does not explicitly state the return format, but 'Discover subdomains' strongly implies a list and the operational note covers error behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter 'domain' has a complete schema description ('Registrable domain, e.g. stripe.com'), and the tool description adds no additional semantic meaning beyond that. With 100% schema coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific action ('Discover subdomains') and a distinct resource ('public Certificate Transparency logs (crt.sh)'). This is precise enough to distinguish it from sibling tools like dns_lookup or tech_stack, even without naming them explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear use case ('mapping a company's public surface') with examples of subdomain patterns. It does not list exclusions or name alternatives, so it lacks explicit 'when not to use' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tech_stackAInspect
Fingerprint the technology behind a website by fetching its homepage. Detects web server, CMS/framework (WordPress, Shopify, Next.js, etc.), CDN, analytics, and returns the page title, final URL after redirects, and key response headers. Use for competitive research and lead enrichment.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain or full URL, e.g. shopify.com |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosing behavior. It transparently states that the tool fetches the homepage, follows redirects, and extracts specific information. While it does not mention potential blocks, rate limits, or whether JavaScript rendering is used, it provides a solid behavioral picture for a read-only scanning tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the first sentence states the core action and method, and the second sentence enumerates outputs and use cases. Every sentence contributes value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simple input (one domain parameter), the absence of annotations, and the absence of an output schema, the description sufficiently covers what is needed to invoke the tool correctly and interpret its results. It states the input method, the outputs, and the intended use cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the single domain parameter is already well documented in the schema with an example. The tool description adds no new parameter-level meaning beyond the overall purpose, matching the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly defines the tool as fingerprinting the technology behind a website via its homepage, listing specific detectable categories (web server, CMS/framework, CDN, analytics) and concrete return values (page title, final URL, response headers). This distinguishes it from sibling tools like dns_lookup and subdomains, which focus on different aspects of domain investigation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use cases: 'competitive research and lead enrichment.' It does not explicitly mention when not to use the tool or compare it to alternatives, so it falls short of a 5, but the usage context is well established.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
dns_lookup - First observed
domain_intel - First observed
domain_report - First observed
email_deliverability - First observed
subdomains - First observed
tech_stack
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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!
Related MCP Connectors
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection.
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
Related MCP Servers
- AlicenseAqualityCmaintenanceDomain intelligence for DNS, WHOIS/RDAP, SSL/TLS, subdomain discovery, availability, valuation, email security, and typosquatting and brand protection.11MIT
- AlicenseAqualityDmaintenanceEnables AI agents to perform real-time WHOIS and RDAP lookups, domain availability checks, and TLD infrastructure exploration using native protocols without API keys.8MIT
- AlicenseNot gradedqualityDmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.6MIT
- AlicenseAqualityAmaintenanceDomain security reconnaissance for AI agents — 13 tools (DNS+DNSSEC, SSL/TLS, HTTP security headers, SPF/DKIM/DMARC email auth, port scan, ASN, RDAP/WHOIS) plus a one-shot security_scan returning a 0–100 Health Score (A–F). Free, no API key.13561MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct intelligence area—DNS, registration, email, subdomains, tech stack—so the set is largely unambiguous. The composite domain_report intentionally overlaps with several other tools, which creates minor selection ambiguity, though its description makes the combined-purpose clear.
All tool names follow a consistent pattern: lowercase snake_case noun phrases describing the data or intelligence returned (dns_lookup, domain_intel, domain_report, email_deliverability, subdomains, tech_stack). This is a predictable and uniform convention.
Six tools is well-scoped for a domain and company intelligence server. Each tool covers a distinct reconnaissance area, and the composite domain_report justifies its place without bloating the tool surface.
The server covers the main domain-intelligence lifecycle: DNS, registration, subdomains, email authentication, and technology fingerprinting. Minor gaps exist, such as no direct company-name-to-domain lookup and limited DNS record types, but agents can work around these for most lead-qualification and recon workflows.