neuron_bot_api_chat
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send a message to a bot via the API and receive a streaming or complete AI-generated response. Requires a valid API key with 'nrn_' prefix.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"message",
"contactPhone"
],
"properties": {
"apiKey": {
"type": "string",
"description": "Bot API key with 'nrn_' prefix for authentication"
},
"message": {
"type": "string",
"description": "The message text to send to the bot"
},
"contactName": {
"type": "string",
"description": "Display name of the contact for conversation context"
},
"contactPhone": {
"type": "string",
"description": "Phone number of the contact sending the message (E.164 format, e.g., '+2348012345678')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries