Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

WebhookTest.net

net.webhooktest/webhook-tester

Anonymous webhook capture, inspection, waiting, and response configuration for AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
174ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

clear_webhooks

Permanently delete every capture in a bucket. Requires confirm=true.

configure_webhook_response

Set the status, content type, body, safe response headers, and a delay up to 10 seconds returned by the webhook endpoint.

create_webhook_bucket

Create an anonymous temporary webhook capture bucket. The returned bucket ID is a bearer capability and expires after 15 days of inactivity.

delete_webhook_bucket

Permanently delete a bucket and all of its captures. Requires confirm=true.

get_webhook

Read one webhook capture scoped to its bucket. Sensitive headers and query values are redacted by default.

get_webhook_bucket

Read a bucket name and its configured HTTP response settings.

list_webhooks

List webhook capture summaries in newest-first order using cursor pagination.

wait_for_webhook

Return the latest capture, wait for a newer capture, or report received=false after the timeout.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "webhooktest.net": {
      "url": "https://webhooktest.net/mcp",
      "transport": "streamable-http"
    }
  }
}