Skip to main content
Glama

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 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.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    5
    15
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Webhook management and debugging. Validate signatures, log events, replay, and analyze webhook traffic.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.

Latest Blog Posts

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