- Home
- MCP servers
- AgentDomainService
AgentDomainService
- typescript
1
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"gregm711-agent-domain-service-mcp": {
"command": "npx",
"args": [
"-y",
"agent-domain-service-mcp"
]
}
}
}You run an MCP server that wraps AgentDomainService’s domain availability API, enabling AI assistants to check real-time domain availability, pricing, and suggestions without CAPTCHAs. It provides tools to search, brainstorm, analyze, and verify domains across multiple TLDs with live pricing.
How to use
Use the MCP server with an MCP client or AI assistant to perform domain checks, explore name options across TLDs, brainstorm available domains, analyze domain quality, and search by price or category. Your assistant can call the available tools and present results with actual purchase prices and renewal costs.
How to install
Prerequisites: you need a working Node.js runtime and npm. Ensure Node is installed and available in your shell.
Option A — Claude Desktop configuration (recommended for quick setup) You will add an MCP server entry to Claude Desktop’s config.
{
"mcpServers": {
"domain-availability": {
"command": "npx",
"args": ["-y", "agent-domain-service-mcp"]
}
}
}
Additional setup options
Option B — Manual installation of the MCP package If you prefer to install the MCP server globally from the command line, run this command.
npm install -g agent-domain-service-mcp
Available tools
check_domain
Check if a specific domain is available for registration, returning availability, purchase and renewal prices, and alternatives if taken.
explore_name
Explore a name across multiple TLDs to find available options with pricing and a summary of availability.
brainstorm_domains
Generate creative domain name ideas from a project description, ensuring suggestions are actually available with real pricing and premium indicators.
analyze_domain
AI-powered analysis scoring domains on memorability, brandability, pronunciation, and SEO potential, with pros/cons and a verdict.
search_domains
Search for available domains with filters like category, max_price, tlds, and sort order to find affordable options.
list_categories
List all domain categories with counts and descriptions to explore available options before searching.