MCP server for Domainr domain search and availability checking
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"domainr-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Domainr MCP Server [](https://badge.fury.io/py/domainr-mcp-server) [](https://www.python.org/downloads/) 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) ```bash uvx domainr-mcp-server ``` ### Option 2: uv (Modern Package Manager) ```bash uv tool install domainr-mcp-server ``` ### Option 3: pip (Traditional) ```bash pip install domainr-mcp-server ``` ## Setup ### 1. Get a Domainr API Key 1. Sign up at [RapidAPI](https://rapidapi.com/domainr/api/domainr/) 2. Subscribe to the Domainr API 3. Copy your API key ### 2. Set Environment Variable ```bash # 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`: ```json { "mcpServers": { "domainr": { "command": "domainr-mcp-server", "env": { "DOMAINR_API_KEY": "your_api_key_here" } } } } ``` #### For uvx users: ```json { "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:** - `q…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.