You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_send_whatsapp

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Send a WhatsApp message to a phone number or group. Auto-resolves which channel to use (org default > first connected). Supports text, image, audio, video, and document types.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "to",
    "text"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient: phone number (e.g., '2348012345678') or group JID (e.g., '120363XXX@g.us')"
    },
    "text": {
      "type": "string",
      "description": "Message text content"
    },
    "mediaUrl": {
      "type": "string",
      "description": "URL of media to attach (required for non-text message types)"
    },
    "channelId": {
      "type": "string",
      "description": "Unique identifier (UUID) of a specific channel to override auto-resolution"
    },
    "contactName": {
      "type": "string",
      "description": "Display name for the recipient contact"
    },
    "messageType": {
      "type": "string",
      "description": "Message type: 'text' (default), 'image', 'audio', 'video', or 'document'"
    }
  },
  "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 →
neuron_send_whatsapp — io.github.conquext/neuron — PRSM MCP