Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_add_site

Add a new site to Matomo Analytics by specifying its name, URLs, and timezone using the MCP server interface. Facilitates site management and tracking setup.

Instructions

Thêm một site mới vào Matomo

Input Schema

NameRequiredDescriptionDefault
nameYesTên của site
timezoneNoMúi giờ của site (mặc định: UTC)UTC
urlsYesDanh sách URLs của site

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Tên của site", "type": "string" }, "timezone": { "default": "UTC", "description": "Múi giờ của site (mặc định: UTC)", "type": "string" }, "urls": { "description": "Danh sách URLs của site", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "urls" ], "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