Skip to main content
Glama

nomba-mcp

MCP server for Nomba payment and POS platform (Nigeria).

Tools (8)

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

Quick Start

{
  "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>"
      }
    }
  }
}

Environment Variables

Variable

Required

Description

NOMBA_CLIENT_ID

Yes

OAuth client ID

NOMBA_CLIENT_SECRET

Yes

OAuth client secret

NOMBA_ACCOUNT_ID

Yes

Nomba account ID

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/nomba-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server