Skip to main content
Glama
Ultraner

Ultraner MCP Server

Official
by Ultraner

Ultraner MCP Server

A Model Context Protocol server that lets AI agents call the Ultraner API directly: create payments and refunds, open checkout sessions, manage escrow, and inspect transactions across Africa.

Run

ULTRANER_API_KEY=sk_live_... npx @ultraner/mcp

Related MCP server: P-Link-MCP

Use in an MCP client

Claude Desktop / Claude Code (mcp.json or settings):

{
  "mcpServers": {
    "ultraner": {
      "command": "npx",
      "args": ["-y", "@ultraner/mcp"],
      "env": { "ULTRANER_API_KEY": "sk_live_..." }
    }
  }
}

Tools

  • create_mobile_money_payment charge a mobile-money wallet

  • get_payment_status look up a payment by reference

  • create_disbursement send a payout

  • get_wallet wallet balances

  • list_transactions recent transactions

  • create_escrow / release_escrow hold and release funds

  • create_paypal_order / create_stripe_session international payers

Environment

  • ULTRANER_API_KEY (required) your secret API key

  • ULTRANER_BASE_URL (optional) defaults to https://api.ultraner.com

License

MIT

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI agents to interact with multiple payment providers (Stripe, Paystack) through a unified API. Supports payment initialization, verification, refunds, customer management, and invoicing without requiring knowledge of specific provider implementations.
    2
    -
  • A
    license
    B
    quality
    D
    maintenance
    Payment & Transaction Tools that allow AI agents to send, receive, and request payments
    11
    12 npm
    2
    Apache 2.0
  • A
    license
    A
    quality
    F
    maintenance
    Enables AI agents to create hosted checkouts, charge mobile wallets, query transactions, and process refunds via the JazzCash payment API.
    5
    72
    MIT