Skip to main content
Glama

Domain & Company Intel MCP

Server Details

Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
datakoot/domain-intel-mcp
GitHub Stars
0
Server Listing
domain-intel-mcp

Available Tools

6 tools
dns_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
typesNoOptional subset of record types, e.g. ["MX","TXT"]. Defaults to all common types.
domainYesDomain name, e.g. stripe.com

TDQS

A4.1/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name, e.g. stripe.com (no scheme)

TDQS

A4/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name, e.g. stripe.com

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_or_emailYesA domain (stripe.com) or an email address (a@stripe.com)

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesRegistrable domain, e.g. stripe.com

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain or full URL, e.g. shopify.com

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

  1. 6 tool updates
    • First observeddns_lookup
    • First observeddomain_intel
    • First observeddomain_report
    • First observedemail_deliverability
    • First observedsubdomains
    • First observedtech_stack

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Domain intelligence for DNS, WHOIS/RDAP, SSL/TLS, subdomain discovery, availability, valuation, email security, and typosquatting and brand protection.
    1
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Domain 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.
    13
    56
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.