← Registry

Security & Testing

robtex.com

Provides DNS lookup, IP reputation checking, and Lightning Network channel data tools.

x402 supported1 endpoint45 known toolsFirst detected May 10, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.robtex.com/mcp

No auth detected

Known tools 45

latest_lightning_channels

Returns the most recently opened Lightning Network channels, sorted by open time descending.

Inferred read-only
ip_reputation

Check an IP address reputation against 100+ real-time blocklists (DNSBLs).

Inferred read-only
lookup_dns

Lookup DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA) for a given hostname.

Inferred read-only
reverse_lookup_dns_records

Find hostnames that use a specific DNS record value.

Inferred read-only
reverse_lookup_mx

Find hostnames that use a specific mail server.

Inferred read-only
reverse_lookup_ns

Find hostnames that use a specific nameserver.

Inferred read-only
reverse_lookup_ip

Find hostnames that point to a specific IP address (IPv4 or IPv6).

Inferred read-only
historic_reverse_lookup_ns

Find hostnames that *previously* used a specific nameserver but no longer do.

Inferred read-only
historic_reverse_lookup_mx

Find hostnames that *previously* used a specific mail server but no longer do.

Inferred read-only
historic_reverse_lookup_ip

Find hostnames that *previously* pointed to a specific IP address but no longer do.

Inferred read-only
lookup_mac

Look up the manufacturer/vendor of a network device by its MAC address.

Inferred read-only
lookup_as_whois

Lookup WHOIS information for an Autonomous System (AS) number from the RADB routing database.

Inferred read-only
lookup_lightning_node

Lookup a Lightning Network node by public key.

Inferred read-only
lookup_lightning_channel

Lookup a Lightning channel by channel ID.

Inferred read-only
lookup_lightning_channels_per_node

Lookup all Lightning Network channels for a given node by public key.

Inferred read-only
get_recommended_lightning_peers

Get recommended Lightning Network peers for a given node.

Inferred read-only
search_lightning_nodes_by_alias

Search for Lightning Network nodes by partial alias match.

Inferred read-only
domain_rdap

Queries the authoritative RDAP registry for a domain.

Inferred read-only
parse_hostname

Parse a hostname into its constituent parts using the Mozilla Public Suffix List (9700+ entries).

Inferred read-only
is_subdomain

Check whether a hostname is a subdomain (has labels beyond the registered domain).

Inferred read-only
registered_domain

Extract the registered domain (eTLD+1) from a hostname.

Inferred read-only
tld_info

Get information about a top-level domain or effective TLD.

Inferred read-only
reverse_lookup_cname

Find hostnames that have a CNAME record pointing to the specified target.

Inferred read-only
historic_reverse_lookup_cname

Find hostnames that previously had a CNAME record pointing to the specified target but no longer do.

Inferred read-only
ip_geolocation

Get geographic location data for an IP address: country, city, region, latitude, longitude, timezone.

Inferred read-only
ip_network

Get the containing network (BGP route), AS number, AS name, and route description for an IP address.

Inferred read-only
ip_to_asn

Lightweight lookup: get just the AS number and netblock for an IP address.

Inferred read-only
ip_blocklist_check

Check an IP address against IPsum, FireHOL, Tor exit node lists, C2 indicators, Roskomnadzor (Russia), and other threat intelligence feeds.

Inferred read-only
ip_threat_intel

Combined threat intelligence: DNSBL listings, IPsum score, FireHOL lists, bad ASN flag, Tor exit status.

Inferred read-only
as_info

Get the name, organization, country, and description for an Autonomous System number.

Inferred read-only
as_prefixes

Get all IPv4 and IPv6 network prefixes (netblocks) announced by an Autonomous System.

Inferred read-only
domain_reputation

Get 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 effects
domain_ranking

Get 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-only
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.

Inferred read-only
domain_shared_ip

Find other domains hosted on the same IP address(es) as the target domain.

Inferred read-only
domain_shared_ns

Find other domains using the same nameserver(s) as the target domain.

Inferred read-only
domain_shared_mx

Find other domains using the same mail server(s) as the target domain.

Inferred read-only
check_email

Verify an email address by connecting to its mail server via SMTP.

Potential side effects
ping

Check if the API is responding.

Inferred read-only
lookup_bitcoin_transaction

Returns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel correlation.

Inferred read-only
lookup_bitcoin_address

Returns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags.

Inferred read-only
lookup_bitcoin_block

Returns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs.

Inferred read-only
bitcoin_address_transactions

Returns a paginated list of transactions involving a Bitcoin address.

Inferred read-only
bitcoin_transaction_spends

For a given transaction, returns which subsequent transactions consumed its outputs.

Inferred read-only
bitcoin_blockchain_stats

Returns cumulative blockchain metrics over a configurable block range.

Inferred read-only

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.

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.

Trust status RestrictedContent

robtex.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.