https://mcp.pretium.africa/mcpOpen source: github.com/derrickbundi/pretium-mcp
What agents can do
Fiat agent payouts today: KES, UGX, NGN (mobile money, paybill, buy goods, bank transfer). Stablecoins: USDT/USDC on Celo, Base, BNB.
Prerequisites
- A Pretium partner account and API key (used by the MCP server as
x-api-key). - For agent tools: a partner secret key from the portal (used by
register_agent). - An ERC-20 settlement wallet configured in the partner portal (for agent stablecoin flows).
/mcp/agent/* HTTP routes from your product. The MCP server wraps those for the AI client.
Add in Cursor
- Open Cursor Settings → MCP (or edit
~/.cursor/mcp.json/ project.cursor/mcp.json). - Add the Pretium server:
- Restart Cursor (or reload MCP). You should see Pretium tools listed under the server.
- Ask the agent things like: “Register my Pretium agent and check the UGX balance.”
Add in Claude
Claude Desktop
Edit your Claude Desktop MCP config (macOS:~/Library/Application Support/Claude/claude_desktop_config.json):
Claude Code / CLI
Add in ChatGPT
- Open ChatGPT settings for Apps / Connectors (or Custom GPT actions that support MCP, depending on your plan).
- Add a new MCP connector with URL:
- Allow the Pretium tools you need (rates, validation, agent payouts).
- In chat, instruct the model to use Pretium for African payouts — for example: “Validate this Safaricom number, then pay 500 KES from my agent.”
Self-host (optional)
Do not expose a self-hosted MCP publicly without auth — it acts with your partner API key.
Typical chat workflows
Register and pay fiatFiat payout field cheat sheet
REST Pretium vs MCP
Use the Pretium API reference when you are building a product integration. Use MCP when you want an AI assistant to operate Pretium for you.
