← robtex.com
INDIVIDUAL MCP TOOL
domain_blocklist_check
Check a domain against HaGeZi DNS blocklists, Steven Black unified hosts, Blackbook malware list, phishing databases, Roskomnadzor (Russia), and Citizen Lab censorship lists.
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.robtex-com]
url = "https://mcp.robtex.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"robtex-com": {
"type": "http",
"url": "https://mcp.robtex.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: robtex-com
Remote MCP URL: https://mcp.robtex.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": {
"robtex-com": {
"url": "https://mcp.robtex.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"robtex-com": {
"type": "http",
"url": "https://mcp.robtex.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "robtex-com",
"transport": "streamable-http",
"url": "https://mcp.robtex.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
latest_lightning_channels— Returns the most recently opened Lightning Network channels, sorted by open time descending.ip_reputation— Check an IP address reputation against 100+ real-time blocklists (DNSBLs).lookup_dns— Lookup DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA) for a given hostname.reverse_lookup_dns_records— Find hostnames that use a specific DNS record value.reverse_lookup_mx— Find hostnames that use a specific mail server.reverse_lookup_ns— Find hostnames that use a specific nameserver.reverse_lookup_ip— Find hostnames that point to a specific IP address (IPv4 or IPv6).historic_reverse_lookup_ns— Find hostnames that *previously* used a specific nameserver but no longer do.