Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ultraner Server

FreeNot checked

Enables AI agents to interact with the Ultraner API for creating payments, refunds, checkout sessions, managing escrow, and inspecting transactions across Afric

GitHubEmbed

About

Enables AI agents to interact with the Ultraner API for creating payments, refunds, checkout sessions, managing escrow, and inspecting transactions across Africa.

README

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

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

from github.com/Ultraner/ultraner-mcp

Install Ultraner Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ultraner-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ultraner-mcp-server -- npx -y @ultraner/mcp

FAQ

Is Ultraner Server MCP free?

Yes, Ultraner Server MCP is free — one-click install via Unyly at no cost.

Does Ultraner Server need an API key?

No, Ultraner Server runs without API keys or environment variables.

Is Ultraner Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ultraner Server in Claude Desktop, Claude Code or Cursor?

Open Ultraner Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ultraner Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs