Total Calls
-
Calls Today
-
Avg Response Time
-
Risk Distribution
| Timestamp | Target Server | Method | Tool | Risk | Time (ms) | Status |
|---|
-
Transparent, tamper-proof logging for every tool call your AI agents make. Route traffic through our proxy, and every interaction is logged, risk-scored, and hash-verified.
Click Generate Key above to create your free API key. Free tier includes 100 logged calls per day.
Point your MCP client to: audit.craftedtrust.com/proxy/{base64url-encoded-server-url} instead of connecting to the target server directly. Add your API key as the X-API-Key header.
Paste your API key above to see the dashboard with real-time logs, risk scoring, and compliance receipts.
// Example: proxy through CraftedTrust Audit // Original server: https://mcp.example.com/v1 // Encoded: aHR0cHM6Ly9tY3AuZXhhbXBsZS5jb20vdjE // Configure your MCP client: { "mcpServers": { "my-server-audited": { "url": "https://audit.craftedtrust.com/proxy/aHR0cHM6Ly9tY3AuZXhhbXBsZS5jb20vdjE", "headers": { "X-API-Key": "your-api-key-here" } } } }