Skip to content

Commit bea47e2

Browse files
committed
Update README
1 parent 780c453 commit bea47e2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
McpServer is an early preview plugin that adds a secure Model Context Protocol (MCP) endpoint to Matomo so AI assistants and MCP-compatible clients can work with analytics context directly from your Matomo instance.
66

7-
It provides read-oriented tools for sites, reports, processed report data, goals, segments, and dimensions using the same Matomo authentication and access rules you already use in Matomo.
7+
It provides analytics tools for sites, reports, processed report data, goals, segments, and dimensions using the same Matomo authentication and access rules you already use in Matomo. Administrators can also optionally enable raw Matomo API discovery and direct API execution tools for advanced MCP workflows.
88

99
### Setup
1010

@@ -18,13 +18,16 @@ For the recommended end-user setup flow, use the in-product connect guide at **A
1818
### Security And Access Model
1919

2020
- MCP access is disabled by default.
21+
- Raw Matomo API discovery and execution tools are separately disabled by default and must be enabled by an administrator.
2122
- The plugin uses Matomo authentication.
2223
- Data access is limited to the same sites and reports the Matomo user can already access.
24+
- When raw API access is enabled, MCP clients can access the same Matomo API surface available to the authenticated user, including state-changing methods if an administrator has allowed them.
2325
- If features such as the Visitor Log are available to that user, MCP clients may access the same underlying data scope.
26+
- Review privacy, security, and compliance requirements before enabling raw API access.
2427

2528
### Additional Documentation
2629

27-
The FAQ includes additional technical documentation for endpoint details, configuration, MCP enablement behavior, supported capabilities, and troubleshooting.
30+
The FAQ includes additional technical documentation for endpoint details, configuration, MCP enablement behavior, raw API access guidance, supported capabilities, and troubleshooting.
2831

2932
## Support
3033

0 commit comments

Comments
 (0)