Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UMAMI_API_KEY | No | Umami Cloud API key (required for Umami Cloud, or optional for self-hosted instances) | |
| UMAMI_API_BASE | No | The base URL for the Umami API. Defaults to https://api.umami.is/v1. For self-hosted instances, use your instance's API root (e.g., https://your-umami.example/api). | https://api.umami.is/v1 |
| UMAMI_PASSWORD | No | Umami password (self-hosted only) | |
| UMAMI_USERNAME | No | Umami username (self-hosted only) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_websites | List all your websites. |
| get_stats | Get visitor statistics. |
| get_pageviews | View page traffic over time. |
| get_metrics | See browsers, countries, devices, and more. |
| get_active | Current active visitors. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |