securitytrails_dns_history
ActiveTool of Securitytrails
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\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Securitytrails
https://github.com/pipeworx-io/mcp-securitytrails
1/7 registries