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.
Inferred read-onlydnsResolve A, AAAA, MX, TXT, NS, CNAME or SOA records for a domain via public resolvers.
Inferred read-onlymxList a domain's mail servers by priority and resolve each to its A/AAAA addresses.
Inferred read-onlyspfLook up and parse a domain's SPF record; count DNS lookups and flag the all qualifier.
Inferred read-onlydmarcResolve and parse the _dmarc policy, with warnings for p=none, missing rua and pct<100.
Inferred read-onlydkimFetch a DKIM public key by selector and flag revoked (empty p=) or test-mode keys.
Inferred read-onlywhoisWHOIS/RDAP registration data for a domain or IP: registrar, status, key dates and nameservers.
Inferred read-onlydnsblCheck an IPv4 address (or a domain's A record) against ~10 well-known DNS blacklists.
Inferred read-onlyhttpFetch a URL and report HTTP status, response headers, the redirect chain and timing.
Inferred read-onlyupCheck whether a website is up: HTTP status, response time and final URL after redirects.
Inferred read-onlypropagationQuery several public DNS resolvers and compare their answers to check DNS propagation.
Inferred read-onlyportCheck whether a TCP port is open on a host: open / closed / filtered verdict, resolved IP and connect timing.
Inferred read-onlymailcheckComposite mail-deliverability check for a domain: MX, SPF, DMARC, DKIM, the MX host's PTR/FCrDNS and blacklist status, scored.
Inferred read-onlypasswordGenerate a cryptographically strong random password with chosen character sets.
Inferred read-onlypassphraseGenerate a memorable diceware-style passphrase with an entropy estimate.
Inferred read-onlycaseConvert text case (upper/lower/title/sentence/camel/pascal/snake/kebab/constant) with counts.
Inferred read-onlynumbersConvert an integer between binary, octal, decimal, hex and any base 2-36 (BigInt).
Inferred read-onlychmodConvert a Unix octal file mode to symbolic notation and the chmod command.
Potential side effectssubnetIPv4 CIDR breakdown: network, broadcast, mask, wildcard, host range and usable count.
Inferred read-onlytotpGenerate a TOTP secret + otpauth URI, or compute the current 6-digit code for a secret (RFC 6238).
Inferred read-onlypaletteGenerate a harmonious 5-colour palette (random/analogous/complementary/triad/monochrome).
Inferred read-onlyheadersParse raw email headers into a hop timeline with delays, SPF/DKIM/DMARC results and source IP.
Potential side effectstimestampConvert between a Unix timestamp (seconds or milliseconds) and a human-readable UTC date.
Inferred read-onlywordcountCount characters, words, lines, sentences and paragraphs, with a reading-time estimate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.invoker-tools]
url = "https://invoker.tools/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"invoker-tools": {
"type": "http",
"url": "https://invoker.tools/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: invoker-tools
Remote MCP URL: https://invoker.tools/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"invoker-tools": {
"url": "https://invoker.tools/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"invoker-tools": {
"type": "http",
"url": "https://invoker.tools/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "invoker-tools",
"transport": "streamable-http",
"url": "https://invoker.tools/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for invoker.tools was fetched 2026-08-28T14:42:13.569Z.
invoker.tools is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.