WebhookTest.net
net.webhooktest/webhook-testerAnonymous webhook capture, inspection, waiting, and response configuration for AI agents.
Tools · 8
Permanently delete every capture in a bucket. Requires confirm=true.
Set the status, content type, body, safe response headers, and a delay up to 10 seconds returned by the webhook endpoint.
Create an anonymous temporary webhook capture bucket. The returned bucket ID is a bearer capability and expires after 15 days of inactivity.
Permanently delete a bucket and all of its captures. Requires confirm=true.
Read one webhook capture scoped to its bucket. Sensitive headers and query values are redacted by default.
Read a bucket name and its configured HTTP response settings.
List webhook capture summaries in newest-first order using cursor pagination.
Return the latest capture, wait for a newer capture, or report received=false after the timeout.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"webhooktest.net": {
"url": "https://webhooktest.net/mcp",
"transport": "streamable-http"
}
}
}