@ultraner/mcp
v0.1.0
Published
Ultraner MCP server, let AI agents create payments, refunds, checkout sessions and inspect transactions across Africa.
Maintainers
Readme
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.
- Docs: https://ultraner.com/docs
- OpenAPI: https://ultraner.com/openapi.json
- For AI: https://ultraner.com/ai
Run
ULTRANER_API_KEY=sk_live_... npx @ultraner/mcpUse 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_paymentcharge a mobile-money walletget_payment_statuslook up a payment by referencecreate_disbursementsend a payoutget_walletwallet balanceslist_transactionsrecent transactionscreate_escrow/release_escrowhold and release fundscreate_paypal_order/create_stripe_sessioninternational payers
Environment
ULTRANER_API_KEY(required) your secret API keyULTRANER_BASE_URL(optional) defaults tohttps://api.ultraner.com
License
MIT
