Telemetry
The Nexudus MCP server records anonymous usage data so we can see which operations are useful, where things fail, and which AI assistants are connecting. Telemetry is on by default for the hosted server.What is collected
Each event captures only the shape of the call — never the arguments you sent or the data Nexudus returned.What is not collected
- No tool arguments. Field values you send (booking dates, member names, product prices, filter values) are never logged.
- No response payloads. The records returned by Nexudus are never logged.
- No personal data about you. Your name, email, and Nexudus account ID are not in the event.
- No business data. Names of your locations, members, or products are never sent.
Where data is sent
When telemetry is enabled, events are shipped to Logz.io, a third-party analytics platform, over HTTPS with a 3-second timeout. If the network call fails for any reason — including Logz.io being unreachable — the event is silently dropped. Telemetry never adds latency to your tool calls and never causes a tool call to fail.Why we collect this
Turning telemetry off
Telemetry is configured at the server level, not per-user. If you are using the public hosted server athttps://mcp.nexudus.com and want telemetry disabled for your traffic, contact Nexudus support — there is no in-client setting for it.
Privacy summary
- No sensitive data — only the shape of calls is captured, never arguments or response data.
- Failure-safe — telemetry errors never affect tool calls.
- Encrypted transmission — all data is sent over HTTPS.
- Aggregated reporting — events are used to compute counts and trends, not to track individual users.