Flip Connector for AI agents.
12 live capabilities
Automate Indonesian bank disbursements and payment collections.
Waiting for input…
Why people use Flip
Flip for Indonesian Bank Disbursement Automation
With this Connector, you just tell your agent to send a batch of payments. It talks to Flip for Business to handle the validation and execution. You get a confirmation in your chat window instead of a dozen open tabs. It turns a manual chore into a simple command.
What Vinkius changes
You get to manage Indonesian payouts and collections through a chat interface instead of a complex banking portal.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk Vendor Payouts
A finance lead needs to pay 50 vendors.
- Real-world use case 02
SaaS Subscription Setup
A founder wants to charge a client for a new service.
- Real-world use case 03
Refund Validation
A support agent needs to refund a user.
Complete set · 12capabilities
The complete Flip capability set.
These are the exact actions your AI can choose when you ask it to work with Flip.
01—04
4 capabilities in this set.
Part of 12 available through Flip.
- 01 Capability
List banks
See all supported banks available for transfers. Use this to verify which institutions are currently active.
- 02 Capability
Create bill
Create a unique payment link to collect funds from customers. This helps you get paid faster without manual invoice generation.
- 03 Capability
Create disbursement
Send money to an Indonesian bank account individually or in bulk. Use this to handle payouts for vendors or employees.
- 04 Capability
Get balance
Check your current Flip for Business account balance. This keeps you updated on your available liquidity in real time.
05—08
4 capabilities in this set.
Part of 12 available through Flip.
- 05 Capability
Get bill
Retrieve the specific details of a previously created payment link. Use this to check the status of a customer's bill.
- 06 Capability
List cities
Get a list of all supported cities for accurate transaction entry. This ensures you have the correct location data for payouts.
- 07 Capability
Get disbursement
View the details of a specific payout transaction. This helps you track the status of a specific money transfer.
- 08 Capability
List bills
View a list of all active payment links. This allows you to see all outstanding collections in one place.
09—12
4 capabilities in this set.
Part of 12 available through Flip.
- 09 Capability
List disbursements
See a history of all payouts sent from your account. Use this to keep your internal records synchronized with Flip.
- 10 Capability
List payments
Check a list of all payments received through your links. This gives you a clear view of incoming funds.
- 11 Capability
List recurring payments
View all currently scheduled recurring payment tasks. This helps you manage your automated payout schedule.
- 12 Capability
Validate bank account
Verify a bank account exists and get the holder's name before sending money. This prevents failed transfers and errors.
Set up in minutes
One URL. Then ask Flip to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flip 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_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flip for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip URL.
- Step 03
Save and start
Save the connection and enable Flip in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flip": {
"url": "https://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip
Open Agent mode in chat and ask: "Using Flip, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flip": {
"url": "https://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip
Ask Copilot: "Using Flip, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flip": {
"url": "https://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip
Open Cascade and ask: "Using Flip, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flip": {
"url": "https://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip
Ask Cline: "Using Flip, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flip --transport http "https://edge.vinkius.com/vk_preview_3ta7GPjl8OVRKRfFcetgsvSLqoLntrkZFEcleHwt/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 Flip
Ask Claude: "Using Flip, show me...". 12 tools are ready
Where the request belongs
Work Flip can move forward.
This is for finance ops managers in Indonesia who are tired of manual bank transfers and need to automate high-volume payouts without the errors that come from manual data entry.
Finance Operations Manager
Handles bulk payouts to vendors or employees without manually typing every account number into a portal.
SaaS Founder
Automates the creation of payment links for new customer subscriptions via a simple chat command.
E-commerce Owner
Validates customer bank details before processing large refunds to ensure the money goes to the right person.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrankas
Manage open finance operations via Brankas API. process direct payments, send disbursements, and access bank statements from any AI agent.
Finmo
Manage global pay-ins, payouts, and multi-currency wallets through AI agents with Finmo.
Trolley Global Payouts & Tax Compliance
Automate global payouts and tax compliance. manage recipients, payments, and tax forms via AI.
Mono
Automate financial data retrieval and payment orchestration via Mono. access account balances, transaction history, and initiate bank transfers directly from any AI agent.
PingPong
Global multi-currency payment platform for E-commerce. manage accounts, balances, and payouts via AI.
TrueLayer
Manage open banking payments, payouts, and account data via TrueLayer. initiate transfers, check balances, and list transactions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Flip 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 Flip.
The practical details behind the request, access and result.
How can I use Flip MCP for Indonesian bank transfers?
You can connect your Flip for Business account to your AI agent to send money to Indonesian bank accounts. Your agent can handle both individual and bulk payouts through simple chat commands.
Can the Flip MCP validate bank accounts before I send money?
Yes, it can. The Connector allows your agent to verify that a bank account exists and retrieve the holder's name before you ever send a transfer, which helps prevent errors.
How do I create payment links with the Flip MCP?
Just ask your agent to create a bill for a specific amount. It will generate a unique payment link that you can share with your customers to collect funds instantly.
Can I check my Flip for Business balance using an AI agent?
Yes, you can ask your agent for a real-time update on your account balance. This helps you keep track of your liquidity without having to log into your dashboard.
Does the Flip MCP support bulk disbursements?
It does. You can use the Connector to initiate multiple money transfers to Indonesian bank accounts in a single workflow, making it much faster for high-volume payouts.
How does Flip MCP help with payment collection?
It automates the creation and management of payment links. Your agent can generate these links on demand, so you can collect funds from customers more quickly.
Can I see my transaction history with the Flip MCP?
Yes, you can ask your agent to list your recent payouts or received payments. This keeps your records synchronized and makes it easy to review your history.
How do I validate an Indonesian bank account before sending money?
You can use the 'validate_bank_account' capability. Provide the bank code and account number, and the agent will call the Flip Bank Account Inquiry API to confirm the account is valid and return the registered holder's name.
Can I check my current account balance using this server?
Yes! The 'get_balance' capability retrieves the current available balance of your Flip for Business account, helping you ensure you have enough funds for your upcoming disbursements.
How do I create a payment link for a customer?
Use the 'create_bill' capability. Provide a title and the amount in IDR. The agent will generate a payment link (Bill) that you can share with your customer to collect the funds.
One connection away
Give your agent a direct line to Flip.
Connect Flip once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available