Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_get_visits_summary

Retrieve website visit summaries by specifying site ID, date, and period using the Matomo Analytics API via the MCP interface. Ideal for monitoring traffic trends.

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" }

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