mcp-webhook-tools
Provides webhook signature validation, realistic payload generation for events like push and pull_request, and automatic provider detection for webhook debugging.
Provides webhook signature validation, realistic payload generation for events like message, and automatic provider detection for webhook debugging.
Provides webhook signature validation, realistic payload generation for events like payment_intent.succeeded, and automatic provider detection for webhook debugging.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-webhook-toolsSend a test webhook to https://example.com/hook"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-webhook-tools
Webhook management and testing tools for AI agents, built on the Model Context Protocol.
Tools
webhook_send
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.
webhook_validate
Validate webhook signatures using HMAC-SHA256 or HMAC-SHA1. Includes built-in patterns for:
Stripe —
t=TIMESTAMP,v1=SIGNATUREformat with timestamp toleranceGitHub —
sha256=SIGNATUREorsha1=SIGNATUREformatSlack —
v0=SIGNATUREwithv0:timestamp:bodysigning scheme
Uses timing-safe comparison to prevent timing attacks.
webhook_generate_payload
Generate realistic webhook payloads for testing. Supported events:
Service | Events |
Stripe |
|
GitHub |
|
Slack |
|
Each payload includes randomized IDs, current timestamps, and suggested headers. Use the overrides parameter to customize specific fields.
webhook_debug
Analyze a webhook request end-to-end:
Parse and categorize headers (content-type, signature, timestamp, delivery ID, custom)
Validate the request body (size, JSON validity, encoding)
Auto-detect the provider (Stripe, GitHub, Slack)
Verify the signature if a secret is provided
Check timestamp freshness (default 300s threshold)
Report all issues found
webhook_retry_schedule
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.
Related MCP server: Webhook.site MCP Server
Setup
npm install
npm run buildMCP Configuration
Add to your MCP client config:
{
"mcpServers": {
"webhook-tools": {
"command": "node",
"args": ["path/to/mcp-webhook-tools/dist/index.js"]
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-webhook-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server