β‘
UseWebhook
Generate webhook endpoints for testing, inspect and diff HTTP request payloads, replay requests from history, and forward requests to your localhost. Enhance your development workflow by easily managing and debugging webhooks in a streamlined manner.
0 installs
Trust: 34 β Low
Automation
Ask AI about UseWebhook
Powered by Claude Β· Grounded in docs
I know everything about UseWebhook. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
π¦ Installation
Via Smithery
Install usewebhook-mcp for Claude Desktop via Smithery:
npx -y @smithery/cli install @figstra/usewebhook-mcp --client claude
Manual installation
- Clone the repository:
git clone https://github.com/figstra/usewebhook-mcp.git
- Install dependencies:
cd usewebhook-mcp
npm install
- Build the project:
npm run build
- Configure 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 dev
License
This project is licensed under the MIT License. See the LICENSE file for details.
