Webhook management and debugging. Validate signatures, log events, replay, and analyze webhook traffic.
| Tool name | Description | Destructive? |
|---|---|---|
| validate_webhook_signature | Validate a webhook signature against a payload and secret. Supports sha256, sha1, md5. | ✓ no |
| log_webhook_event | Log a webhook event for debugging and replay. | ✓ no |
| replay_events | Replay/retrieve logged webhook events with optional filters. | ✓ no |
| register_endpoint | Register a webhook endpoint for monitoring. | ✓ no |
| generate_webhook_secret | Generate a cryptographically secure webhook signing secret. | ✓ no |