Chargify Connector for AI agents.
10 live capabilities
Manage B2B subscriptions and SaaS revenue operations with natural language commands.
Waiting for input…
Why people use Chargify
Chargify for SaaS Revenue and Billing Automation
This Connector changes that by turning your billing platform into a conversational interface. Instead of navigating menus, you tell your agent to pause the billing for a client or upgrade a user to the Enterprise tier. The agent handles the logic, updates the records, and gives you a confirmation in seconds.
What Vinkius changes
You get a chat-based interface for your entire billing backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Support Ticket Hold
A customer wants to pause their billing for a month.
- Real-world use case 02
Sales Closing Upgrade
A client moves from Pro to Enterprise.
- Real-world use case 03
Churn Documentation
A customer cancels due to budget cuts.
Complete set · 10capabilities
The complete Chargify capability set.
These are the exact actions your AI can choose when you ask it to work with Chargify.
01—04
4 capabilities in this set.
Part of 10 available through Chargify.
- 01 Capability
Cancel subscription
Irreversibly cancels a subscription and records the churn reason. This helps you track why customers leave.
- 02 Capability
Hold subscription
Clamps a subscription to prevent the next billing cycle from processing. Use this to pause payments during grace periods.
- 03 Capability
List customers
Maps all user email arrays and CRM records inside your Chargify site. Use this to see your full list of accounts.
- 04 Capability
List catalog products
Grabs the valid handles needed to trigger a plan switch. Use this to see which products you can offer.
05—07
3 capabilities in this set.
Part of 10 available through Chargify.
- 05 Capability
Create customer
Provisions a new customer record with a name and email in your billing engine. Use this to add new B2B accounts quickly.
- 06 Capability
Get customer details
Pulls the specific properties and account logic for a SaaS consumer. Use this to see what a customer actually owns.
- 07 Capability
Get subscription details
Tracks billing cycles, MRR, and past-due flags for a specific account. Use this to check if a customer is up to date.
08—10
3 capabilities in this set.
Part of 10 available through Chargify.
- 08 Capability
List subscriptions
Resolves whether accounts are active or canceled and traces recurring limits. Use this to audit your active billing.
- 09 Capability
Resume subscription
Unlocks the MRR engine for a subscription that was previously on hold. Use this to restart billing for a customer.
- 10 Capability
Update subscription product
Identifies the active arrays needed to perform a mid-cycle plan upgrade. Use this to move a client to a new tier.
Set up in minutes
One URL. Then ask Chargify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chargify from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Chargify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chargify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Chargify URL.
- Step 03
Save and start
Save the connection and enable Chargify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chargify": {
"url": "https://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Chargify
Open Agent mode in chat and ask: "Using Chargify, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chargify": {
"url": "https://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Chargify
Ask Copilot: "Using Chargify, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chargify": {
"url": "https://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Chargify
Open Cascade and ask: "Using Chargify, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chargify": {
"url": "https://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Chargify
Ask Cline: "Using Chargify, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chargify --transport http "https://edge.vinkius.com/vk_preview_pIUNED3ZhjkU8Ofy4Fpp08AK3i88kBu2BMlnv6AU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Chargify
Ask Claude: "Using Chargify, show me...". 10 tools are ready
Where the request belongs
Work Chargify can move forward.
The SaaS founder who's tired of manual billing adjustments, the support lead handling high-volume subscription tickets, and the sales rep who needs to move clients to higher tiers instantly.
Support Agent
Verifies subscription statuses and pauses billing for customers during live support chats.
Sales Representative
Executes plan upgrades and tier changes during the closing phase of a sales call.
Revenue Ops Manager
Audits customer lists and manages mass churn events without opening a spreadsheet.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChargebee
Manage recurring subscriptions, automate billing cycles, and reduce churn with revenue operations built for SaaS growth.
Recurly
Automate subscription billing and management via Recurly. manage subscriptions, accounts, and invoices directly from any AI agent.
Cheddar
Manage usage-based billing and subscriptions via Cheddar. track usage, monitor invoices, and manage customers directly from any AI agent.
Zoho Billing
Comprehensive billing and subscription management platform.
Billsby
Manage subscription billing via Billsby. list customers, subscriptions, and invoices directly from any AI agent.
ChargeOver
Bill your customers with flexible recurring invoicing, automated dunning, and payment collection that keeps revenue flowing.
Bring your own AI
Change the model, client or framework. Keep Chargify connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Chargify.
The practical details behind the request, access and result.
Can the Chargify MCP manage my B2B subscriptions?
Yes, it lets your agent handle active and canceled states, plan upgrades, and revenue holds. You can manage your entire subscription lifecycle through natural conversation.
How do I use the Chargify MCP for customer support?
Support agents can use it to instantly verify account status or pause billing without leaving their helpdesk. It makes handling common billing requests much faster.
Can I use this Chargify MCP to upgrade a client's plan?
Yes, your agent can identify product handles and modify a customer's plan mid-cycle. This allows for instant upgrades during sales calls.
Does the Chargify MCP handle churn reasons?
Yes, it can irreversibly cancel subscriptions while documenting specific reasons for your records. This helps your team track why customers are leaving.
Can I list all my customers using the Chargify MCP?
Your agent can map all user email arrays and CRM records inside your site instantly. This is great for audits or high-level revenue reviews.
How does the Chargify MCP handle billing holds?
It allows your agent to clamp a subscription to forbid the next billing cycle until you're ready to resume it. It's a perfect way to handle grace periods.
How can I pause billing for a client who needs a break?
Just tell your agent to 'Place a hold on subscription ID 123'. It hits the /holds.json endpoint, clamping the account and completely forbidding the next billing cycle from firing until you choose to resume it.
Can my agent upgrade a customer to a higher pricing tier instantly?
Absolutely. You can ask for a list of products to find the new Plan ID, then prompt the agent to update the subscription target. The platform handles the mid-cycle prorations automatically while your agent executes the switch.
What happens when I cancel a subscription through the AI?
When you execute a cancellation, you can include a 'message' documenting the churn logic (e.g., 'Moving to competitor'). The AI executes an irreversible DELETE call stopping the MRR securely and appending your specific reason for analytics.
One connection away
Give your agent a direct line to Chargify.
Connect Chargify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available