You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_save_bank_account

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Save a verified bank account as the organization's payout destination. Verify the account first using neuron_verify_bank_account.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "bankCode",
    "bankName",
    "accountNumber",
    "accountName"
  ],
  "properties": {
    "bankCode": {
      "type": "string",
      "description": "Nigerian bank code (e.g., '058' for GTBank, '044' for Access Bank)"
    },
    "bankName": {
      "type": "string",
      "description": "Full name of the bank (e.g., 'Guaranty Trust Bank')"
    },
    "accountName": {
      "type": "string",
      "description": "Account holder name as returned from bank verification"
    },
    "accountNumber": {
      "type": "string",
      "description": "10-digit Nigerian bank account number"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →
neuron_save_bank_account — io.github.conquext/neuron — PRSM MCP