Skip to main content
ZO

Zoop

v0.1.3OAuth2

Infraestructura de pagos brasileña: Pix, boleto, tarjeta y split nativo de recibibles. Tu agente crea cobros, concilia liquidaciones y reparte payouts entre partners — en una sola llamada MCP.

28 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

Zoop le da a tu agente 28 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_transactionCreate a transaction in Zoop (Pix, boleto, or credit card)
  • get_transactionGet transaction details by ID
  • list_transactionsList transactions with optional filters
Ejemplo de llamada
// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_transaction", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-zoop

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

claude_desktop_config.json
{
  "mcpServers": {
    "zoop": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-zoop"
      ],
      "env": {
        "ZOOP_API_KEY": "<your_zoop_api_key>"
      }
    }
  }
}

Después de reiniciar, tu agente puede llamar cualquiera de las 28 herramientas de abajo — probá create_transaction primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

ZOOP_API_KEY
obligatoriosecret

API key for zoop

Herramientas disponibles · 28

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

WRITEcreate_transaction
Create a transaction in Zoop (Pix, boleto, or credit card)
READget_transaction
Get transaction details by ID
READlist_transactions
List transactions with optional filters
WRITEcreate_split_rule
Create a split rule for distributing payments between sellers
WRITEcreate_seller
Create a seller (individual or business) in the marketplace
READget_seller
Get seller details by ID
READlist_sellers
List sellers in the marketplace
WRITEcreate_buyer
Create a buyer in the marketplace

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-zoop` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Zoop — MCP server · 28 tools | CodeSpar