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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/randalleast-beep/wolftech-dns-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server