Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 4mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai chatgpt claude domain domain-availability godaddy
+5 more
mcp model-context-protocol rdap typescript whois

Summary

AI summary

Added 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

Track dorukardahan/domain-search-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]