Recurring billing engine with dunning, retry logic, and multi-gateway. Your agent manages subscription lifecycles and reduces churn.
$ npm install @codespar/mcp-vindiAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"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.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
VINDI_API_KEYAPI key for vindi
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_subscriptionget_subscriptionlist_subscriptionscreate_billget_billlist_billscreate_customerget_customerMCP is a protocol โ any framework that speaks it can mount this server.