Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_get_visits_summary

Retrieve a summary of site visits, including metrics like unique visitors and page views, for a specified date and period using the Matomo Analytics API. Input site ID, date, and period for analysis.

Instructions

Lấy tổng quan lượt truy cập của site

Input Schema

NameRequiredDescriptionDefault
dateYesNgày cần lấy dữ liệu (YYYY-MM-DD)
periodNoChu kỳ (day, week, month, year)day
siteIdYesID của site

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Ngày cần lấy dữ liệu (YYYY-MM-DD)", "type": "string" }, "period": { "default": "day", "description": "Chu kỳ (day, week, month, year)", "type": "string" }, "siteId": { "description": "ID của site", "type": "number" } }, "required": [ "siteId", "date" ], "type": "object" }

Other Tools from Matomo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thichcode/matomo_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server