Skip to main content
ClaudeWave

Keyless webhook endpoints for humans and AI agents — capture, inspect, replay, forward, and generate TypeScript/Zod types from your real traffic. Remote MCP server + REST API.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Install pipes a remote script into a shell (curl | sh)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/lestertww/webhookstudio
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "webhookstudio": {
      "command": "node",
      "args": ["/path/to/webhookstudio/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/lestertww/webhookstudio and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Webhook Studio

**A webhook pipeline your agent can drive — keyless.** Provision a real endpoint, wait for the
provider event, replay it into localhost, forward it to your app, and generate types from your
*actual* captured payloads. Built for humans debugging webhooks and for AI agents building the
integration.

→ **App:** https://webhook-studio.com &nbsp;·&nbsp; **Docs:** https://webhook-studio.com/docs
&nbsp;·&nbsp; **Agent spec (llms.txt):** https://webhook-studio.com/llms.txt

---

## Three jobs, one URL

- **Debug** — a zero-signup endpoint, a live inbox with full headers + raw body, and signature
  verification results on every request.
- **Route** — forward matching events to your backend with AND/OR conditions, and durable re-drive:
  a delivery interrupted by a crash or deploy is re-driven from a durable record, not silently dropped.
- **Learn** — every event updates a durable model of what the provider actually sends *your* account.
  Ask for a TypeScript / Zod / JSON-Schema type and the optional fields are the ones genuinely
  sometimes absent in your traffic; ask what changed between two versions and get a breaking-change
  diff. **No other webhook tool does this.** Honest comparison: https://webhook-studio.com/compare

## Use it from your AI tools (MCP)

Webhook Studio is a remote **MCP server** (Streamable HTTP, stateless). Add one URL:

```bash
claude mcp add --transport http webhook-studio https://webhook-studio.com/mcp \
  --header "Authorization: Bearer $(curl -s -X POST https://webhook-studio.com/api/start | jq -r .api_token)"
```

That `curl` mints a **keyless** read + replay token (no signup) bound to a fresh 3-day endpoint. For
full access — create endpoints, configure verification, stand up forwards — use a `ws_live_…` key
from your dashboard.

Or add it to your client's MCP config (`~/.cursor/mcp.json`, `.vscode/mcp.json`,
`claude_desktop_config.json`) — full setup for every client at https://webhook-studio.com/mcp/setup:

```json
{
  "mcpServers": {
    "webhook-studio": {
      "url": "https://webhook-studio.com/mcp",
      "headers": { "Authorization": "Bearer ws_live_your_key_here" }
    }
  }
}
```

The `Authorization` header is optional — omit it for a public connection (the read/replay tools that
accept a `ws_anon_…` token), or set a `ws_live_…` key for the full toolset.

Listed in the official MCP Registry as [`com.webhook-studio/webhooks`](https://registry.modelcontextprotocol.io/v0/servers?search=webhook-studio).
The manifest is [`server.json`](./server.json) in this repo.

## Tools

Task-shaped, not resource-shaped — reach for them by intent:

| | |
|---|---|
| `create_bucket` · `list_buckets` · `get_bucket` · `delete_bucket` | Provision and manage endpoints |
| `latest_event` · `list_events` · `get_event` · `wait_for_event` | Read events; block until one arrives |
| `replay_event` · `forward_bucket` · `list_deliveries` | Replay to localhost, forward, check results |
| `configure_verification` | Turn on HMAC with the provider's real secret |
| `list_schemas` · `get_schema` · `diff_schema` · `generate_types` · `find_correlation_keys` | The knowledge layer |

Each tool maps 1:1 onto a `/v1` REST route, so the [REST reference](https://webhook-studio.com/docs)
is also the tool reference.

## Keyless in one call (no MCP client needed)

```bash
curl -X POST https://webhook-studio.com/api/start
# → { ingest_url, inbox_url, api_token: "ws_anon_…", expires_in_days: 3, ... }
```

Point a provider at `ingest_url`, hand the human `inbox_url`, and use `api_token` to read + replay
over `/v1` or `/mcp`. Full agent guide: https://webhook-studio.com/llms.txt

## Provider guides

One-click test URLs and correct signature-verification snippets per provider:

- [Stripe](https://webhook-studio.com/webhooks/stripe)
- [GitHub](https://webhook-studio.com/webhooks/github)

## License

Documentation and examples in this repo are [MIT](./LICENSE). The hosted product is proprietary.
apicode-generationdeveloper-toolsgithub-webhooksmcpmodel-context-protocolstripewebhook-testingwebhooks

Lo que la gente pregunta sobre webhookstudio

¿Qué es lestertww/webhookstudio?

+

lestertww/webhookstudio es mcp servers para el ecosistema de Claude AI. Keyless webhook endpoints for humans and AI agents — capture, inspect, replay, forward, and generate TypeScript/Zod types from your real traffic. Remote MCP server + REST API. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala webhookstudio?

+

Puedes instalar webhookstudio clonando el repositorio (https://github.com/lestertww/webhookstudio) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar lestertww/webhookstudio?

+

Nuestro agente de seguridad ha analizado lestertww/webhookstudio y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene lestertww/webhookstudio?

+

lestertww/webhookstudio es mantenido por lestertww. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a webhookstudio?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega webhookstudio en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: lestertww/webhookstudio
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lestertww-webhookstudio)](https://claudewave.com/repo/lestertww-webhookstudio)
<a href="https://claudewave.com/repo/lestertww-webhookstudio"><img src="https://claudewave.com/api/badge/lestertww-webhookstudio" alt="Featured on ClaudeWave: lestertww/webhookstudio" width="320" height="64" /></a>

Más MCP Servers

Alternativas a webhookstudio