An MCP (Model Context Protocol) server that enables AI assistants like Claude to check domain availability in real-time. Powered by AgentDomainService.com. The Problem: AI assistants can't help you check if a domain is available. Traditional registrars like GoDaddy and Namecheap block automated access with CAPTCHAs and bot detection. The Solution: AgentDomainService provides a simple API that AI c
Add this skill
npx mdskills install gregm711/agent-domain-service-mcpWell-documented MCP server with useful domain checking tools, clear setup, and good examples
1# AgentDomainService MCP Server23An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that enables AI assistants like Claude to check domain availability in real-time. Powered by [AgentDomainService.com](https://agentdomainservice.com).45## Why This Exists67**The Problem:** AI assistants can't help you check if a domain is available. Traditional registrars like GoDaddy and Namecheap block automated access with CAPTCHAs and bot detection.89**The Solution:** [AgentDomainService](https://agentdomainservice.com) provides a simple API that AI can use. This MCP server wraps that API so Claude and other MCP-compatible assistants can check domains directly.1011## Features1213- **Price Filtering** - Find domains within your budget (e.g., under $15)14- **Category Search** - Browse domains by category (AI agents, startups, e-commerce, etc.)15- **AI Brainstorming** - Describe your project and get creative domain suggestions that are actually available16- **Domain Analysis** - AI-powered scoring for memorability, brandability, and SEO potential17- **Check any domain** - Verify if `yourproject.com`, `startup.io`, or `brand.ai` is available18- **Explore names across TLDs** - See availability for `.com`, `.io`, `.ai`, `.co`, `.dev`, `.app`, `.net`, `.xyz`, `.org` at once19- **Real pricing** - See actual purchase and renewal prices from Name.com (not just WHOIS/DNS checks)20- **No API keys required** - Just install and use21- **No CAPTCHAs** - [AgentDomainService](https://agentdomainservice.com) handles all the complexity2223## Installation2425### For Claude Desktop2627Add this to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):2829```json30{31 "mcpServers": {32 "domain-availability": {33 "command": "npx",34 "args": ["-y", "agent-domain-service-mcp"]35 }36 }37}38```3940Then restart Claude Desktop.4142### Manual Installation4344```bash45npm install -g agent-domain-service-mcp46```4748## Available Tools4950### `check_domain`5152Check if a specific domain is available for registration.5354**Example prompts:**55- "Is example.com available?"56- "Check if myawesomestartup.io is taken"57- "What's the price for coolproject.ai?"5859**Returns:**60- Availability status (available/registered/unknown)61- Purchase price in USD62- Renewal price per year63- Whether it's a premium domain64- Alternative suggestions if the domain is taken6566### `explore_name`6768Explore a name across multiple TLDs to find available options.6970**Example prompts:**71- "What TLDs are available for 'acmewidgets'?"72- "Explore domain options for 'nextstartup'"73- "Which extensions can I get for 'brandname'?"7475**Returns:**76- Availability across 9 popular TLDs77- Pricing for each available option78- Summary of available vs taken7980### `brainstorm_domains`8182Generate creative domain name ideas based on a description of your project. **This is what makes this MCP different** - it uses AI to suggest names AND verifies they're actually available with real pricing.8384**Example prompts:**85- "I need a domain for an AI-powered recipe app for busy parents"86- "Brainstorm domain names for a sustainable fashion marketplace"87- "Find me available domains for a developer tools startup focused on API testing"8889**Returns:**90- 10+ creative domain suggestions91- Only domains that are actually available92- Real purchase prices from Name.com93- Premium domain indicators9495### `analyze_domain`9697Get an AI-powered analysis of any domain name to help you decide if it's a good choice.9899**Example prompts:**100- "Analyze coolstartup.com - is it a good domain?"101- "What do you think of neuralflow.ai as a domain name?"102- "Score brandify.io for brandability and memorability"103104**Returns:**105- Scores (0-10) for: Memorability, Brandability, Pronunciation, SEO Potential106- List of pros and cons107- Overall verdict and recommendation108- Availability status and pricing109110### `search_domains` ⭐ NEW111112Search for available domains with filters. Perfect for finding affordable domains within a budget.113114**Example prompts:**115- "Find me domains under $15"116- "Show me available AI agent domains under $20"117- "What startup domains are available for under $10?"118- "Find cheap .com domains"119120**Parameters:**121- `category` - Filter by category (e.g., 'ai-agents', 'startup-names', 'ecommerce')122- `max_price` - Maximum price in USD (e.g., 15 for under $15)123- `min_price` - Minimum price in USD (optional)124- `tlds` - Filter by TLDs (e.g., ['com', 'io'])125- `sort` - Sort by 'price_asc', 'price_desc', or 'newest'126- `limit` - Number of results (default: 20, max: 100)127128**Returns:**129- List of available domains with pricing130- Sorted by price (cheapest first by default)131- Category tags for each domain132133### `list_categories` ⭐ NEW134135List all available domain categories with their domain counts. Use this to discover what categories are available before searching.136137**Example prompts:**138- "What domain categories are available?"139- "Show me all the categories I can search"140- "How many AI domains do you have?"141142**Returns:**143- All categories with domain counts144- Category descriptions145- Total available domains146147## Example Usage148149Once installed, you can ask Claude:150151> "Find me a domain under $15 for my AI startup"152153Claude will use `search_domains` with `max_price=15` to find affordable domains, sorted by price.154155> "I'm building an app that helps remote teams do async standups. Can you brainstorm some domain names?"156157Claude will use the `brainstorm_domains` tool to generate creative suggestions like `asynchuddle.com`, `standupflow.io`, etc. - all verified as available with real pricing.158159> "I'm starting a new AI company called 'NeuralFlow'. Can you check which domain options are available?"160161Claude will use the `explore_name` tool to check `neuralflow.com`, `neuralflow.io`, `neuralflow.ai`, etc. and show you which are available with pricing.162163> "What categories of domains do you have available?"164165Claude will use `list_categories` to show all domain categories with counts.166167> "What do you think of 'quickpulse.ai' as a domain? Is it any good?"168169Claude will use `analyze_domain` to score it on memorability, brandability, and SEO potential, then give you pros/cons and a verdict.170171## How It Works172173```174┌─────────────┐ ┌─────────────────┐ ┌─────────────────────────┐175│ Claude │─────▶│ MCP Server │─────▶│ AgentDomainService.com │176│ Desktop │◀─────│ (this package) │◀─────│ (Name.com API) │177└─────────────┘ └─────────────────┘ └─────────────────────────┘178```1791801. You ask Claude about a domain1812. Claude calls this MCP server1823. The server queries [AgentDomainService.com](https://agentdomainservice.com)1834. Results are returned to Claude1845. Claude presents the information to you185186## API Endpoints Used187188This MCP server uses the [AgentDomainService API](https://agentdomainservice.com/docs/domain-availability-api):189190- `GET /api/v1/lookup/{domain}` - Check a single domain191- `GET /api/v1/explore/{name}` - Explore a name across TLDs192- `GET /api/v1/domains/search` - Search with price/category filters ⭐ NEW193- `GET /api/v1/domains/categories` - List available categories ⭐ NEW194- `POST /api/v1/brainstorm` - AI-powered domain name generation195- `POST /api/v1/analyze-domain` - AI-powered domain analysis196197Full API documentation: [agentdomainservice.com/docs/domain-availability-api](https://agentdomainservice.com/docs/domain-availability-api)198199## Related Resources200201- **Main Website:** [agentdomainservice.com](https://agentdomainservice.com)202- **API Documentation:** [agentdomainservice.com/docs/domain-availability-api](https://agentdomainservice.com/docs/domain-availability-api)203- **LLM Instructions:** [agentdomainservice.com/llms.txt](https://agentdomainservice.com/llms.txt)204- **OpenAPI Spec:** [agentdomainservice.com/openapi.json](https://agentdomainservice.com/openapi.json)205- **Blog:** [agentdomainservice.com/blog](https://agentdomainservice.com/blog)206207## Use Cases208209- **Startup founders** brainstorming names for their next venture210- **Developers** automating domain availability checks211- **Brand managers** monitoring domain availability212- **Domain investors** researching opportunities213- **Anyone** who wants to check domains without CAPTCHAs214215## Troubleshooting216217### "Tool not found" error218219Make sure Claude Desktop is restarted after adding the config.220221### Slow responses222223[AgentDomainService](https://agentdomainservice.com) caches results. First queries may take 1-2 seconds; subsequent queries for the same domain are faster.224225### Rate limiting226227The service is free and doesn't require authentication. We ask for reasonable use. If you hit rate limits, results will show `status: unknown`.228229## Contributing230231Issues and PRs welcome! This project is open source.232233## License234235MIT236237---238239Built with [AgentDomainService.com](https://agentdomainservice.com) - Domain availability checking for AI agents.240
Full transparency — inspect the skill content before installing.