Security & Testing
invoker.tools
This MCP server provides network diagnostics and domain analysis tools including IP lookup, DNS resolution, MX record retrieval, SPF parsing, and DMARC policy checking.
ENDPOINT 1
https://invoker.tools/api/mcp
Known tools 38
ipYour public IP (IPv4/IPv6) as seen by the server, plus the request headers behind it.
dnsResolve A, AAAA, MX, TXT, NS, CNAME or SOA records for a domain via public resolvers.
mxList a domain's mail servers by priority and resolve each to its A/AAAA addresses.
spfLook up and parse a domain's SPF record; count DNS lookups and flag the all qualifier.
dmarcResolve and parse the _dmarc policy, with warnings for p=none, missing rua and pct<100.
dkimFetch a DKIM public key by selector and flag revoked (empty p=) or test-mode keys.
rdnsReverse DNS (PTR) + forward-confirmed reverse DNS (FCrDNS) for an IP address.
sslInspect a host's live TLS certificate: expiry, issuer, SANs, chain and trust.
whoisWHOIS/RDAP registration data for a domain or IP: registrar, status, key dates and nameservers.
dnsblCheck an IPv4 address (or a domain's A record) against ~10 well-known DNS blacklists.
httpFetch a URL and report HTTP status, response headers, the redirect chain and timing.
upCheck whether a website is up: HTTP status, response time and final URL after redirects.
propagationQuery several public DNS resolvers and compare their answers to check DNS propagation.
portCheck whether a TCP port is open on a host: open / closed / filtered verdict, resolved IP and connect timing.
mailcheckComposite mail-deliverability check for a domain: MX, SPF, DMARC, DKIM, the MX host's PTR/FCrDNS and blacklist status, scored.
uuidGenerate one or many RFC 4122 version 4 (random) UUIDs.
idsGenerate time-sortable ULID or UUIDv7 identifiers.
passwordGenerate a cryptographically strong random password with chosen character sets.
passphraseGenerate a memorable diceware-style passphrase with an entropy estimate.
hashCompute a SHA-1/256/384/512 digest of text.
base64Encode or decode Base64 (UTF-8 safe).
jwtDecode a JWT header + payload and read exp/iat/nbf.
jsonFormat (pretty-print), minify and validate JSON.
caseConvert text case (upper/lower/title/sentence/camel/pascal/snake/kebab/constant) with counts.
numbersConvert an integer between binary, octal, decimal, hex and any base 2-36 (BigInt).
chmodConvert a Unix octal file mode to symbolic notation and the chmod command.
subnetIPv4 CIDR breakdown: network, broadcast, mask, wildcard, host range and usable count.
cronValidate a 5-field cron expression and return the next run times (UTC).
totpGenerate a TOTP secret + otpauth URI, or compute the current 6-digit code for a secret (RFC 6238).
metaGenerate SEO + Open Graph + Twitter Card meta tags for a page.
loremGenerate Lorem Ipsum placeholder text by paragraphs, sentences or words.
paletteGenerate a harmonious 5-colour palette (random/analogous/complementary/triad/monochrome).
headersParse raw email headers into a hop timeline with delays, SPF/DKIM/DMARC results and source IP.
timestampConvert between a Unix timestamp (seconds or milliseconds) and a human-readable UTC date.
urlURL-encode or decode text (percent-encoding), in component or full-URL mode.
yamlConvert between JSON and YAML.
diffLine-by-line diff of two texts, marking added, removed and unchanged lines.
wordcountCount characters, words, lines, sentences and paragraphs, with a reading-time estimate.