Security & Testing
toolhq.io
Provides DNS, SSL, MX, IP geolocation, and HTTP header lookup tools for network diagnostics and security testing.
ENDPOINT 1
https://www.toolhq.io/api/mcp
MCP server metadata
- Name
- toolhq
- Version
- 1.0.0
Network tools for DNS, DNS propagation, SSL, MX, IP, IP reputation (VPN/proxy detection), HTTP header, and reverse DNS lookups. Most other toolhq utilities run client side in the browser and are not exposed here.
Known tools 8
ssl_checkInspect the TLS certificate of a host: validity, issuer, SAN, chain, protocol, and expiry.
Inferred read-onlymx_lookupList the mail servers (MX records) for a domain, with priorities and resolved IPs.
Inferred read-onlyhttp_headersFetch a URL and report the status, final URL, redirect chain, and response headers.
Inferred read-onlyip_reputationDetect whether an IP address is a VPN, proxy, Tor exit, or datacenter host.
Inferred read-onlydns_propagationCheck whether a DNS record has propagated by querying it against several independent public resolvers (Cloudflare, Google, OpenDNS, AdGuard, DNS.SB, AliDNS) at once and reporting whether their answers agree yet.
Inferred read-onlyreverse_dnsResolve the PTR (reverse DNS) records for an IP address, with forward confirmation.
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.toolhq]
url = "https://www.toolhq.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolhq": {
"type": "http",
"url": "https://www.toolhq.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolhq
Remote MCP URL: https://www.toolhq.io/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": {
"toolhq": {
"url": "https://www.toolhq.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolhq": {
"type": "http",
"url": "https://www.toolhq.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolhq",
"transport": "streamable-http",
"url": "https://www.toolhq.io/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 toolhq.io was fetched 2026-08-14T21:24:37.539Z.
toolhq.io 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.