Install
Integrate
CalltrackMCP after creating your server, before connecting transport:
Options
userId and non-sensitive traits. Avoid forwarding raw email, name, or other personal data unless your team has approved that data flow. If tool inputs or outputs may contain sensitive data, set disableInput or disableOutput to true, or redact before returning tool results. See Data Governance.
Checkpoints
Usecheckpoint() inside tool handlers to get per-step latency breakdowns:
What appears in Agnost
- Tools for MCP tool invocations.
- Raw logs for every tracked call.
- Checkpoint timeline for calls that use
checkpoint(). - Errors when a tool call fails.
Verify
Call one MCP tool from your client, then open app.agnost.ai. Check Raw logs first, then Tools.Troubleshooting
- Call
trackMCPafter creating your server and before connecting transport. - Confirm the org ID is correct.
- Use
disableInput/disableOutputif tool args or results are sensitive.
