Umami MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UMAMI_URL | No | Base URL for the Umami API. Defaults to https://api.umami.is in Cloud mode. Required for self-hosted instances. | |
| UMAMI_API_KEY | No | API key from Umami Cloud dashboard (Required for Cloud mode). | |
| UMAMI_PASSWORD | No | Login password (Required for self-hosted mode). | |
| UMAMI_USERNAME | No | Login username (Required for self-hosted mode). | |
| UMAMI_USER_AGENT | No | Custom User-Agent for outbound requests (default: umami-mcp/1.0). | umami-mcp/1.0 |
| UMAMI_CF_ACCESS_CLIENT_ID | No | Cloudflare Access service token client ID (for protected self-hosted APIs). | |
| UMAMI_CF_ACCESS_CLIENT_SECRET | No | Cloudflare Access service token secret. |
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 |
|---|---|
| get_websitesC | List all tracked websites in your Umami account. |
| get_statsB | Get summary statistics (pageviews, visitors, visits, bounces, totaltime) for a website over a date range. Timestamps are Unix milliseconds. |
| get_pageviewsC | Get time-series pageview and session data for a website, bucketed by the chosen time unit. |
| get_metricsC | Get a breakdown of metrics by a given dimension (url, referrer, browser, os, device, country, event, etc.) for a website. |
| get_activeB | Get the number of currently active visitors on a website (last 5 minutes). |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/lukasschmit/umami-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server