WebMCP

DeveloperWebMCP verified

admintoolkit.io WebMCP tools

admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.

24 tools1 methodsspec API surface

What can an agent do with admintoolkit.io WebMCP tools?

admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on admintoolkit.io

Tool 1 of 24WebMCPAction

admintoolkit_check_ai_crawler_access

Return a read-only RFC 9309 robots.txt access report for AI and search crawlers. Accepts robots.txt text or a public robots.txt URL plus an optional path. Includes merged matching groups, octet-normalized longest-match decisions, per-crawler evidence, transport status, crawler-registry provenance and policy snippets.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_ai_crawler_access

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_ai_crawler_access tool on admintoolkit.io with content: <string>, crawlers: <array>, path: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • content string Pasted robots.txt content to validate locally, e.g. 'User-agent: GPTBot'.
  • crawlers array Crawler tokens to evaluate as an array, e.g. ['GPTBot','Google-Extended'].
  • path string Path to evaluate against robots.txt rules, e.g. '/' or '/tools/'.
  • url string Robots.txt URL or bare domain to fetch, e.g. 'the linked page'.

Open the source definition

Tool 2 of 24WebMCPAction

admintoolkit_validate_llms_txt

Validate the required initial H1, optional summary and project details, and any H2 resource lists with link titles, URLs, optional descriptions, findings, and source-line evidence.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_llms_txt

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_llms_txt tool on admintoolkit.io with content: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • content string Pasted llms.txt Markdown content to validate locally, e.g. '# Example'.
  • url string llms.txt URL or bare domain to fetch, e.g. 'the linked page'.

Open the source definition

Tool 3 of 24WebMCPAction

admintoolkit_validate_a2a_agent_card

Return a read-only version-aware A2A Agent Card validation report. Includes v0.2, v0.3 and v1.0 structure plus discovery-path evidence without claiming endpoint, authentication or signature conformance.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_a2a_agent_card

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_a2a_agent_card tool on admintoolkit.io with json: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • json string Pasted Agent Card JSON to validate locally, e.g. '{"name":"Agent"}'.
  • url string Agent Card URL or bare domain to fetch, e.g. 'the linked page'.

Open the source definition

Tool 4 of 24WebMCPAction

admintoolkit_validate_webmcp_tool

Return a read-only WebMCP report for pasted or fetched source. Includes declarative and imperative static-source evidence separately from caller-provided runtime observation; pasted JavaScript is never executed and active runtime tools are never inferred from source alone.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_webmcp_tool

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_webmcp_tool tool on admintoolkit.io with source: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • source string Pasted HTML or JavaScript source to validate locally, e.g. 'data-tool-name=demo'.
  • url string Public page URL to fetch for WebMCP validation, e.g. 'the linked page'.

Open the source definition

Tool 5 of 24WebMCPAction

admintoolkit_check_mx_records

Return a read-only MX routing report for a mail domain. Accepts a domain name. Includes exchanger hosts, preferences, Null MX, CNAME risk, address resolution and actionable mail-routing warnings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_mx_records

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_mx_records tool on admintoolkit.io with domain: <string>. Return the structured result and cite the source page.

Input contract

  • domain string Mail domain to check via DNS MX lookup, e.g. 'example.com'.

Open the source definition

Tool 6 of 24WebMCPAction

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.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_email_auth_records

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_email_auth_records tool on admintoolkit.io with dkim_record: <string>, dmarc_record: <string>, domain: <string>, policy: <string>, selector: <string>, selector_mode: <string>, spf_record: <string>. Return the structured result and cite the source page.

Input contract

  • dkim_record string Pasted DKIM TXT value, e.g. 'v=DKIM1; k=rsa; p=...'.
  • dmarc_record string Pasted DMARC TXT record, e.g. 'v=DMARC1; p=reject'.
  • domain string Mail domain to check, e.g. 'example.com'.
  • policy string Expected DMARC policy value, e.g. 'reject'.
  • selector string DKIM selector to query, e.g. 's1' or 'default'.
  • selector_mode string DKIM selector mode: 'auto', 'manual', or 'none', e.g. 'auto'.
  • spf_record string Pasted SPF TXT record, e.g. 'v=spf1 redirect=spf.example.com'.

Open the source definition

Tool 7 of 24WebMCPAction

admintoolkit_analyze_email_headers

Return a read-only email message header report. Accepts pasted RFC 5322 headers. Includes raw Received order, recorded Authentication-Results and caller-configured authserv-id trust; it does not perform cryptographic authentication or reverse-DNS verification.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_analyze_email_headers

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_analyze_email_headers tool on admintoolkit.io with headers: <string>, trusted_authserv_ids: <array>. Return the structured result and cite the source page.

Input contract

  • headers string Full email headers to analyze, e.g. 'Authentication-Results: ...'.
  • trusted_authserv_ids array Optional authserv-id values explicitly trusted by the caller; without them, Authentication-Results remain unverified recorded claims.

Open the source definition

Tool 8 of 24WebMCPAction

admintoolkit_validate_arc_chain

Return a read-only ARC structural validation report. Accepts pasted ARC-Seal, ARC-Message-Signature and ARC-Authentication-Results fields. Includes structural completeness, instance continuity and recorded cv state; cryptographic validation and sealer trust are not evaluated.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_arc_chain

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_arc_chain tool on admintoolkit.io with headers: <string>. Return the structured result and cite the source page.

Input contract

  • headers string Message headers containing ARC fields, e.g. 'ARC-Seal: i=1; ...'.

Open the source definition

Tool 9 of 24WebMCPAction

admintoolkit_check_bimi_record

Return a read-only BIMI readiness report for a mail domain. Accepts a domain, selector and optional BIMI, DMARC, logo or certificate evidence. Includes TXT syntax, DMARC dependency, asset URL findings and a conservative BIMI draft.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_bimi_record

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_bimi_record tool on admintoolkit.io with dmarc: <string>, domain: <string>, evidence_url: <string>, logo_url: <string>, record: <string>, selector: <string>. Return the structured result and cite the source page.

Input contract

  • dmarc string Pasted DMARC TXT record for BIMI policy review, e.g. 'v=DMARC1; p=reject'.
  • domain string BIMI domain to check, e.g. 'example.com'.
  • evidence_url string BIMI VMC or evidence URL to inspect, e.g. 'the linked page'.
  • logo_url string BIMI SVG logo URL to inspect, e.g. 'the linked page'.
  • record string Pasted BIMI TXT record, e.g. 'v=BIMI1; l=the linked page'.
  • selector string BIMI selector to query, e.g. 'default'.

Open the source definition

Tool 10 of 24WebMCPAnswer

admintoolkit_check_mta_sts_policy

Return a read-only MTA-STS deployment report for a mail domain. Accepts a domain plus optional TXT, policy, MX and TLS-RPT evidence. Includes mode, max-age, syntax, id consistency, MX coverage, conformance findings and remediation warnings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_mta_sts_policy

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_mta_sts_policy tool on admintoolkit.io with dns_txt: <string>, domain: <string>, mode: <string>, mx_hosts: <string>, policy: <string>, tls_rpt: <string>. Return the structured result and cite the source page.

Input contract

  • dns_txt string Pasted _mta-sts TXT value, e.g. 'v=STSv1; id=20260713'.
  • domain string Mail domain for MTA-STS checks, e.g. 'example.com'.
  • mode string Generated MTA-STS policy mode: 'testing', 'enforce', or 'none', e.g. 'testing'.
  • mx_hosts string Known MX hostnames, one per line, e.g. 'mail.example.com'.
  • policy string Pasted MTA-STS policy text, e.g. 'version: STSv1'.
  • tls_rpt string Pasted TLS-RPT TXT value, e.g. 'v=TLSRPTv1; rua=mailto:tls@example.com'.

Open the source definition

Tool 11 of 24WebMCPAnswer

admintoolkit_check_tls_rpt_policy

