Install
Integrate
CalltrackMCP after creating your server, before connecting transport:
Options
Checkpoints
Usecheckpoint() inside tool handlers to get per-step latency breakdowns:
What appears in Agnost AI
- Tool calls for MCP tool invocations.
- Events for every tracked call.
- Checkpoint timeline for calls that use
checkpoint(). - Failed tool calls remain visible in Events with their error details.
Verify
Call one MCP tool from your client, then open app.agnost.ai. Check Events first, then Tool calls.Troubleshooting
- Call
trackMCPafter creating your server and before connecting transport. - Confirm the org ID is correct.
Next steps
- Tool calls: analyze calls from your TypeScript server.
- Events: verify call fields and execution details.
- Alerts: monitor important MCP tool conditions.