dreamhost-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DREAMHOST_ACCOUNT | No | Optional account number from Manage Account page. | |
| DREAMHOST_API_KEY | Yes | Your DreamHost API key generated from the panel. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dns_list_recordsA | List all DNS records for domains on your DreamHost account. |
| dns_add_recordB | Add a DNS record to a domain. Propagation can take several hours. |
| dns_remove_recordA | Remove a DNS record. record, type, and value must match the existing record exactly. |
| api_list_accessible_commandsA | List API commands your current API key is allowed to run. |
| api_list_keysA | List all API keys on the account. Requires a key with full (*) permissions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: API key management and DNS record management are separate groups with no overlap.
All tools follow a consistent 'prefix_verb_noun' pattern using snake_case, such as api_list_keys and dns_add_record.
5 tools is a reasonable number for a focused set covering API keys and DNS, though the broader DreamHost domain could justify a few more.
The set covers core operations but lacks DNS record update and API key creation/deletion, which are notable gaps for typical management tasks.