loading…
Search for a command to run...
loading…
Enables integration with the Nomba payment and POS platform in Nigeria. It allows users to manage transactions, bank transfers, virtual accounts, and POS termin
Enables integration with the Nomba payment and POS platform in Nigeria. It allows users to manage transactions, bank transfers, virtual accounts, and POS terminals via the Nomba API.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"nomba-mcp-server": {
"command": "npx",
"args": []
}
}
}