Webhook Toolkit
io.github.THE-KIPDEV/webhook-toolkit · v0.1.1 · MCP 2025-11-25
Webhook URLs for AI agents: receive, wait for, replay, sign and verify webhooks (Stripe, GitHub…).
Reachability
reachable
checked 2026-09-20 05:30 UTC
Registry status active
Tools pinned 10
a0713ddc0705
Tools last changed
unchanged since first capture 2026-09-19
Repo last push 2026-09-18
GitHub stars 0
Provenance
Registry namespace io.github.THE-KIPDEV
(GitHub-account verified by the official registry)
Repository
github.com/the-kipdev/webhook-toolkit
Website
https://webhook-toolkit.com
Remote endpoints
https://webhook-toolkit.com/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-09-19 05:30 | first capture | 10 tools pinned |
Pinned tool definitions (10)
| Tool | Description |
|---|---|
| create_webhook_url | Create a public HTTPS URL that captures every request sent to it (any method, any sub-path). Use it when you need an endpoint to receive a webhook from a third-party service while building or debugging an integration. Returns the URL to... |
| list_webhook_urls | List the webhook URLs of the account behind the API key (requires an API key). |
| wait_for_webhook | Block until the next request reaches a webhook URL (or the timeout elapses), then return it in full: method, path, headers, body, detected provider and event. Use right after triggering an action that should send a webhook. Call again... |
| list_webhook_requests | List the most recent requests captured by a webhook URL, newest first (summaries; use get_webhook_request for one full request). |
| get_webhook_request | Return one captured request in full (headers, raw body, detected provider/event). |
| set_webhook_response | Choose what the webhook URL answers to callers (status code, body, content type) — e.g. return 500 to test the sender's retries, or a specific JSON/XML body the service expects. |
| replay_webhook_request | Re-send a captured request (same method, headers and raw body) to a PUBLIC URL and return the target's response. Localhost and private IPs are refused here: for localhost use the CLI (`npx webhook-toolkit replay`) or the local MCP... |
| sign_webhook_payload | Build a webhook body with a VALID signature header for a provider, to test a handler's signature verification without triggering a real event. Providers: stripe, github, shopify, slack, twilio, mailgun. Returns the headers, the exact... |
| verify_webhook_signature | Check whether a webhook signature is valid for a raw body and a secret, and diagnose why it fails (wrong secret, whitespace, re-serialized JSON body, expired timestamp, wrong URL for Twilio). Providers: stripe, github, shopify, slack, twilio. |
| explain_webhook_request | AI analysis of a captured request. mode=explain: who sent it, which event, key fields, how to verify the signature, pitfalls. mode=handler: complete receiving code that verifies the signature and handles this event. Included in paid... |
Get alerted when this changes.
Email the moment io.github.THE-KIPDEV/webhook-toolkit drifts, dies, or revives.
Status badge
[](https://toolpin.dev/servers/io.github.THE-KIPDEV/webhook-toolkit)
Maintain this server? Add the badge to your README. It links your users to this live status page.