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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/Ultraner/ultraner-mcp'

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