UseWebhook MCP
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., "@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: hookray-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 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/figstra/usewebhook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server