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

io.github.mikusnuz/umami

NPM · @MIKUSNUZ/UMAMI-MCP · SCANNED AUG 3

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

Available components

+17 this week 70 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 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 Management23
  • Stability observed for 7 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @mikusnuz/umami-mcp

# add to Claude Code
claude mcp add mikusnuz-umami -- npx -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"]
// 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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +27
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −27
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@mikusnuz/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.