theYahia/nomba-mcp
MCP server for Nomba — payments, POS, transfers (Nigeria)
Platform-specific configuration:
{
"mcpServers": {
"nomba-mcp": {
"command": "npx",
"args": [
"-y",
"nomba-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Nomba payment and POS platform (Nigeria).
| Tool | Description | |---|---| | create_checkout | Create a checkout page | | get_transaction | Get transaction details | | list_transactions | List transactions | | create_transfer | Create a bank transfer | | get_balance | Get account balance | | list_terminals | List POS terminals | | create_virtual_account | Create a virtual account | | get_virtual_account | Get virtual account details |
{
"mcpServers": {
"nomba": {
"command": "npx",
"args": ["-y", "@theyahia/nomba-mcp"],
"env": {
"NOMBA_CLIENT_ID": "<YOUR_NOMBA_CLIENT_ID>",
"NOMBA_CLIENT_SECRET": "<YOUR_NOMBA_CLIENT_SECRET>",
"NOMBA_ACCOUNT_ID": "<YOUR_NOMBA_ACCOUNT_ID>"
}
}
}
}| Variable | Required | Description | |---|---|---| | NOMBA_CLIENT_ID | Yes | OAuth client ID | | NOMBA_CLIENT_SECRET | Yes | OAuth client secret | | NOMBA_ACCOUNT_ID | Yes | Nomba account ID |
MIT
Loading reviews...