Skip to main content
ToolkitsZoop
ZO

Zoop

v20260413_01OAuth2

Payments, Pix, boleto, cartão e split. Cobranças, splits e recebíveis para o mercado brasileiro.

34 tools0 triggers🇧🇷live
Install
terminalCopy
npm install @codespar/mcp-zoop

Tools (34)

Create Charge
Create a new Pix, boleto, or card charge
ZOOP_CREATE_CHARGE
Get Charge Status
Retrieve current status of a charge
ZOOP_GET_CHARGE
Create Pix QR Code
Generate a Pix QR code for instant payment
ZOOP_PIX_QRCODE
Create Boleto
Generate a bank boleto for payment
ZOOP_CREATE_BOLETO
Refund Charge
Refund a completed charge
ZOOP_REFUND
List Transactions
List all transactions with filters
ZOOP_LIST_TRANSACTIONS
Create Split
Split payment between multiple recipients
ZOOP_CREATE_SPLIT
Get Balance
Get current account balance
ZOOP_GET_BALANCE
Quick Start
import { CodeSpar } from "@codespar/sdk";

const cs = new CodeSpar();
const session = await cs.create("user_123");
const tools = await session.tools();
Details
Package@codespar/mcp-zoop
Categorypayments
AuthOAuth2
Country🇧🇷 BR
Statuslive
LicenseMIT
Works with
Claude Agent SDKOpenAI AgentsVercel AI SDKLangChainLlamaIndexCrewAIAny MCP client
CodeSpar — Commerce Infrastructure for AI Agents