
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@rog0x/mcp-webhook-tools
Advanced tools
Webhook management and testing tools for AI agents, built on the Model Context Protocol.
Send a webhook payload to any URL with custom headers, body, and content-type. Supports automatic retry with exponential backoff and jitter. Returns detailed attempt records including status codes, timing, and errors.
Validate webhook signatures using HMAC-SHA256 or HMAC-SHA1. Includes built-in patterns for:
t=TIMESTAMP,v1=SIGNATURE format with timestamp tolerancesha256=SIGNATURE or sha1=SIGNATURE formatv0=SIGNATURE with v0:timestamp:body signing schemeUses timing-safe comparison to prevent timing attacks.
Generate realistic webhook payloads for testing. Supported events:
| Service | Events |
|---|---|
| Stripe | payment_intent.succeeded |
| GitHub | push, pull_request |
| Slack | message |
Each payload includes randomized IDs, current timestamps, and suggested headers. Use the overrides parameter to customize specific fields.
Analyze a webhook request end-to-end:
Calculate a retry schedule with exponential backoff. Shows each attempt's delay, cumulative elapsed time, and scheduled ISO timestamp. Configurable base delay, max delay cap, multiplier, and jitter.
npm install
npm run build
Add to your MCP client config:
{
"mcpServers": {
"webhook-tools": {
"command": "node",
"args": ["path/to/mcp-webhook-tools/dist/index.js"]
}
}
}
MIT
FAQs
Webhook management and testing tools for AI agents via MCP
The npm package @rog0x/mcp-webhook-tools receives a total of 17 weekly downloads. As such, @rog0x/mcp-webhook-tools popularity was classified as not popular.
We found that @rog0x/mcp-webhook-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.