You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_bot_api_send

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Send an outbound message through the bot API to a specified phone number. Supports text and media messages. Requires a valid API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "apiKey",
    "to",
    "message"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient's phone number (E.164 format, e.g., '+2348012345678')"
    },
    "apiKey": {
      "type": "string",
      "description": "Bot API key with 'nrn_' prefix for authentication"
    },
    "message": {
      "type": "string",
      "description": "The message text to send to the recipient"
    },
    "mediaUrl": {
      "type": "string",
      "description": "Public URL of the media file to attach (required for non-text message types)"
    },
    "channelId": {
      "type": "string",
      "description": "Unique identifier (UUID) of a specific WhatsApp channel to send from. Uses the bot's primary channel if omitted."
    },
    "messageType": {
      "type": "string",
      "description": "Type of message to send: 'text', 'image', 'video', 'audio', or 'document' (default: 'text')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →