Skip to main content
VI

Vindi

v0.2.1API Key

Motor de cobro recurrente con dunning, lógica de retry y multi-gateway. Tu agente gestiona ciclos de vida de suscripción y reduce churn.

20 herramientas1 env vars🇧🇷 Brasilestable en npm

Qué puede hacer tu agente

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

  • create_subscriptionCreate a recurring subscription in Vindi
  • get_subscriptionGet subscription details by ID
  • list_subscriptionsList subscriptions 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_subscription", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-vindi

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": {
    "vindi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vindi"
      ],
      "env": {
        "VINDI_API_KEY": "<your_vindi_api_key>"
      }
    }
  }
}

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

Variables de entorno · 1

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

VINDI_API_KEY
obligatoriosecret

API key for vindi

Herramientas disponibles · 20

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

WRITEcreate_subscription
Create a recurring subscription in Vindi
READget_subscription
Get subscription details by ID
READlist_subscriptions
List subscriptions with optional filters
WRITEcreate_bill
Create a bill (charge) in Vindi
READget_bill
Get bill details by ID
READlist_bills
List bills with optional filters
WRITEcreate_customer
Create a customer in Vindi
READget_customer
Get customer details by ID

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-vindi` 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.
Vindi — MCP server · 20 tools | CodeSpar