Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_connect

Connect to a Matomo Analytics instance using a base URL and authentication token to manage sites, users, goals, and access analytics reports via the MCP interface.

Instructions

Kết nối đến Matomo instance với URL và token xác thực

Input Schema

NameRequiredDescriptionDefault
baseUrlYesURL của Matomo instance (ví dụ: https://analytics.example.com)
tokenAuthYesToken xác thực Matomo API

Input Schema (JSON Schema)

{ "properties": { "baseUrl": { "description": "URL của Matomo instance (ví dụ: https://analytics.example.com)", "type": "string" }, "tokenAuth": { "description": "Token xác thực Matomo API", "type": "string" } }, "required": [ "baseUrl", "tokenAuth" ], "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