Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_get_top_pages

Retrieve the most visited pages for a specific site from Matomo Analytics, allowing customization by date, period, and result limit for precise insights.

Instructions

Lấy danh sách trang được truy cập nhiều nhất

Input Schema

NameRequiredDescriptionDefault
dateYesNgày cần lấy dữ liệu (YYYY-MM-DD)
limitNoSố lượng kết quả tối đa
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" }, "limit": { "default": 10, "description": "Số lượng kết quả tối đa", "type": "number" }, "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