Domainr MCP Server
Enables domain name search, availability checking, and registration URL retrieval using the Domainr API. Supports intelligent domain suggestions with advanced filtering by registrar, keywords, and location for AI-assisted domain research workflows.
README
Domainr MCP Server
A Model Context Protocol (MCP) server that provides domain search and availability checking functionality using the Domainr API. Perfect for AI assistants and domain research workflows.
Features
- 🔍 Domain Search - Search for domains with intelligent suggestions
- ✅ Availability Checking - Check if domains are available for registration
- 🌐 Registration URLs - Get direct links to register domains
- 🎯 Advanced Filtering - Filter by registrar, keywords, and location
- ⚡ Async Performance - Built with modern async Python
Installation
Option 1: uvx (Recommended - No Installation Required)
uvx domainr-mcp-server
Option 2: uv (Modern Package Manager)
uv tool install domainr-mcp-server
Option 3: pip (Traditional)
pip install domainr-mcp-server
Setup
1. Get a Domainr API Key
- Sign up at RapidAPI
- Subscribe to the Domainr API
- Copy your API key
2. Set Environment Variable
# Linux/macOS
export DOMAINR_API_KEY="your_api_key_here"
# Windows
set DOMAINR_API_KEY=your_api_key_here
3. Configure Your MCP Client
For Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"domainr": {
"command": "domainr-mcp-server",
"env": {
"DOMAINR_API_KEY": "your_api_key_here"
}
}
}
}
For uvx users:
{
"mcpServers": {
"domainr": {
"command": "uvx",
"args": ["domainr-mcp-server"],
"env": {
"DOMAINR_API_KEY": "your_api_key_here"
}
}
}
}
Available Tools
🔍 search_domains
Search for domain names with intelligent suggestions and filtering.
Parameters:
query(required) - Search terms for domain nameslocation(optional) - Country code for localized results (default: "us")registrar(optional) - Filter by registrar (e.g., "dnsimple.com")defaults(optional) - Always include specific TLDs (e.g., "com,org")keywords(optional) - Seed results with keywords (e.g., "tech,startup")
Example:
{
"query": "awesome startup",
"keywords": "tech,software",
"defaults": "com,io"
}
✅ check_domain_status
Check availability status of specific domains.
Parameters:
domains(required) - Comma-separated list of domains to check
Example:
{
"domains": "example.com,example.io,example.org"
}
🌐 register_domain
Get registration URLs for domains.
Parameters:
domain(required) - Domain name to registerregistrar(optional) - Preferred registrar
Example:
{
"domain": "myawesomesite.com",
"registrar": "dnsimple.com"
}
Usage Examples
Basic Domain Search
User: "Find domains for a coffee shop"
Assistant: [searches domains with coffee-related keywords]
→ Returns: coffeeshop.com, mycafe.coffee, brew.cafe, etc.
Availability Check
User: "Is example.com available?"
Assistant: [checks domain status]
→ Returns: example.com: active (not available)
Complete Workflow
User: "I need a domain for my tech startup"
Assistant:
1. [searches with tech keywords]
2. [checks availability of top options]
3. [provides registration links for available domains]
Development
Local Development
git clone https://github.com/danohn/domainr-mcp-server
cd domainr-mcp-server
# Create virtual environment
python -m venv venv
source venv/bin/activate # Linux/macOS
# or
venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# Run locally
python -m domainr_mcp_server.server
Testing
# Set your API key
export DOMAINR_API_KEY="your_test_key"
# Test the server
echo '{"method":"tools/list","params":{},"jsonrpc":"2.0","id":1}' | python -m domainr_mcp_server.server
API Reference
This server integrates with the Domainr API v2 endpoints:
- Search:
/v2/search- Domain search with suggestions - Status:
/v2/status- Domain availability checking - Register:
/v2/register- Registration URL generation
Made with ❤️ for the MCP ecosystem
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。