Matomo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| matomo_connectC | Kết nối đến Matomo instance với URL và token xác thực |
| matomo_get_sitesB | Lấy danh sách tất cả các sites trong Matomo |
| matomo_get_siteC | Lấy thông tin chi tiết của một site |
| matomo_add_siteC | Thêm một site mới vào Matomo |
| matomo_get_usersB | Lấy danh sách tất cả users trong Matomo |
| matomo_add_userC | Thêm một user mới vào Matomo |
| matomo_get_goalsC | Lấy danh sách goals của một site |
| matomo_add_goalC | Thêm một goal mới cho site |
| matomo_get_visits_summaryC | Lấy tổng quan lượt truy cập của site |
| matomo_get_top_pagesC | Lấy danh sách trang được truy cập nhiều nhất |
| matomo_get_system_infoC | Lấy thông tin hệ thống Matomo |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Every tool has a clearly distinct purpose targeting specific resources and actions in the Matomo ecosystem. The tools are well-organized around sites, goals, users, and analytics data with no overlapping functionality that could cause confusion.
All tools follow a perfect verb_noun pattern with consistent 'matomo_' prefix and snake_case throughout. The naming convention is predictable and systematic across all 11 tools.
11 tools is an ideal number for a Matomo analytics server, providing comprehensive coverage without being overwhelming. The count aligns well with the domain scope and user needs.
The toolset provides excellent coverage for core Matomo operations including site management, user management, goal tracking, and analytics data retrieval. Minor gaps exist in update/delete operations for sites, goals, and users, but the surface supports most common workflows effectively.