hostwares-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOSTWARES_API_KEY | Yes | Your API key from Hostwares dashboard |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deploy_siteC | Deploy a site from a GitHub repository |
| list_sitesA | List all your deployed sites |
| get_site_statusB | Get status of a site |
| restart_siteC | Restart a site |
| stop_siteD | Stop a site |
| start_siteC | Start a stopped site |
| get_deployment_logsC | Get deployment logs for a site |
| redeploy_siteC | Trigger a new deployment |
| configure_domainB | Set a custom domain for a site |
| update_env_varsB | Set environment variables on a site |
| deploy_databaseB | Create a managed database |
| list_databasesA | List all databases |
| billing_summaryB | Get billing summary and credit balance |
| askC | Ask the Hostwares AI DevOps assistant anything |
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 14 tools
Each tool targets a distinct action: deployment, management, listing, configuration, billing, and a general assistant. There is no overlap; even similar tools like 'start_site' and 'restart_site' have clear descriptions distinguishing their purposes.
All tools use imperative verbs with snake_case naming (e.g., 'deploy_site', 'get_site_status', 'update_env_vars'), except 'ask' which is a single word but still follows the imperative style. No mixing of conventions.
With 14 tools, the set covers the major operations for a hosting platform (deploy, manage, configure, list, logs, billing) without being overwhelming. The count is well-scoped for the domain.
The tool set covers key lifecycle operations like deployment, restart, start/stop, logs, env vars, custom domains, databases, and billing. However, missing delete/undeploy for sites and databases, which are minor gaps for full CRUD coverage.