Return a read-only SMTP TLS Reporting report for a mail domain. Accepts a domain plus optional TLS-RPT TXT or RUA values. Includes version syntax, reporting destinations, external-provider use, conformance findings and remediation warnings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_tls_rpt_policy

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_tls_rpt_policy tool on admintoolkit.io with dns_txt: <string>, domain: <string>, rua: <string>. Return the structured result and cite the source page.

Input contract

  • dns_txt string Pasted _smtp._tls TXT value, e.g. 'v=TLSRPTv1; rua=mailto:tls@example.com'.
  • domain string Mail domain for TLS-RPT checks, e.g. 'example.com'.
  • rua string Generated TLS-RPT rua destination, e.g. 'mailto:tls@example.com'.

Open the source definition

Tool 12 of 24WebMCPAction

admintoolkit_check_smtp_tls_readiness

Return a read-only SMTP TLS delivery readiness report for a mail domain. Accepts a domain and optional MTA-STS, TLS-RPT, DANE and FCrDNS checks. Includes MX, STARTTLS, certificate, policy-alignment and downgrade-risk findings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_smtp_tls_readiness

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_smtp_tls_readiness tool on admintoolkit.io with check_dane: <boolean>, check_fcrdns: <boolean>, check_mta_sts: <boolean>, check_tls_rpt: <boolean>, domain: <string>. Return the structured result and cite the source page.

Input contract

  • check_dane boolean Include DANE/TLSA checks; pass true or false, e.g. true.
  • check_fcrdns boolean Include forward-confirmed reverse DNS checks; pass true or false, e.g. true.
  • check_mta_sts boolean Include MTA-STS checks; pass true or false, e.g. true.
  • check_tls_rpt boolean Include TLS-RPT checks; pass true or false, e.g. true.
  • domain string Mail domain for SMTP TLS readiness checks, e.g. 'example.com'.

Open the source definition

Tool 13 of 24WebMCPAction

admintoolkit_validate_dnssec_records

Return a read-only DNSSEC evidence report for a domain. Accepts a domain plus optional DS, DNSKEY, RRSIG and resolver-status data. Includes chain readiness, algorithms, missing records, validation findings and warnings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_dnssec_records

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_dnssec_records tool on admintoolkit.io with dnskey_records: <string>, domain: <string>, ds_records: <string>, rrsig_records: <string>, status: <string>. Return the structured result and cite the source page.

Input contract

  • dnskey_records string DNSKEY records for the zone, one per line, e.g. '257 3 13 <key>'.
  • domain string DNSSEC domain to validate, e.g. 'example.com'.
  • ds_records string DS records for the domain, one per line, e.g. '12345 13 2 <digest>'.
  • rrsig_records string RRSIG records for validation context, one per line, e.g. 'example.com. RRSIG ...'.
  • status string Resolver validation status: '', 'secure', or 'bogus', e.g. 'secure'.

Open the source definition

Tool 14 of 24WebMCPAction

admintoolkit_generate_tlsa_record

Return a read-only DANE TLSA record report. Accepts host, port, protocol, usage, selector, matching type and optional certificate data. Includes owner name, digest, generated TLSA data and DNS comparison findings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_generate_tlsa_record

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_generate_tlsa_record tool on admintoolkit.io with file: <string>, host: <string>, matching: <string>, pem: <string>, port: <string>, protocol: <string>, selector: <string>, usage: <string>. Return the structured result and cite the source page.

Input contract

  • file string Certificate file content to parse, e.g. PEM text from a .crt file.
  • host string TLS service host for TLSA generation, e.g. 'mail.example.com'.
  • matching string TLSA matching type: 0=full, 1=SHA-256, 2=SHA-512.
  • pem string Certificate PEM, DER base64, or hex input, e.g. '-----BEGIN CERTIFICATE-----'.
  • port string TLS service port number, e.g. '25' or '443'.
  • protocol string TLSA transport protocol: 'tcp' or 'udp', e.g. 'tcp'.
  • selector string TLSA selector: 0=full certificate or 1=SPKI, e.g. '1'.
  • usage string TLSA certificate usage: 0=PKIX-TA, 1=PKIX-EE, 2=DANE-TA, 3=DANE-EE.

Open the source definition

Tool 15 of 24WebMCPAction

admintoolkit_validate_dane_records

Return a read-only DANE service validation report. Accepts service host, port, protocol, TLSA records, DNSSEC status and optional certificate evidence. Includes owner names, TLSA syntax, DNSSEC dependency and certificate-match findings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_dane_records

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_dane_records tool on admintoolkit.io with dnssec: <string>, host: <string>, mode: <string>, port: <string>, protocol: <string>, tlsa_records: <string>. Return the structured result and cite the source page.

Input contract

  • dnssec string DNSSEC validation status: '', 'secure', or 'bogus', e.g. 'secure'.
  • host string DANE service host to validate, e.g. 'mail.example.com'.
  • mode string DANE validation mode: 'smtp' or 'tls', e.g. 'smtp'.
  • port string DANE service port number, e.g. '25' or '443'.
  • protocol string DANE transport protocol: 'tcp' or 'udp', e.g. 'tcp'.
  • tlsa_records string TLSA records to validate, one per line, e.g. '3 1 1 <sha256>'.

Open the source definition

Tool 16 of 24WebMCPAction

admintoolkit_check_caa_records

Return a read-only CAA certificate-authority policy report for a domain. Accepts a domain plus optional CAA records and issuer details. Includes issue, issuewild, iodef, ACME parameters, policy gaps and record-generation guidance.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_caa_records

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_caa_records tool on admintoolkit.io with ca: <string>, domain: <string>, iodef: <string>, issuemail: <string>, methods: <string>, records: <string>. Return the structured result and cite the source page.

Input contract

  • ca string CA domain for generated CAA records, e.g. 'letsencrypt.org'.
  • domain string CAA domain to check, e.g. 'example.com' (no scheme).
  • iodef string CAA iodef report destination, e.g. 'mailto:security@example.com'.
  • issuemail string CAA issuemail issuer-domain value from RFC 9495, optionally followed by issuer parameters, e.g. 'letsencrypt.org; validationmethods=dns-01'.
  • methods string CAA validationmethods value, e.g. 'dns-01'.
  • records string CAA records to inspect, one per line, e.g. '0 issue letsencrypt.org'.

Open the source definition

Tool 17 of 24WebMCPAction

admintoolkit_analyze_http_headers

Return a read-only HTTP response-header report for a public endpoint. Accepts pasted headers or a public URL. Includes security, cache, framing, duplicate/conflicting header fields, prioritized findings and remediation notes.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_analyze_http_headers

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_analyze_http_headers tool on admintoolkit.io with headers: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • headers string Pasted HTTP response headers, e.g. 'Strict-Transport-Security: max-age=31536000'.
  • url string Public URL to fetch for HTTP header analysis, e.g. 'the linked page'.

Open the source definition

Tool 18 of 24WebMCPAction

admintoolkit_decode_ssl_certificate

Return a read-only X.509 TLS certificate report. Accepts PEM text or public TLS host details. Includes subject, issuer, SANs, validity, fingerprints, key usage, extensions, hostname and certificate-health findings.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_decode_ssl_certificate

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_decode_ssl_certificate tool on admintoolkit.io with host: <string>, pem: <string>, port: <string>, protocol: <string>. Return the structured result and cite the source page.

Input contract

  • host string TLS certificate host to connect to, e.g. 'example.com'.
  • pem string Certificate PEM text to decode, e.g. '-----BEGIN CERTIFICATE-----'.
  • port string TLS certificate port number, e.g. '443'.
  • protocol string Certificate protocol value, currently 'TLS', e.g. 'TLS'.

Open the source definition

Tool 19 of 24WebMCPAction

admintoolkit_validate_security_txt

Return a read-only RFC 9116 security.txt report. Accepts pasted content or a public security.txt URL plus optional contact fields. Includes contact, expiry, canonical, encryption, policy, language fields, findings and draft output.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_validate_security_txt

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_validate_security_txt tool on admintoolkit.io with contact: <string>, content: <string>, encryption: <string>, pgp_key: <string>, policy: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • contact string Generated Contact field value, e.g. 'mailto:security@example.com'.
  • content string Pasted security.txt content, e.g. 'Contact: mailto:security@example.com'.
  • encryption string Generated Encryption URL value, e.g. 'the linked page'.
  • pgp_key string Generated PGP key identifier, e.g. 'openpgp4fpr:ABCD...'.
  • policy string Generated Policy URL value, e.g. 'the linked page'.
  • url string Public security.txt URL or bare domain, e.g. 'the linked page'.

Open the source definition

Tool 20 of 24WebMCPAction

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.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_tls_configuration

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_tls_configuration tool on admintoolkit.io with host: <string>, hsts: <string>, port: <string>. Return the structured result and cite the source page.

Input contract

  • host string 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 Optional pasted HSTS header, e.g. 'max-age=31536000; includeSubDomains'.
  • port string TLS port number to check, e.g. '443'.

Open the source definition

Tool 21 of 24WebMCPAction

admintoolkit_check_redirect_indexability

Return a read-only redirect, canonical and indexability report for a public URL. Accepts a URL. Includes bounded per-hop status and SSRF evidence, final URL, HTML and HTTP canonical hints, robots meta and scoped X-Robots-Tag directives, hreflang, separate sitemap reachability and membership, and evidence completeness.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_check_redirect_indexability

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_check_redirect_indexability tool on admintoolkit.io with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string Public URL to check for redirects and indexability, e.g. 'the linked page'.

Open the source definition

Tool 22 of 24WebMCPAction

admintoolkit_show_public_ip_context

Return a read-only same-origin IP context report for the current request. Requires no input. Includes the canonical primary address, directly observed peer, trusted-proxy decision, preserved forwarded-header claims and observed address family; one request path does not prove dual-stack capability and no third-party Geo-IP lookup is performed.

How to install

Open the admintoolkit.io website and ask your browser agent to use admintoolkit_show_public_ip_context

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the admintoolkit_show_public_ip_context tool on admintoolkit.io. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 23 of 24WebMCPAction

    admintoolkit_calculate_cidr_subnet

    Return a read-only local IPv4 or IPv6 CIDR report. Accepts a CIDR block plus optional split prefix and address family. Includes exact BigInt-derived boundaries and address counts, RFC 3021 /31 and host-route /32 semantics, no IPv6 broadcast claim, embedded-IPv4 parsing and a capped subnet preview.

    How to install

    Open the admintoolkit.io website and ask your browser agent to use admintoolkit_calculate_cidr_subnet

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the admintoolkit_calculate_cidr_subnet tool on admintoolkit.io with cidr: <string>, family: <string>, target: <string>. Return the structured result and cite the source page.

    Input contract

    • cidr string CIDR block to calculate, e.g. '192.0.2.0/24'.
    • family string Address family: 'auto', 'ipv4', or 'ipv6', e.g. 'ipv4'.
    • target string Split target prefix length, e.g. '26' for /26 subnets.

    Open the source definition

    Tool 24 of 24WebMCPAction

    admintoolkit_decode_edid_data

    Return a read-only local EDID 1.3/1.4 and bounded CTA report. Includes identity, checksums, feature-qualified preferred timing, detailed timings, SVD/SAD and speaker data, selected CTA extended blocks, and lossless raw unknown blocks from hex or file content. It does not infer Atmos, DTS:X, dynamic HDR, Dolby Vision, HDR10+, FRL, DSC, VRR, ALLM, or QMS from unimplemented evidence.

    How to install

    Open the admintoolkit.io website and ask your browser agent to use admintoolkit_decode_edid_data

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the admintoolkit_decode_edid_data tool on admintoolkit.io with edid_hex: <string>, file: <string>. Return the structured result and cite the source page.

    Input contract

    • edid_hex string Pasted EDID hex string, e.g. '00ffffffffffff00...'.
    • file string EDID file contents as text or hex, e.g. a 128-byte EDID block.

    Open the source definition