UseWebhook MCP
Click on "Deploy 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., "@UseWebhook MCPcreate a webhook endpoint to test my payment API"
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.
usewebhook-mcp
Model Context Protocol (MCP) server for generating and inspecting webhooks
✨ Features
⚡ Generate webhook endpoints for testing
🔍 Inspect and diff HTTP request payloads
🔁 Replay requests from history
🔀 Forward requests to your
localhost⚡️ Powered by UseWebhook
Related MCP server: webhook-ai-mcp
📦 Installation
Via Smithery
Install usewebhook-mcp for Claude Desktop via Smithery:
npx -y @smithery/cli install @figstra/usewebhook-mcp --client claudeManual installation
Clone the repository:
git clone https://github.com/figstra/usewebhook-mcp.gitInstall dependencies:
cd usewebhook-mcp
npm installBuild the project:
npm run buildConfigure the server in your Claude MCP settings file:
{
"mcpServers": {
"usewebhook-mcp": {
"command": "node",
"args": ["path/to/your/usewebhook-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}Development
# Install dependencies
npm install
# Start the development server
npm run devLicense
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
- webhook.coOAuthco.webhook
Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers.
Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic.
A webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay.
Instant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to create disposable webhook URLs, capture incoming HTTP requests, inspect headers and bodies, and replay them against local or remote endpoints, streamlining the webhook handler development loop.54 npmMIT
- FlicenseNot gradedqualityBmaintenanceWebhook management and debugging. Validate signatures, log events, replay, and analyze webhook traffic.35 PyPI-
- FlicenseNot gradedqualityDmaintenanceEnables management and inspection of webhook tokens (URLs) and incoming requests via webhook-test.com, allowing users to create, list, fetch details, fetch payloads, and delete webhooks without custom API integrations.-
- AlicenseAqualityCmaintenanceCaptures incoming webhook/HTTP requests and lets AI assistants inspect, wait for, and replay them to debug webhook integrations.6MIT