🔌 MCP Servers

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 managi

❤️ 0
⬇️ 271
👁 1
Share

Description

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

  1. Clone the repository:
git clone https://github.com/figstra/usewebhook-mcp.git
  1. Install dependencies:
cd usewebhook-mcp
npm install
  1. Build the project:
npm run build
  1. 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.

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs