Skip to content
MCP-Bridge
Finance & Payments

Webhook API Claude Desktop Config

Add the Webhook API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apideck-com-webhook": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apideck-com-webhook"
      ],
      "env": {
        "WEBHOOK_API_API_KEY": "your_webhook_api_api_key"
      }
    }
  }
}

Environment Variables

WEBHOOK_API_API_KEY

Replace your_webhook_api_api_key with your actual webhook api api key

Endpoints

GET/webhook/logs

List event logs

POST/webhook/w/{id}/{serviceId}

Resolve and Execute a connection webhook

GET/webhook/webhooks

List webhook subscriptions

POST/webhook/webhooks

Create webhook subscription

GET/webhook/webhooks/{id}

Get webhook subscription

DELETE/webhook/webhooks/{id}

Delete webhook subscription

PATCH/webhook/webhooks/{id}

Update webhook subscription

POST/webhook/webhooks/{id}/execute/{serviceId}

Execute a webhook

POST/webhook/webhooks/{id}/x/{serviceId}

Execute a webhook