AgentDomainService MCP Server

AgentDomainService MCP Server

Enables AI assistants to check domain availability across multiple TLDs with real-time pricing, brainstorm creative domain names, analyze domains for brandability and SEO potential, and search for domains by price and category without CAPTCHAs.

Category
访问服务器

README

AgentDomainService MCP Server

An MCP (Model Context Protocol) server that enables AI assistants like Claude to check domain availability in real-time. Powered by AgentDomainService.com.

Why This Exists

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 can use. This MCP server wraps that API so Claude and other MCP-compatible assistants can check domains directly.

Features

  • Price Filtering - Find domains within your budget (e.g., under $15)
  • Category Search - Browse domains by category (AI agents, startups, e-commerce, etc.)
  • AI Brainstorming - Describe your project and get creative domain suggestions that are actually available
  • Domain Analysis - AI-powered scoring for memorability, brandability, and SEO potential
  • Check any domain - Verify if yourproject.com, startup.io, or brand.ai is available
  • Explore names across TLDs - See availability for .com, .io, .ai, .co, .dev, .app, .net, .xyz, .org at once
  • Real pricing - See actual purchase and renewal prices from Name.com (not just WHOIS/DNS checks)
  • No API keys required - Just install and use
  • No CAPTCHAs - AgentDomainService handles all the complexity

Installation

For Claude Desktop

Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "domain-availability": {
      "command": "npx",
      "args": ["-y", "agent-domain-service-mcp"]
    }
  }
}

Then restart Claude Desktop.

Manual Installation

npm install -g agent-domain-service-mcp

Available Tools

check_domain

Check if a specific domain is available for registration.

Example prompts:

  • "Is example.com available?"
  • "Check if myawesomestartup.io is taken"
  • "What's the price for coolproject.ai?"

Returns:

  • Availability status (available/registered/unknown)
  • Purchase price in USD
  • Renewal price per year
  • Whether it's a premium domain
  • Alternative suggestions if the domain is taken

explore_name

Explore a name across multiple TLDs to find available options.

Example prompts:

  • "What TLDs are available for 'acmewidgets'?"
  • "Explore domain options for 'nextstartup'"
  • "Which extensions can I get for 'brandname'?"

Returns:

  • Availability across 9 popular TLDs
  • Pricing for each available option
  • Summary of available vs taken

brainstorm_domains

Generate 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.

Example prompts:

  • "I need a domain for an AI-powered recipe app for busy parents"
  • "Brainstorm domain names for a sustainable fashion marketplace"
  • "Find me available domains for a developer tools startup focused on API testing"

Returns:

  • 10+ creative domain suggestions
  • Only domains that are actually available
  • Real purchase prices from Name.com
  • Premium domain indicators

analyze_domain

Get an AI-powered analysis of any domain name to help you decide if it's a good choice.

Example prompts:

  • "Analyze coolstartup.com - is it a good domain?"
  • "What do you think of neuralflow.ai as a domain name?"
  • "Score brandify.io for brandability and memorability"

Returns:

  • Scores (0-10) for: Memorability, Brandability, Pronunciation, SEO Potential
  • List of pros and cons
  • Overall verdict and recommendation
  • Availability status and pricing

search_domains ⭐ NEW

Search for available domains with filters. Perfect for finding affordable domains within a budget.

Example prompts:

  • "Find me domains under $15"
  • "Show me available AI agent domains under $20"
  • "What startup domains are available for under $10?"
  • "Find cheap .com domains"

Parameters:

  • category - Filter by category (e.g., 'ai-agents', 'startup-names', 'ecommerce')
  • max_price - Maximum price in USD (e.g., 15 for under $15)
  • min_price - Minimum price in USD (optional)
  • tlds - Filter by TLDs (e.g., ['com', 'io'])
  • sort - Sort by 'price_asc', 'price_desc', or 'newest'
  • limit - Number of results (default: 20, max: 100)

Returns:

  • List of available domains with pricing
  • Sorted by price (cheapest first by default)
  • Category tags for each domain

list_categories ⭐ NEW

List all available domain categories with their domain counts. Use this to discover what categories are available before searching.

Example prompts:

  • "What domain categories are available?"
  • "Show me all the categories I can search"
  • "How many AI domains do you have?"

Returns:

  • All categories with domain counts
  • Category descriptions
  • Total available domains

Example Usage

Once installed, you can ask Claude:

"Find me a domain under $15 for my AI startup"

Claude will use search_domains with max_price=15 to find affordable domains, sorted by price.

"I'm building an app that helps remote teams do async standups. Can you brainstorm some domain names?"

Claude will use the brainstorm_domains tool to generate creative suggestions like asynchuddle.com, standupflow.io, etc. - all verified as available with real pricing.

"I'm starting a new AI company called 'NeuralFlow'. Can you check which domain options are available?"

Claude will use the explore_name tool to check neuralflow.com, neuralflow.io, neuralflow.ai, etc. and show you which are available with pricing.

"What categories of domains do you have available?"

Claude will use list_categories to show all domain categories with counts.

"What do you think of 'quickpulse.ai' as a domain? Is it any good?"

Claude will use analyze_domain to score it on memorability, brandability, and SEO potential, then give you pros/cons and a verdict.

How It Works

┌─────────────┐      ┌─────────────────┐      ┌─────────────────────────┐
│   Claude    │─────▶│   MCP Server    │─────▶│  AgentDomainService.com │
│  Desktop    │◀─────│  (this package) │◀─────│      (Name.com API)     │
└─────────────┘      └─────────────────┘      └─────────────────────────┘
  1. You ask Claude about a domain
  2. Claude calls this MCP server
  3. The server queries AgentDomainService.com
  4. Results are returned to Claude
  5. Claude presents the information to you

API Endpoints Used

This MCP server uses the AgentDomainService API:

  • GET /api/v1/lookup/{domain} - Check a single domain
  • GET /api/v1/explore/{name} - Explore a name across TLDs
  • GET /api/v1/domains/search - Search with price/category filters ⭐ NEW
  • GET /api/v1/domains/categories - List available categories ⭐ NEW
  • POST /api/v1/brainstorm - AI-powered domain name generation
  • POST /api/v1/analyze-domain - AI-powered domain analysis

Full API documentation: agentdomainservice.com/docs/domain-availability-api

Related Resources

Use Cases

  • Startup founders brainstorming names for their next venture
  • Developers automating domain availability checks
  • Brand managers monitoring domain availability
  • Domain investors researching opportunities
  • Anyone who wants to check domains without CAPTCHAs

Troubleshooting

"Tool not found" error

Make sure Claude Desktop is restarted after adding the config.

Slow responses

AgentDomainService caches results. First queries may take 1-2 seconds; subsequent queries for the same domain are faster.

Rate limiting

The service is free and doesn't require authentication. We ask for reasonable use. If you hit rate limits, results will show status: unknown.

Contributing

Issues and PRs welcome! This project is open source.

License

MIT


Built with AgentDomainService.com - Domain availability checking for AI agents.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选