Security & Testing
robtex.com
Provides DNS lookup, IP reputation checking, and Lightning Network channel data tools.
ENDPOINT 1
https://mcp.robtex.com/mcp
Known tools 45
latest_lightning_channelsReturns the most recently opened Lightning Network channels, sorted by open time descending.
Inferred read-onlyip_reputationCheck an IP address reputation against 100+ real-time blocklists (DNSBLs).
Inferred read-onlylookup_dnsLookup DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA) for a given hostname.
Inferred read-onlyreverse_lookup_ipFind hostnames that point to a specific IP address (IPv4 or IPv6).
Inferred read-onlyhistoric_reverse_lookup_nsFind hostnames that *previously* used a specific nameserver but no longer do.
Inferred read-onlyhistoric_reverse_lookup_mxFind hostnames that *previously* used a specific mail server but no longer do.
Inferred read-onlyhistoric_reverse_lookup_ipFind hostnames that *previously* pointed to a specific IP address but no longer do.
Inferred read-onlylookup_as_whoisLookup WHOIS information for an Autonomous System (AS) number from the RADB routing database.
Inferred read-onlylookup_lightning_channels_per_nodeLookup all Lightning Network channels for a given node by public key.
Inferred read-onlyget_recommended_lightning_peersGet recommended Lightning Network peers for a given node.
Inferred read-onlysearch_lightning_nodes_by_aliasSearch for Lightning Network nodes by partial alias match.
Inferred read-onlyparse_hostnameParse a hostname into its constituent parts using the Mozilla Public Suffix List (9700+ entries).
Inferred read-onlyis_subdomainCheck whether a hostname is a subdomain (has labels beyond the registered domain).
Inferred read-onlyreverse_lookup_cnameFind hostnames that have a CNAME record pointing to the specified target.
Inferred read-onlyhistoric_reverse_lookup_cnameFind hostnames that previously had a CNAME record pointing to the specified target but no longer do.
Inferred read-onlyip_geolocationGet geographic location data for an IP address: country, city, region, latitude, longitude, timezone.
Inferred read-onlyip_networkGet the containing network (BGP route), AS number, AS name, and route description for an IP address.
Inferred read-onlyip_to_asnLightweight lookup: get just the AS number and netblock for an IP address.
Inferred read-onlyip_blocklist_checkCheck an IP address against IPsum, FireHOL, Tor exit node lists, C2 indicators, Roskomnadzor (Russia), and other threat intelligence feeds.
Inferred read-onlyip_threat_intelCombined threat intelligence: DNSBL listings, IPsum score, FireHOL lists, bad ASN flag, Tor exit status.
Inferred read-onlyas_infoGet the name, organization, country, and description for an Autonomous System number.
Inferred read-onlyas_prefixesGet all IPv4 and IPv6 network prefixes (netblocks) announced by an Autonomous System.
Inferred read-onlydomain_reputationGet comprehensive domain reputation: Majestic rank, Tranco rank, HaGeZi blocklist status, Blackbook malware status, phishing database status, HSTS preload status, and disposable email detection.
Potential side effectsdomain_rankingGet domain popularity rankings from five independent sources: Majestic Million (backlinks), Tranco top 1M (aggregated traffic), Cloudflare Radar (1.1.1.1 DNS query popularity), Cisco Umbrella (OpenDNS query popularity), and Chrome UX Report (real Chrome user traffic).
Inferred read-onlydomain_blocklist_checkCheck a domain against HaGeZi DNS blocklists, Steven Black unified hosts, Blackbook malware list, phishing databases, Roskomnadzor (Russia), and Citizen Lab censorship lists.
Inferred read-onlydomain_shared_ipFind other domains hosted on the same IP address(es) as the target domain.
Inferred read-onlydomain_shared_nsFind other domains using the same nameserver(s) as the target domain.
Inferred read-onlydomain_shared_mxFind other domains using the same mail server(s) as the target domain.
Inferred read-onlylookup_bitcoin_transactionReturns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel correlation.
Inferred read-onlylookup_bitcoin_addressReturns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags.
Inferred read-onlylookup_bitcoin_blockReturns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs.
Inferred read-onlybitcoin_address_transactionsReturns a paginated list of transactions involving a Bitcoin address.
Inferred read-onlybitcoin_transaction_spendsFor a given transaction, returns which subsequent transactions consumed its outputs.
Inferred read-onlybitcoin_blockchain_statsReturns cumulative blockchain metrics over a configurable block range.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for robtex.com was fetched 2026-08-21T10:51:08.094Z and is being refreshed.
robtex.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.