You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_fund_wallet

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →