Skip to main content
Glama
Alurith

Umami MCP Server

by Alurith

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UMAMI_API_KEYNoUmami Cloud API key (required for Umami Cloud, or optional for self-hosted instances)
UMAMI_API_BASENoThe 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_PASSWORDNoUmami password (self-hosted only)
UMAMI_USERNAMENoUmami username (self-hosted only)

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_websitesC

List all your websites.

get_statsD

Get visitor statistics.

get_pageviewsC

View page traffic over time.

get_metricsD

See browsers, countries, devices, and more.

get_activeD

Current active visitors.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.3/5.0

Scored across 5 tools

Disambiguation3/5

The tools have some overlap in purpose, particularly 'get_metrics' and 'get_stats', which both seem to cover visitor statistics, and 'get_active' could be confused as part of metrics or stats. However, descriptions help differentiate 'get_pageviews' and 'get_websites' as more specific functions, reducing ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'get_' verb_noun pattern, such as 'get_active', 'get_metrics', 'get_pageviews', 'get_stats', and 'get_websites'. This predictable naming convention makes the set easy to understand and navigate.

Tool Count4/5

With 5 tools, the count is reasonable for a web analytics server, covering core functions like active visitors, metrics, pageviews, stats, and websites. It's slightly thin but well-scoped, as each tool appears to serve a distinct aspect of the domain without being overwhelming.

Completeness3/5

The toolset covers key read operations for web analytics, such as retrieving active visitors, metrics, pageviews, stats, and websites. However, there are notable gaps in CRUD coverage, such as missing create, update, or delete operations for websites or other entities, which could limit agent workflows for managing analytics data.

Maintenance

ActivityMaintained
ResponsivenessNo issues