
Mcp Vindi
Connect your agent to Vindi for recurring billing, subscription lifecycle, and invoice operations while building Brazilian SaaS.
Overview
io.github.codespar/mcp-vindi is an MCP server for the Build phase that lets agents manage Vindi recurring billing, subscriptions, and invoices.
What is this MCP server?
- Vindi recurring billing, subscriptions, and invoices via MCP
- @codespar/mcp-vindi npm v0.1.2 with stdio MCP transport
- VINDI_API_KEY required for all authenticated calls
- Fits Brazilian indie SaaS using Vindi as subscription processor
- Source package payments/vindi in codespar mcp-dev-brasil repo
- Server version 0.1.2
- npm package @codespar/mcp-vindi
- 1 required secret environment variable: VINDI_API_KEY
Community signal: 252 GitHub stars.
What problem does it solve?
Tweaking Vindi subscriptions and invoices from your IDE usually means fragile scripts and scattered API documentation.
Who is it for?
Brazilian solo founders on Vindi who want agent help building and testing subscription billing integrations.
Skip if: Global stacks using only Stripe with no Vindi account, or non-technical users who only need the Vindi web UI.
What do I get? / Deliverables
After registering mcp-vindi with VINDI_API_KEY, your agent can call Vindi billing tools through MCP during development.
- Stdio MCP server linked to Vindi APIs
- Agent-callable subscription and invoice operations
- Streamlined billing integration development in the IDE
Recommended MCP Servers
Journey fit
Subscription billing integrations are canonical Build work when you wire production payment providers into your app. Integrations is the right shelf for Vindi MCP because it is a live billing API bridge, not a growth analytics dashboard.
How it compares
Vindi subscription API MCP connector, not a pricing-strategy skill or generic invoice PDF generator.
Common Questions / FAQ
Who is io.github.codespar/mcp-vindi for?
Indie SaaS builders using Vindi for recurring billing who want MCP access to subscriptions and invoices from their coding agent.
When should I use io.github.codespar/mcp-vindi?
During Build when you integrate or automate Vindi subscription flows, invoice checks, or billing admin tasks alongside your app code.
How do I add io.github.codespar/mcp-vindi to my agent?
Install @codespar/mcp-vindi, set VINDI_API_KEY as a secret, and add the stdio MCP server definition to Claude Code, Cursor, or Windsurf.