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_tls_configuration
Return a read-only public TLS configuration report for a host. Accepts host and port plus optional HSTS evidence. Includes separate exact-version probes, a distinct verified default handshake, SAN identity/trust evidence, negotiated cipher and ALPN evidence, and HTTPS-only HSTS checks; it does not claim cipher or ALPN enumeration.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
host |
string | yes | Public TLS DNS host or IP literal to check, e.g. 'example.com' or '1.1.1.1' (no scheme; private/reserved targets are rejected). |
hsts |
string | no | Optional pasted HSTS header, e.g. 'max-age=31536000; includeSubDomains'. |
port |
string | no | TLS port number to check, e.g. '443'. |
Raw JSON schema
{
"additionalProperties": false,
"properties": {
"host": {
"anyOf": [
{
"pattern": "^(?=.{1,253}\\.?$)[A-Za-z0-9](?:[A-Za-z0-9.-]{0,251}[A-Za-z0-9])?\\.?$",
"title": "DNS hostname"
},
{
"pattern": "^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])$",
"title": "IPv4 literal"
},
{
"pattern": "^(?=[0-9A-Fa-f:]+$)(?=.*:)[0-9A-Fa-f:]+$",
"title": "IPv6 literal"
}
],
"description": "Public TLS DNS host or IP literal to check, e.g. 'example.com' or '1.1.1.1' (no scheme; private/reserved targets are rejected).",
"type": "string"
},
"hsts": {
"description": "Optional pasted HSTS header, e.g. 'max-age=31536000; includeSubDomains'.",
"type": "string"
},
"port": {
"description": "TLS port number to check, e.g. '443'.",
"pattern": "^(?:[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$",
"type": "string"
}
},
"required": [
"host"
],
"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.