How to Use the Chargebee MCP in Windsurf
Automate Chargebee billing tasks right inside your editor with Windsurf's Cascade agent. Set a goal, and it handles the rest.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chargebee MCP to Windsurf
Create your Vinkius account to connect Chargebee to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage Customers and Subscriptions
This MCP Server gives your agent direct control over your Chargebee customer records. You can tell Windsurf to onboard a new user, and its Cascade agent will chain the `create_customer` and `get_subscription_details` tools together to provision the account and confirm their plan in one shot. Because Cascade handles multi-step actions autonomously, you don't have to prompt it for every little thing. Just say, "Get the details for our top five biggest accounts," and it will figure out how to use `list_customers` and `get_customer_details` to get you the answer. It's a much faster way to work.
Automate Billing with Windsurf
Use this server to automate your entire billing workflow. When you need to set up a new payment method for a user, Cascade can take a prompt like "Generate a checkout page for the Pro plan," and it will immediately call the `generate_hosted_checkout` tool to create the unique link. After a customer pays, you can ask Cascade to verify the transaction. It will use the `list_invoices` tool to find the corresponding record and confirm the payment status. You get a complete, automated loop from checkout to confirmation without leaving your IDE.
Administer Your Product Catalog
This server connects your AI client directly to your Chargebee catalog and subscription states. You can manage the full lifecycle of a subscription with simple, plain-English commands. Need to temporarily stop billing for a customer? The `pause_subscription` tool handles that. When it's time to offboard a user, tell Cascade to cancel their account. It will find the right subscription and use the `cancel_subscription` tool to remove it for good. It also uses `list_catalog_items` to check product and plan details before making changes.
Set up Chargebee MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Chargebee MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Chargebee payment history." If connected, Cascade will call the Chargebee tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"chargebee-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Chargebee. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Chargebee MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chargebee MCP today
We host it, we monitor it, we maintain it. You just paste one token.