Webhook MCP Server
未认领Capture HTTP requests, emails, and DNS lookups test webhooks, debugg API callbacks - no signup simply plug & play
安装
uvx webhook-mcp-server==2.2.2工具(24 个)
check_for_callbacks
Quick check for OOB callbacks
create_webhook
Start here: disposable URL, temp email, and DNS for sign-up or callbacks
create_webhook_with_config
Create with custom response, status, CORS, timeout
delete_all_requests
Bulk delete with filters
delete_request
Delete a specific request
delete_webhook
Delete a webhook endpoint
export_webhook_data
Export all requests to JSON
extract_links_from_request
Pull confirm / reset / magic-link URLs from a captured email or HTTP body
follow_email_link
Open a captured verify / magic / reset URL and return the page preview
generate_canary_token
Create trackable URLs, DNS, or email canaries
generate_ssrf_payload
Create SSRF test payloads (HTTP, DNS, IP-based)
generate_xss_callback
Create XSS callback payloads with cookie/DOM capture
get_latest_request
Get the most recent captured request
get_webhook_dns
Get the DNS subdomain for a webhook
get_webhook_email
Temp inbox {token}@email.webhook.site for sign-up / verify / magic-link / reset
get_webhook_info
Get webhook settings and statistics
get_webhook_requests
List all captured requests
get_webhook_url
Get the full URL for a webhook token
search_requests
Search with filters (method, content, date)
send_multiple_requests
Send batch of requests for load testing
send_to_webhook
Send JSON data to a webhook
update_webhook
Modify webhook configuration
wait_for_email
After sign-up: wait for verify / magic-link / reset mail, links, and OTP codes
wait_for_request
Wait for a new HTTP request (polling, 1-120s). Set returnexisting to reuse old traffic.