Billplz Connector for AI agents.
11 live capabilities
Manage payment collections and bill tracking through your AI client.
Waiting for input…
Why people use Billplz
Billplz for Faster Payment Collection Management
This Connector changes that by bringing your payment data into your AI client. Instead of hunting for information, you just ask. You can list your collections, check a bill's status, or pull a transaction history in seconds. You get a conversational interface for your entire payment workflow, letting you stay in your flow while the agent handles the data retrieval.
What Vinkius changes
You can manage your entire Billplz payment lifecycle through a chat interface instead of a web dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking customer payment status
A merchant gets a DM about a payment status.
- Real-world use case 02
Auditing bank deposit routes
A finance person needs to audit a specific account.
- Real-world use case 03
Testing payment flows in sandbox
A developer is testing a new checkout flow.
Complete set · 11capabilities
The complete Billplz capability set.
These are the exact actions your AI can choose when you ask it to work with Billplz.
01—04
4 capabilities in this set.
Part of 11 available through Billplz.
- 01 Capability
Create collection
Create a new bill collection for a product or service. It helps organize your billing into logical groups.
- 02 Capability
Deactivate collection
Turn off a specific collection. Use this to stop accepting payments for a discontinued item.
- 03 Capability
Delete bill
Remove an unpaid bill from the system. This is useful for canceling orders that shouldn't be processed.
- 04 Capability
Get bank account
See the bank details for a specific collection. Use this to verify where your funds are being deposited.
05—08
4 capabilities in this set.
Part of 11 available through Billplz.
- 05 Capability
Get bill
Pull the specific details of a single bill. This lets you quickly check the amount and status of a customer's payment.
- 06 Capability
Get collection
Retrieve the details of a specific collection. Use this to see the overview of a billing group.
- 07 Capability
Get fpx banks
List all banks that support FPX payments. This helps you see what options are available to your customers.
- 08 Capability
List collections
See a list of all your bill collections. Use this to get a high-level view of your active billing groups.
09—11
3 capabilities in this set.
Part of 11 available through Billplz.
- 09 Capability
List transactions
Get a full list of transactions for a specific bill. This is the go-to capability for reconciling complex payments.
- 10 Capability
Activate collection
Turn on a collection to start accepting payments. Use this when launching a new product or service.
- 11 Capability
Create bill
Generate a new bill for a specific collection. This is how you actually charge your customers.
Set up in minutes
One URL. Then ask Billplz to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Billplz 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_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Billplz for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz URL.
- Step 03
Save and start
Save the connection and enable Billplz in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"billplz": {
"url": "https://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz
Open Agent mode in chat and ask: "Using Billplz, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"billplz": {
"url": "https://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz
Ask Copilot: "Using Billplz, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"billplz": {
"url": "https://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz
Open Cascade and ask: "Using Billplz, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"billplz": {
"url": "https://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz
Ask Cline: "Using Billplz, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add billplz --transport http "https://edge.vinkius.com/vk_preview_EMh1ZotmqYqe7G6KpBY7CYyqvtqQwojzGg5uPEpq/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 Billplz
Ask Claude: "Using Billplz, show me...". 11 tools are ready
Where the request belongs
Work Billplz can move forward.
This is for e-commerce owners and finance managers who are tired of manual data entry and constant tab-switching just to check if a customer paid on time.
E-commerce Merchant
Checks payment statuses and creates bills for new orders during peak sales.
Finance Team Member
Audits transaction histories and reconciles bank accounts using natural language.
Fintech Developer
Manages sandbox environments and generates test bills to verify payment flows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBillit
Manage your e-invoicing via Billit. list invoices, clients, and expenses directly from any AI agent.
Bill.com
Equip your AI agent with direct access to BILL. manage invoices, approve payments, and track vendor bills without opening the AP dashboard.
BILL (Bill.com)
Manage financial operations via BILL. list vendors, customers, bills, and invoices directly from any AI agent.
Paddle
Manage billing, subscriptions, and transactions via Paddle. inspect customers, list products, pause recurring plans, and void transactions from any AI agent.
Zoho Billing
Comprehensive billing and subscription management platform.
ChargeDesk
Manage billing and payments via ChargeDesk. track charges, refund payments, and manage customers across multiple gateways directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Billplz 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 Billplz.
The practical details behind the request, access and result.
What can I do with the Billplz MCP?
You can manage your entire payment lifecycle through a chat interface. This includes creating new collections, generating bills for customers, and checking payment statuses in real time.
How does Billplz MCP help my e-commerce store?
It lets you handle customer inquiries faster. Instead of logging into a dashboard, you can ask your AI agent to pull specific bill details or transaction histories instantly.
Can I use Billplz MCP to check if a customer paid?
Yes, you can ask your agent to retrieve the status of any specific bill. It will tell you if the payment was successful, the amount, and the date it was settled.
How do I manage my collections with Billplz MCP?
You can use your AI client to list all your active collections, create new ones for different products, or toggle them on and off to control what's live.
Can Billplz MCP help with bank reconciliation?
It does by allowing you to pull full transaction lists for specific bills. You can also check which bank accounts are linked to your collections to verify your setup.
Can I use Billplz MCP to create new bills?
Yes, your AI agent can generate new bills for your customers under an active collection, making it much faster to handle new orders.
Can I check if a specific bill has been paid?
Yes! Use the get_bill capability with the Bill ID. Your agent will fetch the latest status, including whether it is 'paid' or 'due'.
How do I create a new payment collection?
Simply ask the agent to create_collection and provide a title. It will create the collection in your Billplz account and return the new Collection ID.
Can I see the list of FPX banks supported for online banking?
Yes. Use the get_fpx_banks capability to retrieve a real-time list of all banks currently supported by the Billplz FPX gateway.
One connection away
Give your agent a direct line to Billplz.
Connect Billplz once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available