admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 2 · Act 22 · Transact 0 · Score: Not yet scored
Tool inspector
admintoolkit_check_email_auth_records
Return a read-only SPF, DMARC and DKIM report for a mail domain. Accepts a domain plus optional pasted TXT values. Includes syntax, policy strength, alignment, DNS evidence and record-specific warnings.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
dkim_record |
string | no | Pasted DKIM TXT value, e.g. 'v=DKIM1; k=rsa; p=...'. |
dmarc_record |
string | no | Pasted DMARC TXT record, e.g. 'v=DMARC1; p=reject'. |
domain |
string | yes | Mail domain to check, e.g. 'example.com'. |
policy |
string | no | Expected DMARC policy value, e.g. 'reject'. |
selector |
string | no | DKIM selector to query, e.g. 's1' or 'default'. |
selector_mode |
string | no | DKIM selector mode: 'auto', 'manual', or 'none', e.g. 'auto'. |
spf_record |
string | no | Pasted SPF TXT record, e.g. 'v=spf1 redirect=spf.example.com'. |
Raw JSON schema
{
"additionalProperties": false,
"properties": {
"dkim_record": {
"description": "Pasted DKIM TXT value, e.g. 'v=DKIM1; k=rsa; p=...'.",
"type": "string"
},
"dmarc_record": {
"description": "Pasted DMARC TXT record, e.g. 'v=DMARC1; p=reject'.",
"type": "string"
},
"domain": {
"description": "Mail domain to check, e.g. 'example.com'.",
"pattern": "^(?=.{1,253}\\.?$)(?:[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?\\.)+(?:[A-Za-z]{2,63}|[Xx][Nn]--[A-Za-z0-9](?:[A-Za-z0-9-]{0,57}[A-Za-z0-9])?)\\.?$",
"type": "string"
},
"policy": {
"description": "Expected DMARC policy value, e.g. 'reject'.",
"enum": [
"none",
"quarantine",
"reject"
],
"type": "string"
},
"selector": {
"description": "DKIM selector to query, e.g. 's1' or 'default'.",
"type": "string"
},
"selector_mode": {
"description": "DKIM selector mode: 'auto', 'manual', or 'none', e.g. 'auto'.",
"enum": [
"manual",
"auto",
"none"
],
"type": "string"
},
"spf_record": {
"description": "Pasted SPF TXT record, e.g. 'v=spf1 redirect=spf.example.com'.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
sema.run
Try Sema in the browser — a Lisp with first-class LLM primitives. No install required, runs entirely in WebAssembly.