You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_channel

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Create a new WhatsApp channel with either Meta Cloud API or Baileys (direct WhatsApp) integration. Meta Cloud channels require metaPhoneNumberId and metaAccessToken.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "type"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the channel"
    },
    "type": {
      "enum": [
        "meta_cloud",
        "baileys"
      ],
      "type": "string",
      "description": "Integration type: 'meta_cloud' for Meta Cloud API or 'baileys' for direct WhatsApp connection"
    },
    "phoneNumber": {
      "type": "string",
      "description": "Phone number for the channel (E.164 format, e.g., '+2348012345678')"
    },
    "metaAccessToken": {
      "type": "string",
      "description": "Meta Access Token (required for meta_cloud type)"
    },
    "metaPhoneNumberId": {
      "type": "string",
      "description": "Meta Phone Number ID (required for meta_cloud type)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →