You're viewing a demo portfolio

Join the waitlist
PRSM

create_webhook

Active

Tool of Chronary

declared in 1.0.0

Create a webhook subscription so the org receives HTTP POST notifications when events occur (e.g. event.created, proposal.confirmed). The signing secret is returned ONCE in this response — store it to verify the HMAC-SHA256 signature on delivered payloads. Requires an org-level API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url",
    "events"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "HTTPS endpoint that will receive event deliveries"
    },
    "events": {
      "type": "array",
      "items": {
        "enum": [
          "agent.created",
          "agent.updated",
          "event.created",
          "event.updated",
          "event.deleted",
          "event.started",
          "event.ended",
          "event.reminder",
          "event.hold_created",
          "event.hold_expired",
          "event.hold_released",
          "event.hold_confirmed",
          "proposal.created",
          "proposal.responded",
          "proposal.confirmed",
          "proposal.expired",
          "proposal.cancelled",
          "webhook.deactivated"
        ],
        "type": "string"
      },
      "minItems": 1,
      "description": "Event types to subscribe to"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chronary

https://github.com/Chronary/chronary-mcp

2/7 registries
View full server →