Domain Search MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DENY_TLDS | No | Denied TLDs (comma-separated) | localhost,internal,test,local |
| LOG_LEVEL | No | Logging level: debug | info | warn | error | info |
| ALLOWED_TLDS | No | TLD restrictions (comma-separated) | com,io,dev,app,co,net,org,xyz,ai,sh,me,cc |
| PORKBUN_API_KEY | No | Your Porkbun API key (optional, but recommended for pricing). Get your free key at: https://porkbun.com/account/api | |
| CACHE_TTL_PRICING | No | Cache TTL for pricing information in seconds (default: 1 hour) | 3600 |
| NAMECHEAP_API_KEY | No | Your Namecheap API key (optional, requires IP whitelist) | |
| NAMECHEAP_API_USER | No | Your Namecheap username (optional, requires IP whitelist) | |
| PORKBUN_API_SECRET | No | Your Porkbun API secret (optional, but recommended for pricing) | |
| RATE_LIMIT_PER_MINUTE | No | Rate limit per minute | 60 |
| CACHE_TTL_AVAILABILITY | No | Cache TTL for availability checks in seconds (default: 5 minutes) | 300 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_domainA | Search for domain availability and pricing across multiple TLDs. Returns:
Examples:
|
| bulk_searchA | Check availability for multiple domain names at once. Efficiently searches up to 100 domains in parallel with rate limiting. Use a single TLD for best performance. Returns:
Example:
|
| compare_registrarsA | Compare domain pricing across multiple registrars. Checks the same domain at different registrars to find:
Returns pricing comparison and a recommendation. Example:
|
| suggest_domainsA | Generate and check availability of domain name variations. Creates variations like:
Returns only available suggestions, ranked by quality. Example:
|
| suggest_domains_smartA | AI-powered domain name suggestion engine. Generate creative, brandable domain names from keywords or business descriptions. Combines our semantic engine with GoDaddy's AI suggestions for maximum coverage. Features:
Examples:
|
| tld_infoA | Get information about a Top Level Domain (TLD). Returns:
Example:
|
| check_socialsA | Check if a username is available on social media and developer platforms. Supports 10 platforms with varying confidence levels:
Returns availability status with confidence indicator. Example:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |