You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Model Context Protocol (MCP) server for [webhook.site](https://webhook.site) - instantly capture HTTP requests, emails, and DNS lookups. Perfect for testing webhooks, debugging API callbacks, security testing, and bug bounty hunting.
@@ -139,7 +139,6 @@ Add to `claude_desktop_config.json`:
Copy file name to clipboardExpand all lines: models/schemas.py
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -654,20 +654,6 @@ def to_json(self) -> str:
654
654
"required": ["webhook_token", "payloads"]
655
655
}
656
656
),
657
-
Tool(
658
-
name="clone_webhook",
659
-
description="Clone an existing webhook with all its settings. Creates a new webhook with the same configuration (status, content, CORS, timeout) as the source.",
660
-
inputSchema={
661
-
"type": "object",
662
-
"properties": {
663
-
"source_token": {
664
-
"type": "string",
665
-
"description": "The webhook token (UUID) to clone"
666
-
}
667
-
},
668
-
"required": ["source_token"]
669
-
}
670
-
),
671
657
Tool(
672
658
name="export_webhook_data",
673
659
description="Export all captured requests from a webhook to JSON format. Includes full request details: headers, body, IP, timestamp, user agent.",
0 commit comments