Changelog
Update #9
Outbound webhooks
Subscribe to marketplace events and get signed HTTP callbacks when they happen - at POST /v1/webhooks.
Organisation admins and owners can now register webhook endpoints at
POST /v1/webhooks and subscribe to mcp.published, mcp.updated,
bundle.created, bundle.updated, and bundle.deployed. Every delivery
is HMAC-signed, retried on failure with backoff, and logged to a
per-endpoint delivery history you can audit from the API. There's also a
"send test ping" endpoint that dispatches a real, signed request
synchronously so you can verify your receiver before relying on it. See
Webhooks for the signature format and retry
schedule.