
mtarsier.com
Open-source platform for managing MCP servers and clients
MCP Hub
Fast CLI to bulk-check domains via RDAP & MCP
Free listing links are nofollow. Owners can unlock a permanent dofollow backlink.

tldx is an open-source command-line interface (CLI) tool designed for developers and domain professionals who need to perform bulk domain availability checks efficiently. Leveraging RDAP (Registration Data Access Protocol) and MCP (Mass Check Protocol), it provides rapid querying capabilities without relying on traditional WHOIS lookups. With 118 upvotes on Product Hunt and hosted on GitHub, this developer-focused tool prioritizes speed and automation for domain research workflows.
tldx specializes in high-volume domain availability checks while avoiding the rate limits and formatting inconsistencies of legacy WHOIS systems. Unlike sequential queries, it supports bulk operations through MCP—a protocol optimized for mass queries—and RDAP, which offers structured JSON responses for easier parsing.
Key capabilities include:
- Bulk domain status checks (e.g., available/taken) via MCP
- RDAP lookups for standardized registration data (registrar, expiration dates)
- TLD-aware parsing to handle domain extensions uniformly
- Lightweight execution with no persistent database or dependencies
Developers use tldx to automate domain prospecting, monitor brand infringements, or validate lists of expired domains. Since it’s open-source, users can extend functionality (e.g., integrate with domain registrars) by modifying the Go-based source code.
As a Go-based CLI, tldx requires Go 1.16+ installed. Clone the repository and build from source:
git clone https://github.com/brandonyoungdev/tldx.git
cd tldx
go build -o tldx
Basic commands:
- Check a single domain:
./tldx check example.com
- Process a list of domains from a file (one per line):
./tldx bulk-check domains.txt
- Export results as JSON for scripting:
./tldx check example.com --json
--timeout to adjust query delays and --concurrent to parallelize requests. For advanced use, contributors can adapt the RDAP/MCP client logic in the source.
tldx accelerates bulk screening of expired or dropped domains by checking hundreds of names per minute. SEO teams use it to identify available domains with backlink potential.
brand-xyz.com) to detect cybersquatting. RDAP’s structured data helps automate alerts for suspicious registrations.
The open-source code serves as a foundation for custom tools, such as registrar integrations or Slack bots that notify teams about domain status changes.
Studies on TLD adoption or domain lifecycle patterns benefit from RDAP’s machine-readable output, avoiding manual WHOIS scraping.
When comparing tldx to similar tools, consider:
- RDAP offers modern, standardized data vs. WHOIS’s inconsistent formatting.
- MCP enables bulk queries, unlike traditional WHOIS rate-limited lookups.
Tests show tldx processes 50–100 domains/minute, depending on TLDs and concurrency settings.
Go developers can modify the codebase (e.g., add PostgreSQL logging) due to its MIT License.
Active GitHub issues and commits indicate ongoing updates, though the project is smaller than commercial alternatives.
The README covers basic usage, but advanced features may require digging into the source.
whois command): - Slower and prone to parsing errors due to unstructured responses.
- Lacks bulk-check capabilities.
- Offer richer data (DNS history, risk scores) but require paid subscriptions.
- Often enforce strict query limits.
rdap): - Provide similar protocol access but require custom scripting for bulk operations.
- Include purchasing features but are vendor-locked and less transparent on pricing.
For cost-sensitive developers needing bulk checks, tldx balances speed and openness.
Yes, it’s open-source under the MIT License. No hidden costs or API keys are required.
Most ICANN-governed TLDs work via RDAP. Unsupported TLDs may fall back to WHOIS (if configured).
Absolutely. The license permits modifications and commercial integration, but always verify RDAP/MCP terms for high-volume usage.
RDAP provides structured JSON data, eliminating regex scraping. It’s also the future standard as WHOIS is phased out.
Submit pull requests or issues on GitHub. Suggested improvements include more TLD handlers and better error logging.
nofollow attributes per platform policies.Fast CLI to bulk-check domains via RDAP & MCP
No verified install command is listed yet. Use the official project link or repository for setup instructions.
Fast CLI to bulk-check domains via RDAP & MCP
No verified install command is listed yet. Use the official project link or repository for setup instructions.