This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded GoDaddy adapter with premium and auction domain detection, changing the availability check order to RDAP → GoDaddy → WHOIS.
Full changelog
🎉 New Feature: GoDaddy Public Endpoint Integration
This release adds GoDaddy's public availability API as a fallback source, enhancing domain availability checking with premium and auction domain detection.
✨ What's New
- GoDaddy Adapter: New registrar adapter using GoDaddy's public endpoint
- Premium Domain Detection: Identifies premium domains with special pricing
- Auction Domain Detection: Detects domains available through auction
- Circuit Breaker: Resilient failure handling (5 failures → 30s cooldown)
- Rate Limiting: 30 requests/minute to respect GoDaddy's public endpoint
🔄 Source Chain Update
The availability check chain is now:
RDAP → GoDaddy → WHOIS
- RDAP: Fast, unlimited, public registry data (primary)
- GoDaddy: Premium/auction detection that RDAP lacks (new!)
- WHOIS: Slow, last resort fallback
🧪 Testing
- 44 new unit tests for GoDaddy adapter
- Tests cover: availability parsing, suggestion parsing, circuit breaker, edge cases
- Total test count: 147
📦 Installation
npm install [email protected]
Or update existing installation:
npm update domain-search-mcp
Full Changelog: https://github.com/dorukardahan/domain-search-mcp/compare/v1.9.8...v1.10.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dorukardahan/domain-search-mcp
Fast domain availability aggregator with pricing. Checks Porkbun, Namecheap, GoDaddy, RDAP & WHOIS. Includes bulk search, registrar comparison, AI-powered suggestions, and social media handle checking.
Related context
Beta — feedback welcome: [email protected]