Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.dnsape-com]
url = "https://dnsape.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dnsape-com": {
"type": "http",
"url": "https://dnsape.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dnsape-com
Remote MCP URL: https://dnsape.com/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": {
"dnsape-com": {
"url": "https://dnsape.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dnsape-com": {
"type": "http",
"url": "https://dnsape.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dnsape-com",
"transport": "streamable-http",
"url": "https://dnsape.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dns-lookup— Query DNS records for a domain.dns-history— Get the DNS-record change history for a domain.whois-lookup— Perform WHOIS lookup for a domain or IP address.whois-history— Get the WHOIS registration change history for a domain.http-headers— Fetch HTTP headers from a URL.http-headers-history— Get the HTTP security-header change history for a domain.ssl-check— Check SSL/TLS certificate for a domain.ssl-history— Get the SSL/TLS certificate change history for a domain.