Finance & PaymentsAuto-generated
Webhook API MCP Server
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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apideck-com-webhook
Environment Variables
WEBHOOK_API_API_KEYExample: your_webhook_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apideck-com-webhook": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-webhook"],
"env": {
"WEBHOOK_API_API_KEY": "your_webhook_api_api_key"
}
}
}
}Endpoints
GET
/webhook/logsList event logs
POST
/webhook/w/{id}/{serviceId}Resolve and Execute a connection webhook
GET
/webhook/webhooksList webhook subscriptions
POST
/webhook/webhooksCreate 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