CraftedTrust Audit Dashboard

MCP Audit Logger

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.

1

Generate an API Key

Click Generate Key above to create your free API key. Free tier includes 100 logged calls per day.

2

Connect Your Agent

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.

3

View Your Logs

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"
      }
    }
  }
}
Don't know your server's trust score? Check it on the Trust Registry →