<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: dorukardahan</title>
    <description>The latest articles on Forem by dorukardahan (@dorukardahan).</description>
    <link>https://forem.com/dorukardahan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3679362%2Fbfc07ded-b66a-43b9-aa0a-8f6b588be7e2.jpeg</url>
      <title>Forem: dorukardahan</title>
      <link>https://forem.com/dorukardahan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dorukardahan"/>
    <language>en</language>
    <item>
      <title>I Built an MCP Server to Check Domain Availability from AI Assistants</title>
      <dc:creator>dorukardahan</dc:creator>
      <pubDate>Fri, 26 Dec 2025 09:08:30 +0000</pubDate>
      <link>https://forem.com/dorukardahan/i-built-an-mcp-server-to-check-domain-availability-from-ai-assistants-24i</link>
      <guid>https://forem.com/dorukardahan/i-built-an-mcp-server-to-check-domain-availability-from-ai-assistants-24i</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update (Dec 27):&lt;/strong&gt; v1.2.1 now features &lt;strong&gt;dual-source AI suggestions&lt;/strong&gt; --- combines our semantic engine with GoDaddy's AI to generate smarter domain names. Also: reliable Twitter handle detection via oembed API, intelligent caching, and comprehensive rate-limiting docs.&lt;/p&gt;




&lt;p&gt;Last week, I was brainstorming names for a new side project with Claude. Every time I came up with a name, I had to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Leave the AI assistant&lt;/li&gt;
&lt;li&gt;Open Namecheap/Porkbun&lt;/li&gt;
&lt;li&gt;Search the domain&lt;/li&gt;
&lt;li&gt;Go back&lt;/li&gt;
&lt;li&gt;Report the result&lt;/li&gt;
&lt;li&gt;Repeat 50 times&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This was frustrating. So I built a solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing Domain Search MCP
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/dorukardahan/domain-search-mcp" rel="noopener noreferrer"&gt;Domain Search MCP&lt;/a&gt; is an open-source MCP server that gives AI assistants the ability to check domain availability in real-time.&lt;/p&gt;

&lt;p&gt;Now my workflow is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Me:&lt;/strong&gt; "Is vibecoding.com available?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI:&lt;/strong&gt; "vibecoding.com is available at $9.73/year on Porkbun"&lt;/p&gt;

&lt;h2&gt;
  
  
  What is MCP?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://modelcontextprotocol.io" rel="noopener noreferrer"&gt;Model Context Protocol (MCP)&lt;/a&gt; is Anthropic's open standard for connecting AI assistants to external tools. Think of it as USB-C for AI --- a universal interface that lets any compatible AI assistant use any compatible tool.&lt;/p&gt;

&lt;p&gt;Before MCP, if you wanted Claude to check domains, you'd need custom integrations. With MCP, you install the server once and it works everywhere: Claude Code, Codex, VS Code, Cursor, Cline, and any other MCP-compatible client.&lt;/p&gt;

&lt;p&gt;The protocol handles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tool discovery&lt;/strong&gt;: AI learns what tools are available&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schema validation&lt;/strong&gt;: Ensures correct parameters&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure execution&lt;/strong&gt;: Tools run locally on your machine&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Streaming results&lt;/strong&gt;: Real-time feedback during operations&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Multi-Source Search (5 Sources)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Porkbun&lt;/strong&gt; (with pricing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Namecheap&lt;/strong&gt; (with pricing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GoDaddy&lt;/strong&gt; (via MCP - no API key needed!)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RDAP&lt;/strong&gt; (free, 50+ TLDs)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;WHOIS&lt;/strong&gt; (fallback)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Social Handle Checking
&lt;/h3&gt;

&lt;p&gt;Check availability across 10 platforms: GitHub, npm, PyPI, Twitter (now with reliable oembed detection!), Reddit, Instagram, LinkedIn, TikTok, YouTube, and ProductHunt.&lt;/p&gt;

&lt;p&gt;Results are cached intelligently --- taken names for 24h, available for 1h.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Premium Domain Analysis
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ai.io is $5000 (125x standard pricing)

Why: Two-character domain, Popular keyword, High-demand TLD
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  4. Dual-Source Smart Suggestions (New in v1.2.1)
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;suggest_domains_smart&lt;/code&gt; combines two AI engines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Semantic Engine&lt;/strong&gt;: Word segmentation, synonyms, industry vocabulary, portmanteau generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GoDaddy AI&lt;/strong&gt;: Context-aware suggestions that are pre-verified for availability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Domains found in both sources get boosted scores. Just describe your project:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Me:&lt;/strong&gt; "Suggest domains for an AI code review tool"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI:&lt;/strong&gt; Returns 15 brandable options, already checked for availability&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; domain-search-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Works with any MCP-compatible client: Claude Code, Codex, VS Code, Cursor, Cline, and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's New in v1.2.1
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;What it does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Dual-Source AI&lt;/td&gt;
&lt;td&gt;Smart suggestions from semantic engine + GoDaddy AI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Twitter Fix&lt;/td&gt;
&lt;td&gt;Reliable oembed API detection (no more false positives)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Smart Caching&lt;/td&gt;
&lt;td&gt;Taken: 24h, Available: 1h, Errors: 5min&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rate Limiting&lt;/td&gt;
&lt;td&gt;Automatic 429 handling with exponential backoff&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Better Docs&lt;/td&gt;
&lt;td&gt;WHOIS/RDAP optimization guide + workflow examples&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/dorukardahan/domain-search-mcp" rel="noopener noreferrer"&gt;https://github.com/dorukardahan/domain-search-mcp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this helped you, consider giving it a ⭐ on GitHub!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>typescript</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
