neuron_fund_wallet
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Initialize a wallet funding transaction via Paystack. Returns a checkout URL to complete the payment in a browser.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"amount",
"email"
],
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Email address to receive the payment receipt"
},
"amount": {
"type": "integer",
"description": "Amount to fund in the smallest currency unit — kobo for NGN (e.g., 500000 = NGN 5,000)",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries