Hookwarden — Webhook Integrity
Rank #15,890io.github.Hookwarden/mcp
Webhook signature-verification audit. Stripe, GitHub, Shopify, Twilio +17. Local. Deterministic.
Hookwarden — Webhook Integrity is a Model Context Protocol (MCP) server published by hookwarden. It ranks #15,890 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Hookwarden — Webhook Integrity is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 99,701 of 115,591 servers on MCP Toplist.
Use Hookwarden — Webhook Integrity
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hookwarden -- npx -y @hookwarden/mcp[mcp_servers.hookwarden]
command = "npx"
args = ["-y", "@hookwarden/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hookwarden": {
"command": "npx",
"args": [
"-y",
"@hookwarden/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hookwarden": {
"command": "npx",
"args": [
"-y",
"@hookwarden/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hookwarden": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hookwarden/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hookwarden": {
"command": "npx",
"args": [
"-y",
"@hookwarden/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hookwarden": {
"command": "npx",
"args": [
"-y",
"@hookwarden/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Hookwarden%2Fmcp)<a href="https://mcptoplist.com/server/io.github.Hookwarden%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.Hookwarden%2Fmcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hookwarden
Available versions (1)
| Version | Published |
|---|---|
| 0.8.1 | May 30, 2026 |
Frequently asked questions
- Who maintains Hookwarden — Webhook Integrity?
- Hookwarden — Webhook Integrity is maintained by hookwarden, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Hookwarden — Webhook Integrity listed on the Official MCP Registry?
- Yes — Hookwarden — Webhook Integrity is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Hookwarden — Webhook Integrity have?
- MCP Toplist tracks 1 version of Hookwarden — Webhook Integrity, most recently published on May 30, 2026.
- Where can I find the source code for Hookwarden — Webhook Integrity?
- The source code for Hookwarden — Webhook Integrity is hosted at github.com/hookwarden/hookwarden.