Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_add_user

Add a new user to Matomo Analytics by specifying login, email, password, and optional alias for streamlined user management via the Matomo MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
aliasNoBí danh của user (tùy chọn)
emailYesEmail của user
passwordYesMật khẩu của user
userLoginYesTên đăng nhập của user

Input Schema (JSON Schema)

{ "properties": { "alias": { "description": "Bí danh của user (tùy chọn)", "type": "string" }, "email": { "description": "Email của user", "type": "string" }, "password": { "description": "Mật khẩu của user", "type": "string" }, "userLogin": { "description": "Tên đăng nhập của user", "type": "string" } }, "required": [ "userLogin", "email", "password" ], "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