Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic.
claude mcp add webhooks --transport http https://webhook-studio.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"webhooks": {
"url": "https://webhook-studio.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"webhooks": {
"serverUrl": "https://webhook-studio.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"webhooks": {
"type": "http",
"url": "https://webhook-studio.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"webhooks": {
"url": "https://webhook-studio.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"webhooks": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://webhook-studio.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://webhook-studio.com/mcp |
Authorization: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/com.webhook-studio--webhooks/reviews or the review_server meta-tool.
POST /mcp