neuron_request_payout
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Request a payout to transfer funds from the organization wallet to the linked bank account. A bank account must be saved first.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"amount"
],
"properties": {
"amount": {
"type": "integer",
"description": "Amount to transfer in the smallest currency unit — kobo for NGN (e.g., 100000 = NGN 1,000)",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries