Skip to content

AI Agents & Model Context Protocol (MCP)

Zirzir provides first-class support for autonomous AI coding agents and financial copilots using the Model Context Protocol (MCP).

Start the stdio MCP server directly from the CLI:

Terminal window
zirzir mcp

Add Zirzir to your claude_desktop_config.json or Cursor MCP settings:

{
"mcpServers": {
"zirzir": {
"command": "zirzir",
"args": ["mcp"]
}
}
}

AI Agents connected to Zirzir gain access to the following native tools:

Tool NameDescription
zirzir_chargeInitiate a payment charge across any African rail (Telebirr, Chapa, M-Pesa)
zirzir_list_paymentsQuery recent transactions, filtering by status or currency
zirzir_simulate_webhookTrigger sandbox webhook events for end-to-end testing
zirzir_generate_ussdGenerate low-connectivity USSD dial strings

Zirzir also includes a built-in AI Financial Copilot drawer inside the web dashboard (AgentCopilot.tsx), allowing merchants to ask natural-language questions like:

  • “What is our total transaction volume in ETB today?”
  • “Are any payment gateways currently experiencing circuit breaker failovers?”
  • “Create a payment link for 500 ETB for customer John Doe.”