You're viewing a demo portfolio

Join the waitlist
PRSM

create_webhook_connection

Active

Tool of mcp-server-dashform

declared in 1.0.0

Create a webhook or Discord connection (no OAuth). For Slack/HubSpot/Mailchimp/etc., connect via the dashboard's OAuth flow first.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "provider",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "provider": {
      "enum": [
        "webhook",
        "discord"
      ],
      "type": "string"
    },
    "accountLabel": {
      "type": "string",
      "default": ""
    },
    "signingSecret": {
      "type": "string",
      "default": ""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →