{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_zmge6pkq4dpr","handle":"com-robtex-mcp","url":"https://wellknown.network/agents/com-robtex-mcp","links":{"self":"https://wellknown.network/agents/com-robtex-mcp/record.json","html":"https://wellknown.network/agents/com-robtex-mcp","markdown":"https://wellknown.network/agents/com-robtex-mcp/record.md","api":"https://wellknown.network/api/v1/agents/com-robtex-mcp","status":"https://wellknown.network/api/v1/agents/com-robtex-mcp/status","claim":"https://wellknown.network/agents/com-robtex-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/com-robtex-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:mcp.robtex.com:server:com-robtex-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"mcp","summary":"DNS, IP, AS, domain reputation, and Lightning Network intelligence (44 tools)","description":"DNS, IP, AS, domain reputation, and Lightning Network intelligence (44 tools)","publisher":{"name":"com.robtex","url":null},"homepage":null,"repository":null,"version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://mcp.robtex.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-02-18T16:49:12.314659Z","publishedAt":"2026-02-18T16:49:12.314659Z","registryName":"com.robtex/mcp"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"productivity.email","name":"Email","confidence":0.948,"provenance":"derived"},{"slug":"finance.banking","name":"Banking","confidence":0.583,"provenance":"derived"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":0.554,"provenance":"derived"},{"slug":"automation.orchestration","name":"Agent Orchestration","confidence":0.554,"provenance":"derived"},{"slug":"code.refactoring","name":"Refactoring","confidence":0.54,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.54,"provenance":"derived"},{"slug":"communication.chat","name":"Team Chat","confidence":0.51,"provenance":"derived"}],"categories":["automation","code","communication","data","dev","finance","infra","productivity"]},"observed":{"status":"live","statusReason":"Responded 8h ago.","lastOkAt":"2026-09-05T23:28:23.199Z","lastProbedAt":"2026-09-05T23:28:23.199Z","statusComputedAt":"2026-09-05T23:29:16.033Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":31},"latestObservations":[{"at":"2026-09-05T23:28:23.199Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":31,"error":null,"detail":{"tools":[{"name":"latest_lightning_channels","description":"Returns the most recently opened Lightning Network channels, sorted by open time descending."},{"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."},{"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)."},{"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 "},{"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?"},{"name":"reverse_lookup_ns","description":"Find hostnames that use a specific nameserver. For example: which hostnames use chris.ns.cloudflare.com as their nameserver?"},{"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?"},{"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."},{"name":"historic_reverse_lookup_mx","description":"Find hostnames that *previously* used a specific mail server but no longer do. Tracks email provider migrations and past MX relationships."},{"name":"historic_reverse_lookup_ip","description":"Find hostnames that *previously* pointed to a specific IP address but no longer do. Tracks hosting migrations and past IP relationships. Searches both A and AAA"},{"name":"lookup_mac","description":"Look up the manufacturer/vendor of a network device by its MAC address. Uses the official IEEE OUI (Organizationally Unique Identifier) database with ~30K entri"},{"name":"lookup_as_whois","description":"Lookup WHOIS information for an Autonomous System (AS) number from the RADB routing database. Returns routing policy, network information, and administrative co"},{"name":"lookup_lightning_node","description":"Lookup a Lightning Network node by public key. Returns node alias, peer count, channel count, and centrality ranking."},{"name":"lookup_lightning_channel","description":"Lookup a Lightning channel by channel ID. Supports numeric, block x txn x vout, or block:txn:vout formats."},{"name":"lookup_lightning_channels_per_node","description":"Lookup all Lightning Network channels for a given node by public key."},{"name":"get_recommended_lightning_peers","description":"Get recommended Lightning Network peers for a given node. Returns nodes that are NOT currently peered with the specified node but would improve its centrality s"},{"name":"search_lightning_nodes_by_alias","description":"Search for Lightning Network nodes by partial alias match. Returns nodes whose aliases contain the search term (case-insensitive)."},{"name":"domain_rdap","description":"Queries the authoritative RDAP registry for a domain. Returns availability status (HTTP 404 = available), and for registered domains: registrar name, registrati"},{"name":"parse_hostname","description":"Parse a hostname into its constituent parts using the Mozilla Public Suffix List (9700+ entries). Returns eTLD (effective TLD), registered domain, subdomain, la"},{"name":"is_subdomain","description":"Check whether a hostname is a subdomain (has labels beyond the registered domain). Uses the Mozilla Public Suffix List for accurate eTLD detection."},{"name":"registered_domain","description":"Extract the registered domain (eTLD+1) from a hostname. For example, www.mail.example.co.uk returns example.co.uk."},{"name":"tld_info","description":"Get information about a top-level domain or effective TLD. Returns whether it is in the Public Suffix List, how many sub-suffixes exist, and classification (ccT"},{"name":"reverse_lookup_cname","description":"Find hostnames that have a CNAME record pointing to the specified target. Useful for CDN and load balancer investigations."},{"name":"historic_reverse_lookup_cname","description":"Find hostnames that previously had a CNAME record pointing to the specified target but no longer do. Tracks CDN and infrastructure migrations."},{"name":"ip_geolocation","description":"Get geographic location data for an IP address: country, city, region, latitude, longitude, timezone."},{"name":"ip_network","description":"Get the containing network (BGP route), AS number, AS name, and route description for an IP address."},{"name":"ip_to_asn","description":"Lightweight lookup: get just the AS number and netblock for an IP address. Fastest way to map IP to ASN."},{"name":"ip_blocklist_check","description":"Check an IP address against IPsum, FireHOL, Tor exit node lists, C2 indicators, Roskomnadzor (Russia), and other threat intelligence feeds. Returns which lists "},{"name":"ip_threat_intel","description":"Combined threat intelligence: DNSBL listings, IPsum score, FireHOL lists, bad ASN flag, Tor exit status. Comprehensive threat assessment for an IP address."},{"name":"as_info","description":"Get the name, organization, country, and description for an Autonomous System number. Lightweight version of as_whois."},{"name":"as_prefixes","description":"Get all IPv4 and IPv6 network prefixes (netblocks) announced by an Autonomous System. Returns BGP-visible routes."},{"name":"domain_reputation","description":"Get comprehensive domain reputation: Majestic rank, Tranco rank, HaGeZi blocklist status, Blackbook malware status, phishing database status, HSTS preload statu"},{"name":"domain_ranking","description":"Get domain popularity rankings from five independent sources: Majestic Million (backlinks), Tranco top 1M (aggregated traffic), Cloudflare Radar (1.1.1.1 DNS qu"},{"name":"domain_blocklist_check","description":"Check a domain against HaGeZi DNS blocklists, Steven Black unified hosts, Blackbook malware list, phishing databases, Roskomnadzor (Russia), and Citizen Lab cen"},{"name":"dns_differential","description":"Resolve a domain through filtered public DNS resolvers and their unfiltered controls to detect provider threat-feed blocks."},{"name":"domain_shared_ip","description":"Find other domains hosted on the same IP address(es) as the target domain. Resolves the domain's A records, then performs reverse IP lookups for each."},{"name":"domain_shared_ns","description":"Find other domains using the same nameserver(s) as the target domain. Resolves the domain's NS records, then performs reverse NS lookups for each."},{"name":"domain_shared_mx","description":"Find other domains using the same mail server(s) as the target domain. Resolves the domain's MX records, then performs reverse MX lookups for each."},{"name":"check_email","description":"Verify an email address by connecting to its mail server via SMTP. Checks MX records, tests if the address is accepted (RCPT TO), detects catch-all domains, and"},{"name":"ping","description":"Check if the API is responding. Returns status and server timestamp."},{"name":"lookup_bitcoin_transaction","description":"Returns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel corr"},{"name":"lookup_bitcoin_address","description":"Returns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags. S"},{"name":"lookup_bitcoin_block","description":"Returns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs. Supports lookup by block height"},{"name":"bitcoin_address_transactions","description":"Returns a paginated list of transactions involving a Bitcoin address. Filter by direction: received (incoming funds), sent (outgoing funds), or all. Returns up "},{"name":"bitcoin_transaction_spends","description":"For a given transaction, returns which subsequent transactions consumed its outputs. Useful for UTXO tracking and chain analysis. Shows the spending txid for ea"},{"name":"bitcoin_blockchain_stats","description":"Returns cumulative blockchain metrics over a configurable block range. Available metrics include: txs, fees, segwittx, inputs, outputs, insats, outsats, btcusd,"}],"toolCount":46,"serverName":"Robtex","capabilities":["tools"],"serverVersion":"1.0.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"latest_lightning_channels","description":"Returns the most recently opened Lightning Network channels, sorted by open time descending."},{"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."},{"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)."},{"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 "},{"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?"},{"name":"reverse_lookup_ns","description":"Find hostnames that use a specific nameserver. For example: which hostnames use chris.ns.cloudflare.com as their nameserver?"},{"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?"},{"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."},{"name":"historic_reverse_lookup_mx","description":"Find hostnames that *previously* used a specific mail server but no longer do. Tracks email provider migrations and past MX relationships."},{"name":"historic_reverse_lookup_ip","description":"Find hostnames that *previously* pointed to a specific IP address but no longer do. Tracks hosting migrations and past IP relationships. Searches both A and AAA"},{"name":"lookup_mac","description":"Look up the manufacturer/vendor of a network device by its MAC address. Uses the official IEEE OUI (Organizationally Unique Identifier) database with ~30K entri"},{"name":"lookup_as_whois","description":"Lookup WHOIS information for an Autonomous System (AS) number from the RADB routing database. Returns routing policy, network information, and administrative co"},{"name":"lookup_lightning_node","description":"Lookup a Lightning Network node by public key. Returns node alias, peer count, channel count, and centrality ranking."},{"name":"lookup_lightning_channel","description":"Lookup a Lightning channel by channel ID. Supports numeric, block x txn x vout, or block:txn:vout formats."},{"name":"lookup_lightning_channels_per_node","description":"Lookup all Lightning Network channels for a given node by public key."},{"name":"get_recommended_lightning_peers","description":"Get recommended Lightning Network peers for a given node. Returns nodes that are NOT currently peered with the specified node but would improve its centrality s"},{"name":"search_lightning_nodes_by_alias","description":"Search for Lightning Network nodes by partial alias match. Returns nodes whose aliases contain the search term (case-insensitive)."},{"name":"domain_rdap","description":"Queries the authoritative RDAP registry for a domain. Returns availability status (HTTP 404 = available), and for registered domains: registrar name, registrati"},{"name":"parse_hostname","description":"Parse a hostname into its constituent parts using the Mozilla Public Suffix List (9700+ entries). Returns eTLD (effective TLD), registered domain, subdomain, la"},{"name":"is_subdomain","description":"Check whether a hostname is a subdomain (has labels beyond the registered domain). Uses the Mozilla Public Suffix List for accurate eTLD detection."},{"name":"registered_domain","description":"Extract the registered domain (eTLD+1) from a hostname. For example, www.mail.example.co.uk returns example.co.uk."},{"name":"tld_info","description":"Get information about a top-level domain or effective TLD. Returns whether it is in the Public Suffix List, how many sub-suffixes exist, and classification (ccT"},{"name":"reverse_lookup_cname","description":"Find hostnames that have a CNAME record pointing to the specified target. Useful for CDN and load balancer investigations."},{"name":"historic_reverse_lookup_cname","description":"Find hostnames that previously had a CNAME record pointing to the specified target but no longer do. Tracks CDN and infrastructure migrations."},{"name":"ip_geolocation","description":"Get geographic location data for an IP address: country, city, region, latitude, longitude, timezone."},{"name":"ip_network","description":"Get the containing network (BGP route), AS number, AS name, and route description for an IP address."},{"name":"ip_to_asn","description":"Lightweight lookup: get just the AS number and netblock for an IP address. Fastest way to map IP to ASN."},{"name":"ip_blocklist_check","description":"Check an IP address against IPsum, FireHOL, Tor exit node lists, C2 indicators, Roskomnadzor (Russia), and other threat intelligence feeds. Returns which lists "},{"name":"ip_threat_intel","description":"Combined threat intelligence: DNSBL listings, IPsum score, FireHOL lists, bad ASN flag, Tor exit status. Comprehensive threat assessment for an IP address."},{"name":"as_info","description":"Get the name, organization, country, and description for an Autonomous System number. Lightweight version of as_whois."},{"name":"as_prefixes","description":"Get all IPv4 and IPv6 network prefixes (netblocks) announced by an Autonomous System. Returns BGP-visible routes."},{"name":"domain_reputation","description":"Get comprehensive domain reputation: Majestic rank, Tranco rank, HaGeZi blocklist status, Blackbook malware status, phishing database status, HSTS preload statu"},{"name":"domain_ranking","description":"Get domain popularity rankings from five independent sources: Majestic Million (backlinks), Tranco top 1M (aggregated traffic), Cloudflare Radar (1.1.1.1 DNS qu"},{"name":"domain_blocklist_check","description":"Check a domain against HaGeZi DNS blocklists, Steven Black unified hosts, Blackbook malware list, phishing databases, Roskomnadzor (Russia), and Citizen Lab cen"},{"name":"dns_differential","description":"Resolve a domain through filtered public DNS resolvers and their unfiltered controls to detect provider threat-feed blocks."},{"name":"domain_shared_ip","description":"Find other domains hosted on the same IP address(es) as the target domain. Resolves the domain's A records, then performs reverse IP lookups for each."},{"name":"domain_shared_ns","description":"Find other domains using the same nameserver(s) as the target domain. Resolves the domain's NS records, then performs reverse NS lookups for each."},{"name":"domain_shared_mx","description":"Find other domains using the same mail server(s) as the target domain. Resolves the domain's MX records, then performs reverse MX lookups for each."},{"name":"check_email","description":"Verify an email address by connecting to its mail server via SMTP. Checks MX records, tests if the address is accepted (RCPT TO), detects catch-all domains, and"},{"name":"ping","description":"Check if the API is responding. Returns status and server timestamp."},{"name":"lookup_bitcoin_transaction","description":"Returns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel corr"},{"name":"lookup_bitcoin_address","description":"Returns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags. S"},{"name":"lookup_bitcoin_block","description":"Returns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs. Supports lookup by block height"},{"name":"bitcoin_address_transactions","description":"Returns a paginated list of transactions involving a Bitcoin address. Filter by direction: received (incoming funds), sent (outgoing funds), or all. Returns up "},{"name":"bitcoin_transaction_spends","description":"For a given transaction, returns which subsequent transactions consumed its outputs. Useful for UTXO tracking and chain analysis. Shows the spending txid for ea"},{"name":"bitcoin_blockchain_stats","description":"Returns cumulative blockchain metrics over a configurable block range. Available metrics include: txs, fees, segwittx, inputs, outputs, insats, outsats, btcusd,"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"com.robtex/mcp","url":"https://registry.modelcontextprotocol.io/v0/servers/com.robtex%2Fmcp","firstSeenAt":"2026-09-05T21:20:34.220Z","fetchedAt":"2026-09-05T21:20:34.220Z","normalizedAt":"2026-09-05T21:20:34.220Z"}]},"firstSeenAt":"2026-09-05T21:20:34.220Z","updatedAt":"2026-09-05T23:29:23.509Z"}