Skip to main content
VI

Vindi

v0.2.0API Key

Recurring billing engine with dunning, retry logic, and multi-gateway. Your agent manages subscription lifecycles and reduces churn.

20 tools1 env vars๐Ÿ‡ง๐Ÿ‡ท Brazilstable on npm

Install

terminal
$ npm install @codespar/mcp-vindi

Quickstart

Add this entry to your claude_desktop_config.json (or any MCP-compatible client config).

claude_desktop_config.json
{
  "mcpServers": {
    "vindi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vindi"
      ],
      "env": {
        "VINDI_API_KEY": "<your_vindi_api_key>"
      }
    }
  }
}

After restart, your agent can call any of the 20 tools below โ€” try create_subscription first.

Environment variables ยท 1

Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.

VINDI_API_KEY
requiredsecret

API key for vindi

Available tools ยท 20

Each tool is independent โ€” your agent loads only what it needs to reduce context and response time.

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

Compatible frameworks

MCP is a protocol โ€” any framework that speaks it can mount this server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Any MCP clientProtocol

Frequently asked questions

All credentials are encrypted at rest in an isolated vault scoped per organization. OAuth2 tokens are automatically refreshed before expiry. Your agent code never sees raw secrets โ€” it receives scoped, short-lived session tokens.
Servers โ€” Every LatAm commerce API your agent needs | CodeSpar