You're viewing a demo portfolio

Join the waitlist
PRSM

securitytrails_dns_history

Active

Tool of Securitytrails

declared in 0.1.0

Historical DNS records for <hostname>. Returns past record values with first/last-seen dates for a given record type (a, aaaa, mx, ns, soa, txt). Example: securitytrails_dns_history({ hostname: "github.com", type: "a", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "hostname",
    "_apiKey"
  ],
  "properties": {
    "type": {
      "enum": [
        "a",
        "aaaa",
        "mx",
        "ns",
        "soa",
        "txt"
      ],
      "type": "string",
      "description": "DNS record type: a, aaaa, mx, ns, soa, or txt (default \"a\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "SecurityTrails API key"
    },
    "hostname": {
      "type": "string",
      "description": "Apex domain / hostname, e.g. \"github.com\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Securitytrails

https://github.com/pipeworx-io/mcp-securitytrails

1/7 registries
View full server →