Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.mikusnuz/umami

NPM · @MIKUSNUZ/UMAMI-MCP · SCANNED SEP 22

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

Available components

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3599 tokens (~52/item across 68 items; 66 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_website" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 67 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.mikusnuz/umami MCP server?

io.github.mikusnuz/umami runs locally as an npm package, launched with npx -y @mikusnuz/umami-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mikusnuz/umami-mcp

# add to Claude Code
claude mcp add mikusnuz-umami -- npx -y @mikusnuz/umami-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "mikusnuz-umami": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mikusnuz-umami": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mikusnuz-umami -- npx -y @mikusnuz/umami-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mikusnuz-umami": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mikusnuz/umami-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mikusnuz-umami --command npx --arg -y --arg @mikusnuz/umami-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mikusnuz-umami:
    command: "npx"
    args: ["-y", "@mikusnuz/umami-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mikusnuz-umami": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mikusnuz/umami-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mikusnuz-umami -t stdio -c npx -a -y @mikusnuz/umami-mcp
// mcp.json
{
  "mcpServers": {
    "mikusnuz-umami": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/@mikusnuz/umami-mcp@1.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 66 exposed · ~3,575 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_team_user ~58

Add a user to a team

NameTypeReqDescription
rolestringyesRole in the team: 'team-owner' or 'team-member'
teamIdstringyesTeam UUID
userIdstringyesUser UUID to add

No output schema declared.

No examples provided.

add_team_website ~42

Add a website to a team

NameTypeReqDescription
teamIdstringyesTeam UUID
websiteIdstringyesWebsite UUID to add to the team

No output schema declared.

No examples provided.

batch_events ~32

Send multiple events or pageviews in a single batch request

NameTypeReqDescription
eventsarrayyesArray of events to send

No output schema declared.

No examples provided.

create_report ~65

Create and save a new report

NameTypeReqDescription
descriptionstringReport description
namestringyesReport name
parametersobjectReport-specific parameters (JSON object)
typestringyesReport type
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

create_team ~22

Create a new team

NameTypeReqDescription
namestringyesTeam name

No output schema declared.

No examples provided.

create_user ~62

Create a new user (admin only)

NameTypeReqDescription
passwordstringyesPassword for the new user
rolestringUser role: 'admin' or 'user' (default: 'user')
usernamestringyesUsername for the new user

No output schema declared.

No examples provided.

create_website ~61

Create a new website to track in Umami

NameTypeReqDescription
domainstringyesWebsite domain (e.g. 'example.com')
namestringyesDisplay name for the website
shareIdstringUnique share ID for public access

No output schema declared.

No examples provided.

delete_report ~25

Delete a saved report

NameTypeReqDescription
reportIdstringyesReport UUID to delete

No output schema declared.

No examples provided.

delete_team ~24

Delete a team

NameTypeReqDescription
teamIdstringyesTeam UUID to delete

No output schema declared.

No examples provided.

delete_user ~27

Delete a user (admin only)

NameTypeReqDescription
userIdstringyesUser UUID to delete

No output schema declared.

No examples provided.

delete_website ~28

Delete a website from Umami

NameTypeReqDescription
websiteIdstringyesWebsite UUID to delete

No output schema declared.

No examples provided.

get_active_visitors ~31

Get the number of currently active visitors on a website

NameTypeReqDescription
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_daterange ~31

Get the date range of available data for a website

NameTypeReqDescription
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_data_events ~71

Get event data events (custom event names and counts) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
eventNamestringFilter by event name
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_data_fields ~72

Get event data fields (property keys and their data types) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
eventNamestringFilter by event name
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_data_stats ~68

Get event data statistics (summary counts) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
eventNamestringFilter by event name
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_data_values ~85

Get event data values (aggregated counts for a specific property) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
eventNamestringFilter by event name
propertyNamestringFilter by property name
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_series ~108

Get event metrics over time (event series data) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
eventNamestringFilter by event name
startAtnumberyesStart timestamp in milliseconds
timezonestringTimezone (e.g. 'Asia/Seoul')
unitstringyesTime grouping unit
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_event_values ~53

Get event or session property values for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_events ~90

Get event data for a website over time

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
startAtnumberyesStart timestamp in milliseconds
timezonestringTimezone (e.g. 'Asia/Seoul')
unitstringyesTime grouping unit
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_me ~16

Get the currently authenticated user's profile information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_metrics ~114

Get aggregated metrics for a website (e.g. top pages, browsers, countries, devices, OS, events)

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
limitnumberMax results to return (default 500)
referrerstringFilter by referrer
startAtnumberyesStart timestamp in milliseconds
typestringyesMetric type to aggregate
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_my_teams ~56

Get the list of teams the current user belongs to

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter teams

No output schema declared.

No examples provided.

get_my_websites ~56

Get the list of websites belonging to the current user

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter websites

No output schema declared.

No examples provided.

get_pageviews ~106

Get pageview and session counts over time for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
referrerstringFilter by referrer
startAtnumberyesStart timestamp in milliseconds
timezonestringTimezone (e.g. 'Asia/Seoul')
unitstringyesTime grouping unit
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_realtime ~48

Get real-time data for a website (last 30 minutes). Returns current visitors, active URLs, referrers, countries, and events.

NameTypeReqDescription
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_report ~26

Get details of a specific saved report

NameTypeReqDescription
reportIdstringyesReport UUID

No output schema declared.

No examples provided.

get_session ~35

Get details of a specific session

NameTypeReqDescription
sessionIdstringyesSession UUID
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_session_activity ~43

Get activity log for a specific session (pages visited, events fired)

NameTypeReqDescription
sessionIdstringyesSession UUID
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_session_data_properties ~57

Get session data property names and their data types for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_session_data_values ~72

Get session data values (aggregated counts for session properties) for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
propertyNamestringFilter by property name
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_session_properties ~38

Get custom properties attached to a specific session

NameTypeReqDescription
sessionIdstringyesSession UUID
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_session_stats ~82

Get summarized session statistics for a website (total sessions, unique visitors, etc.)

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
referrerstringFilter by referrer
startAtnumberyesStart timestamp in milliseconds
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_sessions ~93

Get session data for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
orderBystringField to order by
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_sessions_weekly ~52

Get weekly session data for a website

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
startAtnumberyesStart timestamp in milliseconds
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_share ~43

Get shared website data by share ID (public access, no auth required for the share itself)

NameTypeReqDescription
shareIdstringyesThe share ID of a publicly shared website

No output schema declared.

No examples provided.

get_stats ~85

Get summary statistics for a website (pageviews, visitors, visits, bounces, totaltime)

NameTypeReqDescription
endAtnumberyesEnd timestamp in milliseconds
referrerstringFilter by referrer
startAtnumberyesStart timestamp in milliseconds
urlstringFilter by URL path
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_team ~25

Get details of a specific team

NameTypeReqDescription
teamIdstringyesTeam UUID

No output schema declared.

No examples provided.

get_team_user ~37

Get details of a specific team member

NameTypeReqDescription
teamIdstringyesTeam UUID
userIdstringyesUser UUID

No output schema declared.

No examples provided.

get_user ~28

Get details of a specific user (admin only)

NameTypeReqDescription
userIdstringyesUser UUID

No output schema declared.

No examples provided.

get_user_teams ~68

Get the list of teams a user belongs to (admin only)

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter teams
userIdstringyesUser UUID

No output schema declared.

No examples provided.

get_user_usage ~54

Get usage statistics for a specific user (admin only)

NameTypeReqDescription
endAtnumberEnd timestamp in milliseconds
startAtnumberStart timestamp in milliseconds
userIdstringyesUser UUID

No output schema declared.

No examples provided.

get_user_websites ~69

Get the list of websites a user has access to (admin only)

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter websites
userIdstringyesUser UUID

No output schema declared.

No examples provided.

get_website ~28

Get details of a specific website by ID

NameTypeReqDescription
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

get_website_reports ~29

Get all reports associated with a specific website

NameTypeReqDescription
websiteIdstringyesWebsite UUID

No output schema declared.

No examples provided.

heartbeat ~18

Check if the Umami server is running and healthy

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

join_team ~29

Join a team using an access code

NameTypeReqDescription
accessCodestringyesTeam access/invite code

No output schema declared.

No examples provided.

list_reports ~48

List all saved reports

NameTypeReqDescription
orderBystringField to order by
pagenumberPage number (1-based)
pageSizenumberResults per page

No output schema declared.

No examples provided.

list_team_users ~61

List all members of a team

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter members
teamIdstringyesTeam UUID

No output schema declared.

No examples provided.

list_team_websites ~64

List all websites that belong to a team

NameTypeReqDescription
pagenumberPage number (1-based)
pageSizenumberResults per page
querystringSearch query to filter websites
teamIdstringyesTeam UUID

No output schema declared.

No examples provided.

Common questions

What is the io.github.mikusnuz/umami MCP server?

io.github.mikusnuz/umami is an MCP server listed in the public MCP registry as io.github.mikusnuz/umami. MCP server for Umami Analytics API v2, websites, stats, events, reports, and realtime. This page covers its npm package (@mikusnuz/umami-mcp).

Is the io.github.mikusnuz/umami MCP server safe to use?

io.github.mikusnuz/umami scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mikusnuz/umami MCP server expose?

io.github.mikusnuz/umami exposes 66 tools: list_websites, get_website, create_website, update_website, delete_website, and 61 more. Their descriptions and schemas cost roughly 3,575 tokens of context every time the server is loaded.

Is the io.github.mikusnuz/umami MCP server still maintained?

io.github.mikusnuz/umami is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.mikusnuz/umami MCP server under?

io.github.mikusnuz/umami declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.