Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAMECHEAP_API_KEY | Yes | Your Namecheap API key | |
| NAMECHEAP_SANDBOX | No | Set to 'true' to use Namecheap's sandbox environment for testing | |
| NAMECHEAP_API_USER | Yes | Your Namecheap API username | |
| NAMECHEAP_USERNAME | Yes | Your Namecheap account username | |
| NAMECHEAP_CLIENT_IP | Yes | Your whitelisted IP address | |
| NAMECHEAP_ENABLE_CHECK | No | Enable domain availability checking (default: true) | true |
| NAMECHEAP_ENABLE_GETLIST | No | Enable domain list retrieval (default: true) | true |
| NAMECHEAP_ENABLE_SETCUSTOM | No | Enable custom DNS configuration (default: true) | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| namecheap_get_domain_list | Get a list of all domains in your Namecheap account |
| namecheap_check_domain_availability | Check the availability of one or more domains |
| namecheap_set_custom_dns | Set custom DNS nameservers for a domain |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |