CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

DomainCheckr

nach-dakwale/domaincheckr-mcp
HTTPregistry active
Summary

Queries RDAP registries directly to check domain availability without scraping or API keys. Exposes three tools: check single domains, bulk check up to 50 at once, or generate smart suggestions from keywords that return variations across .com, .io, .ai, .dev, and .co with common prefixes. Uses Verisign RDAP for .com/.net, PIR for .org, and rdap.org for everything else. Runs as a remote server on Fly.dev so there's nothing to install locally. Useful when you're naming a project, validating user input for domain fields, or building registration flows. Also works as a standalone REST API with OpenAPI docs if you need it outside MCP contexts.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

DomainCheckr MCP Server

Check domain name availability instantly using RDAP. No API key or installation required. Works as a remote MCP server.

Quick Start

This is a remote MCP server -- no local installation needed. Just add the URL to your MCP client.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "domaincheckr": {
      "url": "https://domaincheckr.fly.dev/mcp"
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Claude Code

claude mcp add domaincheckr --transport http https://domaincheckr.fly.dev/mcp

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "domaincheckr": {
      "url": "https://domaincheckr.fly.dev/mcp"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "domaincheckr": {
      "url": "https://domaincheckr.fly.dev/mcp"
    }
  }
}

Tools

ToolDescription
check_domainCheck if a single domain name is available for registration. Returns registrar, creation date, expiry, and nameservers for taken domains.
check_domains_bulkCheck up to 50 domain names at once. Returns per-domain results with summary counts.
suggest_domainsGenerate and check domain name ideas for a keyword or business description. Creates 15 variations across .com, .io, .ai, .dev, .co and common prefixes/suffixes.

Example Prompts

Try asking your AI assistant:

  • "Is coolstartup.com available?"
  • "Check if these domains are available: acmecorp.com, acmehq.com, getacme.com"
  • "Find me a domain for a pet grooming business"
  • "I'm building a fintech app called PayFlow, find me a domain"

How It Works

DomainCheckr uses the RDAP protocol (Registration Data Access Protocol) to check domain availability in real time. RDAP is the modern replacement for WHOIS, standardized by the IETF.

  • Queries Verisign RDAP for .com/.net domains
  • Queries PIR RDAP for .org domains
  • Falls back to rdap.org for all other TLDs
  • HTTP 404 = available, HTTP 200 = taken

No scraping, no third-party APIs, no rate-limited services. Direct registry queries.

REST API

The same service is available as a REST API for building your own integrations or ChatGPT Actions.

EndpointDescription
GET /check/{domain}Check a single domain
POST /checkBulk check (body: {"domains": ["a.com", "b.com"]}, max 50)
GET /suggest?keyword=fintechGenerate and check domain ideas
GET /healthHealth check
GET /docsInteractive API documentation
GET /openapi.jsonOpenAPI spec (for ChatGPT Actions)

Base URL: https://domaincheckr.fly.dev

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMar 13, 2026
View on GitHub