mcpbeat Sign in

Webhook MCP Server

local only

Webhook runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 21 Mar 2026.

Send, validate, debug webhooks for AI agents

Installs per day peak 11 · avg 5 · +144% w/w
a month agotoday
36
Installs / week
npm · @rog0x/mcp-webhook-tools
0
Stars
0 open issues
21 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Webhook every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add webhook -- npx -y @rog0x/mcp-webhook-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webhook": {
      "args": [
        "-y",
        "@rog0x/mcp-webhook-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.webhook]
command = "npx"
args = ["-y", "@rog0x/mcp-webhook-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "webhook": {
      "args": [
        "-y",
        "@rog0x/mcp-webhook-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "webhook": {
      "args": [
        "-y",
        "@rog0x/mcp-webhook-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Webhook

same job, measured the same way
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Structured Data Validator
by agenson-horrowitz

Validate, transform, and normalize structured data for AI agents.

78 installs/wk local only
JSON
by rog0x

JSON/YAML/CSV validate, diff, transform for AI agents

28 installs/wk local only
Send16 MCP
by spruikco

Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

51 installs/wk 79 tools answering
Docfork
by docfork

Up-to-date Docs for AI Agents.

261 installs/wk local only
Intenttext MCP
by intenttext

Parse, validate, query, and render IntentText (.it) documents for AI agents

47 installs/wk local only
Email Agent
by mailkite

Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

answering
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only

Webhook — questions

Answers built from our own checks of this server.

Why is there no uptime for Webhook?
Webhook runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rog0x/mcp-webhook-tools was installed 36 times last week.
How do I connect Webhook?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rog0x/mcp-webhook-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Webhook?
The npm package @rog0x/mcp-webhook-tools was installed 36 times in the last week. Week over week that is +144%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Webhook open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.