Skip to main content
Glama
randalleast-beep

WolfTech DNS MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dns_lookupA

Look up any DNS record type for a given domain.

  • domain: The domain to query (e.g. "example.com")

  • record_type: One of: A, AAAA, MX, TXT, CNAME, NS, SOA, PTR, SRV, CAA

  • dns_server: DNS server to query (default "8.8.8.8"). Common: "1.1.1.1" (Cloudflare), "9.9.9.9" (Quad9)

spf_checkA

Retrieve and validate the SPF record for a domain. Checks syntax, counts DNS lookups (warns if approaching or exceeding the 10-lookup limit), and identifies common errors.

  • domain: The domain to check (e.g. "example.com")

  • dns_server: DNS server to query (default "8.8.8.8")

mx_checkA

Look up MX records for a domain with priority ordering and resolved IP addresses.

  • domain: The domain to check (e.g. "example.com")

  • dns_server: DNS server to query (default "8.8.8.8")

dmarc_checkA

Look up and parse the DMARC record for a domain.

  • domain: The domain to check (e.g. "example.com")

  • dns_server: DNS server to query (default "8.8.8.8")

dkim_checkA

Look up a DKIM record for a domain using a specific selector.

  • domain: The domain to check (e.g. "example.com")

  • selector: The DKIM selector (e.g. "selector1", "selector2", "google", "default")

  • dns_server: DNS server to query (default "8.8.8.8")

reverse_dnsA

Perform a reverse DNS lookup on an IP address.

  • ip_address: IPv4 or IPv6 address (e.g. "74.140.194.162")

  • dns_server: DNS server to query (default "8.8.8.8")

domain_healthA

Run a comprehensive check on a domain's email-related DNS configuration. Checks A, AAAA, NS, MX, SPF, DMARC, and provides an overall health assessment.

  • domain: The domain to check (e.g. "example.com")

  • dns_server: DNS server to query (default "8.8.8.8")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct DNS resource or check: generic lookup, SPF, MX, DMARC, DKIM, reverse DNS, and aggregate health. No two tools overlap in purpose.

Naming Consistency4/5

All names are lowercase snake_case and readable, but they mix patterns: 'dns_lookup' and 'reverse_dns' use different structures than the '_check' suffix used by most email validation tools. Minor inconsistency, still predictable.

Tool Count5/5

Seven tools is well-scoped for a DNS/email diagnostic server. Each tool addresses a specific need, and the count feels appropriately focused without bloat or thinness.

Completeness5/5

The set covers generic DNS lookups, core email authentication records (SPF, MX, DMARC, DKIM), reverse DNS, and an aggregate health check. It provides a complete read-only diagnostic workflow with no obvious gaps.

Maintenance

ActivityInactive
ResponsivenessSyncing