Back to Apps

Pix CLI
by pixcli
Programmatic Pix payments for developers and AI agents. Built in Rust with multi-PSP support.
0 stars
Works in:claude
Exposes:Tools
What it does
Pix CLI provides a programmatic interface for managing Pix payments, the instant payment system used in Brazil. It allows developers and AI agents to send and receive payments, generate QR codes, and monitor transaction statuses directly from the terminal or through an MCP server.
Tools
create_charge: Create a Pix charge and get a QR code or payment link.get_charge: Check the status of a charge using its transaction ID.get_balance: Retrieve the current account balance.list_received_pix: List recent incoming Pix transactions.send_pix: Execute a Pix payment to a specific recipient.generate_qr: Generate a static Pix QR code payload offline.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pix": {
"command": "pix-mcp",
"args": []
}
}
}
Note: Requires pixcli to be installed via cargo install pixcli and configured using pixcli config init.
Supported hosts
- Claude Desktop
- OpenClaw
Quick install
cargo install pixcliInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to plugins config: command: pix-mcpClaude Desktop
{"mcpServers": {"pix": {"command": "pix-mcp", "args": []}}}





