Skip to main content
Glama

Matomo MCP Server

by thichcode

matomo_connect

Establish a secure connection to a Matomo instance by providing the base URL and authentication token, enabling interaction with the Matomo Analytics API for managing sites, users, goals, segments, and accessing analytics reports.

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

Other Tools from Matomo MCP Server

Related Tools

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