htb-app-mcp
by AeonDave
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TOKEN | No | Supported alias for compatibility | |
| HTB_TOKEN | No | Supported alias | |
| HTB_TIMEOUT | No | HTTP timeout to HTB in seconds | 30 |
| HTB_MCP_HOST | No | HTTP bind address | 127.0.0.1 |
| HTB_MCP_PATH | No | MCP HTTP path | /mcp |
| HTB_MCP_PORT | No | HTTP port | 8000 |
| HTB_API_TOKEN | No | HTB token for stdio or HTTP fallback | |
| HTB_LOAD_DOTENV | No | Set to 0 to disable .env loading | 1 |
| HTB_API_BASE_URL | No | Override base API URL | https://labs.hackthebox.com/api/v4 |
| HTB_DOWNLOAD_DIR | No | Download directory | downloads |
| HTB_MCP_LOG_LEVEL | No | Server log level | INFO |
| HTB_MCP_TRANSPORT | No | Transport: stdio, http, streamable-http | stdio |
| HTB_MCP_VERBOSE_HTTP | No | Set to 1 to re-enable verbose HTTPX logging | 0 |
| HTB_MCP_JSON_RESPONSE | No | Return JSON responses where supported | 0 |
| HTB_MCP_STATELESS_HTTP | No | HTTP stateless by default | 1 |
| HTB_DOWNLOAD_MIN_INTERVAL | No | Minimum seconds between ZIP downloads | 1.0 |
| HTB_MCP_GRACEFUL_SHUTDOWN_TIMEOUT | No | Graceful shutdown timeout in seconds | 5 |
| HTB_MCP_WINDOWS_SELECTOR_EVENT_LOOP | No | Use selector event loop on Windows | 1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AeonDave/htb-app-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server