A

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.

6action
https://admintoolkit.io/

live · Developer Tools · JSON · API for agents

Tools 6 tools (across 5 pages)

page: /
admintoolkit_list_toolsaction

List the same-origin read-only admintoolkit WebMCP tool contracts, input schemas, OpenAPI links, and tool URLs.

View tool JSON
{
  "name": "admintoolkit_list_tools",
  "kind": "action",
  "impl": "imperative",
  "description": "List the same-origin read-only admintoolkit WebMCP tool contracts, input schemas, OpenAPI links, and tool URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "format": {
        "type": "string",
        "enum": [
          "json"
        ],
        "description": "Response format for the admintoolkit MCP tools endpoint."
      }
    },
    "required": [],
    "additionalProperties": false
  },
  "page": "/"
}
admintoolkit_open_toolaction

Open an admintoolkit diagnostic tool page by route slug. This read-only action does not run a live lookup by itself.

View tool JSON
{
  "name": "admintoolkit_open_tool",
  "kind": "action",
  "impl": "imperative",
  "description": "Open an admintoolkit diagnostic tool page by route slug. This read-only action does not run a live lookup by itself.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string",
        "enum": [
          "ai-crawler-robots-checker",
          "llms-txt-validator",
          "a2a-agent-card-validator",
          "webmcp-tool-validator",
          "mx-record-check",
          "spf-dmarc-dkim-checker",
          "email-header-analyzer",
          "arc-chain-validator",
          "bimi-checker-generator",
          "mta-sts-checker-generator",
          "tls-rpt-checker-generator",
          "smtp-tls-readiness-checker",
          "dnssec-validator",
          "tlsa-record-checker-generator",
          "dane-validator",
          "caa-record-checker-generator",
          "http-header-analyzer",
          "ssl-cert-decoder",
          "security-txt-validator-generator",
          "tls-configuration-checker",
          "redirect-canonical-indexability-checker",
          "what-is-my-ip",
          "cidr-subnet-calculator",
          "edid-decoder"
        ],
        "description": "admintoolkit tool route slug, for example webmcp-tool-validator or smtp-tls-readiness-checker."
      }
    },
    "required": [
      "tool"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
page: /ai-crawler-robots-checker/
admintoolkit_check_ai_crawler_accessaction

Read-only admintoolkit diagnostic: AI Crawler robots.txt Checker. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.

View tool JSON
{
  "name": "admintoolkit_check_ai_crawler_access",
  "kind": "action",
  "impl": "imperative",
  "description": "Read-only admintoolkit diagnostic: AI Crawler robots.txt Checker. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "AI Crawler robots.txt Checker parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true,
        "format": "uri"
      },
      "path": {
        "type": "string",
        "description": "AI Crawler robots.txt Checker parameter: path. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true
      },
      "content": {
        "type": "string",
        "description": "AI Crawler robots.txt Checker parameter: content. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true
      }
    },
    "required": [],
    "anyOf": [
      {
        "required": [
          "url"
        ]
      },
      {
        "required": [
          "content"
        ]
      }
    ],
    "additionalProperties": false
  },
  "page": "/ai-crawler-robots-checker/"
}
page: /llms-txt-validator/
admintoolkit_validate_llms_txtaction

Read-only admintoolkit diagnostic: llms.txt Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.

View tool JSON
{
  "name": "admintoolkit_validate_llms_txt",
  "kind": "action",
  "impl": "imperative",
  "description": "Read-only admintoolkit diagnostic: llms.txt Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "llms.txt Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true,
        "format": "uri"
      },
      "content": {
        "type": "string",
        "description": "llms.txt Validator parameter: content. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true
      }
    },
    "required": [],
    "anyOf": [
      {
        "required": [
          "url"
        ]
      },
      {
        "required": [
          "content"
        ]
      }
    ],
    "additionalProperties": false
  },
  "page": "/llms-txt-validator/"
}
page: /a2a-agent-card-validator/
admintoolkit_validate_a2a_agent_cardaction

Read-only admintoolkit diagnostic: A2A Agent Card Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.

View tool JSON
{
  "name": "admintoolkit_validate_a2a_agent_card",
  "kind": "action",
  "impl": "imperative",
  "description": "Read-only admintoolkit diagnostic: A2A Agent Card Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "A2A Agent Card Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true,
        "format": "uri"
      },
      "json": {
        "type": "string",
        "description": "A2A Agent Card Validator parameter: json. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true
      }
    },
    "required": [],
    "anyOf": [
      {
        "required": [
          "url"
        ]
      },
      {
        "required": [
          "json"
        ]
      }
    ],
    "additionalProperties": false
  },
  "page": "/a2a-agent-card-validator/"
}
page: /webmcp-tool-validator/
admintoolkit_validate_webmcp_toolaction

Read-only admintoolkit diagnostic: WebMCP Tool Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.

View tool JSON
{
  "name": "admintoolkit_validate_webmcp_tool",
  "kind": "action",
  "impl": "imperative",
  "description": "Read-only admintoolkit diagnostic: WebMCP Tool Validator. Inputs are applied to the visible page controls and the existing local/live check button is triggered only when this tool is explicitly invoked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "WebMCP Tool Validator parameter: url. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true,
        "format": "uri"
      },
      "source": {
        "type": "string",
        "description": "WebMCP Tool Validator parameter: source. Used only when this read-only tool is explicitly invoked by a browser agent.",
        "untrustedContentHint": true
      }
    },
    "required": [],
    "anyOf": [
      {
        "required": [
          "url"
        ]
      },
      {
        "required": [
          "source"
        ]
      }
    ],
    "additionalProperties": false
  },
  "page": "/webmcp-tool-validator/"
}