com.robtex/mcp
https://mcp.robtex.com/mcpskills: {'id': 'latest_lightning_channels', 'name': 'latest_lightning_channels', 'description': 'Returns the most recently opened Lightning Network channels, sorted by open time descending.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'ip_reputation', 'name': 'ip_reputation', 'description': 'Check an IP address reputation against 100+ real-time blocklists (DNSBLs). Returns listing status, threat categories, AS info, and blocklist details.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'lookup_dns', 'name': 'lookup_dns', 'description': 'Lookup DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA) for a given hostname. Also returns domain reputation info (Majestic, Tranco rankings, blocklist status).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'reverse_lookup_dns_records', 'name': 'reverse_lookup_dns_records', 'description': "Find hostnames that use a specific DNS record value. Query which hostnames point to an IP address, use a particular nameserver, or reference any DNS value. For example: 'which hostnames point to 1.2.3.4?' or 'which hostnames use chris.ns.cloudflare.com as their nameserver?'", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'reverse_lookup_mx', 'name': 'reverse_lookup_mx', 'description': 'Find hostnames that use a specific mail server. For example: which hostnames use aspmx.l.google.com as their mail server?', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'reverse_lookup_ns', 'name': 'reverse_lookup_ns', 'description': 'Find hostnames that use a specific nameserver. For example: which hostnames use chris.ns.cloudflare.com as their nameserver?', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'reverse_lookup_ip', 'name': 'reverse_lookup_ip', 'description': 'Find hostnames that point to a specific IP address (IPv4 or IPv6). Searches both A and AAAA records. For example: which hostnames point to 1.2.3.4?', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'historic_reverse_lookup_ns', 'name': 'historic_reverse_lookup_ns', 'description': 'Find hostnames that *previously* used a specific nameserver but no longer do. Tracks infrastructure migrations and past delegation relationships.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 110.7ms; conformance: pass
How to connect
https://mcp.robtex.com/mcp
curl -X POST https://mcp.robtex.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'