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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 136 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mikusnuz-umami -- npx -y @mikusnuz/umami-mcp
codex mcp add mikusnuz-umami -- npx -y @mikusnuz/umami-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-umami": {
"type": "local",
"command": [
"npx",
"-y",
"@mikusnuz/umami-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-umami --command npx --arg -y --arg @mikusnuz/umami-mcp
mcp_servers:
mikusnuz-umami:
command: "npx"
args: ["-y", "@mikusnuz/umami-mcp"] {
"mcpServers": {
"mikusnuz-umami": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
]
}
}
} 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.
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.
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.
add_team_user ~58
Add a user to a team
| Name | Type | Req | Description |
|---|---|---|---|
| role | string | yes | Role in the team: 'team-owner' or 'team-member' |
| teamId | string | yes | Team UUID |
| userId | string | yes | User UUID to add |
No output schema declared.
No examples provided.
add_team_website ~42
Add a website to a team
| Name | Type | Req | Description |
|---|---|---|---|
| teamId | string | yes | Team UUID |
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | yes | Array of events to send |
No output schema declared.
No examples provided.
create_report ~65
Create and save a new report
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Report description |
| name | string | yes | Report name |
| parameters | object | — | Report-specific parameters (JSON object) |
| type | string | yes | Report type |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
create_team ~22
Create a new team
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Team name |
No output schema declared.
No examples provided.
create_user ~62
Create a new user (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | yes | Password for the new user |
| role | string | — | User role: 'admin' or 'user' (default: 'user') |
| username | string | yes | Username for the new user |
No output schema declared.
No examples provided.
create_website ~61
Create a new website to track in Umami
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Website domain (e.g. 'example.com') |
| name | string | yes | Display name for the website |
| shareId | string | — | Unique share ID for public access |
No output schema declared.
No examples provided.
delete_report ~25
Delete a saved report
| Name | Type | Req | Description |
|---|---|---|---|
| reportId | string | yes | Report UUID to delete |
No output schema declared.
No examples provided.
delete_team ~24
Delete a team
| Name | Type | Req | Description |
|---|---|---|---|
| teamId | string | yes | Team UUID to delete |
No output schema declared.
No examples provided.
delete_user ~27
Delete a user (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| userId | string | yes | User UUID to delete |
No output schema declared.
No examples provided.
delete_website ~28
Delete a website from Umami
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website UUID to delete |
No output schema declared.
No examples provided.
get_active_visitors ~31
Get the number of currently active visitors on a website
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_daterange ~31
Get the date range of available data for a website
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| eventName | string | — | Filter by event name |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| eventName | string | — | Filter by event name |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_event_data_stats ~68
Get event data statistics (summary counts) for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| eventName | string | — | Filter by event name |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| eventName | string | — | Filter by event name |
| propertyName | string | — | Filter by property name |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_event_series ~108
Get event metrics over time (event series data) for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| eventName | string | — | Filter by event name |
| startAt | number | yes | Start timestamp in milliseconds |
| timezone | string | — | Timezone (e.g. 'Asia/Seoul') |
| unit | string | yes | Time grouping unit |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_event_values ~53
Get event or session property values for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_events ~90
Get event data for a website over time
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| startAt | number | yes | Start timestamp in milliseconds |
| timezone | string | — | Timezone (e.g. 'Asia/Seoul') |
| unit | string | yes | Time grouping unit |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website 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)
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| limit | number | — | Max results to return (default 500) |
| referrer | string | — | Filter by referrer |
| startAt | number | yes | Start timestamp in milliseconds |
| type | string | yes | Metric type to aggregate |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_my_teams ~56
Get the list of teams the current user belongs to
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search 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
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query to filter websites |
No output schema declared.
No examples provided.
get_pageviews ~106
Get pageview and session counts over time for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| referrer | string | — | Filter by referrer |
| startAt | number | yes | Start timestamp in milliseconds |
| timezone | string | — | Timezone (e.g. 'Asia/Seoul') |
| unit | string | yes | Time grouping unit |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website 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.
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_report ~26
Get details of a specific saved report
| Name | Type | Req | Description |
|---|---|---|---|
| reportId | string | yes | Report UUID |
No output schema declared.
No examples provided.
get_session ~35
Get details of a specific session
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | Session UUID |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_session_activity ~43
Get activity log for a specific session (pages visited, events fired)
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | Session UUID |
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| propertyName | string | — | Filter by property name |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_session_properties ~38
Get custom properties attached to a specific session
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | Session UUID |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_session_stats ~82
Get summarized session statistics for a website (total sessions, unique visitors, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| referrer | string | — | Filter by referrer |
| startAt | number | yes | Start timestamp in milliseconds |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_sessions ~93
Get session data for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| orderBy | string | — | Field to order by |
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_sessions_weekly ~52
Get weekly session data for a website
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| startAt | number | yes | Start timestamp in milliseconds |
| websiteId | string | yes | Website 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)
| Name | Type | Req | Description |
|---|---|---|---|
| shareId | string | yes | The 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)
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | yes | End timestamp in milliseconds |
| referrer | string | — | Filter by referrer |
| startAt | number | yes | Start timestamp in milliseconds |
| url | string | — | Filter by URL path |
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_team ~25
Get details of a specific team
| Name | Type | Req | Description |
|---|---|---|---|
| teamId | string | yes | Team UUID |
No output schema declared.
No examples provided.
get_team_user ~37
Get details of a specific team member
| Name | Type | Req | Description |
|---|---|---|---|
| teamId | string | yes | Team UUID |
| userId | string | yes | User UUID |
No output schema declared.
No examples provided.
get_user ~28
Get details of a specific user (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| userId | string | yes | User UUID |
No output schema declared.
No examples provided.
get_user_teams ~68
Get the list of teams a user belongs to (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query to filter teams |
| userId | string | yes | User UUID |
No output schema declared.
No examples provided.
get_user_usage ~54
Get usage statistics for a specific user (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| endAt | number | — | End timestamp in milliseconds |
| startAt | number | — | Start timestamp in milliseconds |
| userId | string | yes | User UUID |
No output schema declared.
No examples provided.
get_user_websites ~69
Get the list of websites a user has access to (admin only)
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query to filter websites |
| userId | string | yes | User UUID |
No output schema declared.
No examples provided.
get_website ~28
Get details of a specific website by ID
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website UUID |
No output schema declared.
No examples provided.
get_website_reports ~29
Get all reports associated with a specific website
| Name | Type | Req | Description |
|---|---|---|---|
| websiteId | string | yes | Website 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
| Name | Type | Req | Description |
|---|---|---|---|
| accessCode | string | yes | Team access/invite code |
No output schema declared.
No examples provided.
list_reports ~48
List all saved reports
| Name | Type | Req | Description |
|---|---|---|---|
| orderBy | string | — | Field to order by |
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
No output schema declared.
No examples provided.
list_team_users ~61
List all members of a team
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query to filter members |
| teamId | string | yes | Team UUID |
No output schema declared.
No examples provided.
list_team_websites ~64
List all websites that belong to a team
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number (1-based) |
| pageSize | number | — | Results per page |
| query | string | — | Search query to filter websites |
| teamId | string | yes | Team UUID |
No output schema declared.
No examples provided.