Skip to content
MCP-Bridge
Finance & Payments

Webhook API MCP Config

Welcome to the Webhook API. You can use this API to access all Webhook API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a [Mock API](https://developers.apideck.com/mock-api) that can be used for testing purposes: `https://mock-api.apidec

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apideck-com-webhook.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apideck-com-webhook.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apideck-com-webhook.json

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