neuron_request_pair_code
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Request a numeric pairing code for a Baileys channel as an alternative to QR code scanning. Requires the phone number to pair with.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"phoneNumber"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the Baileys channel"
},
"phoneNumber": {
"type": "string",
"description": "Phone number to generate the pair code for (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