← invoker.tools
INDIVIDUAL MCP TOOL
palette
Generate a harmonious 5-colour palette (random/analogous/complementary/triad/monochrome).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
ip— Your public IP (IPv4/IPv6) as seen by the server, plus the request headers behind it.dns— Resolve A, AAAA, MX, TXT, NS, CNAME or SOA records for a domain via public resolvers.mx— List a domain's mail servers by priority and resolve each to its A/AAAA addresses.spf— Look up and parse a domain's SPF record; count DNS lookups and flag the all qualifier.dmarc— Resolve and parse the _dmarc policy, with warnings for p=none, missing rua and pct<100.dkim— Fetch a DKIM public key by selector and flag revoked (empty p=) or test-mode keys.rdns— Reverse DNS (PTR) + forward-confirmed reverse DNS (FCrDNS) for an IP address.ssl— Inspect a host's live TLS certificate: expiry, issuer, SANs, chain and trust.