Increase Connector for AI agents.
12 live capabilities
Programmatically manage US bank accounts and wire transfers.
Waiting for input…
Why people use Increase
Increase for Automated US Commercial Banking
This Connector changes that by turning a commercial bank into a set of programmable capabilities. Your agent can spin up accounts, issue cards, and move money via wires or ACH instantly. You get a production-ready bank that responds to your code.
What Vinkius changes
You get a production-ready bank connected to your agent in a few clicks.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating User Onboarding
A BaaS startup wants to give users accounts.
- Real-world use case 02
Testing Payment Logic
A developer wants to see if their webhook triggers on a deposit.
- Real-world use case 03
Corporate Wire Management
A finance team needs to move $50k to a vendor.
Complete set · 12capabilities
The complete Increase capability set.
These are the exact actions your AI can choose when you ask it to work with Increase.
01—04
4 capabilities in this set.
Part of 12 available through Increase.
- 01 Capability
Increase create account
Create a new bank account. This lets you set up separate sub-ledgers for different purposes.
- 02 Capability
Increase create ach
Send an outbound ACH transfer. Use this to push funds to any US bank account.
- 03 Capability
Increase create card
Issue a debit card. This creates a physical or virtual card tied to a specific account.
- 04 Capability
Increase create routing number
Generate routing numbers. This provides the ABA and account data needed for bank transfers.
05—08
4 capabilities in this set.
Part of 12 available through Increase.
- 05 Capability
Increase create wire
Send a same-day wire. Use this for high-value transfers that need to move money instantly.
- 06 Capability
Increase get balance
Get a real-time balance. This pulls the current ledger amount for a specific account.
- 07 Capability
Increase list cards
List active cards. This lets you see all the cards you've issued to your users.
- 08 Capability
Increase list transactions
Get transaction history. This pulls a list of all booked financial history.
09—12
4 capabilities in this set.
Part of 12 available through Increase.
- 09 Capability
Increase list transfers
Audit outbound transfers. This lets you check the status of all money you've sent out.
- 10 Capability
Increase simulate inbound ach
Simulate an inbound ACH. This lets you test receiving money in a safe sandbox environment.
- 11 Capability
Increase simulate inbound wire
Simulate an inbound wire. This lets you test wire deposits in a sandbox before going live.
- 12 Capability
Increase list accounts
List all accounts. This shows every sub-account currently under your banking charter.
Set up in minutes
One URL. Then ask Increase to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Increase 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_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Increase for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase URL.
- Step 03
Save and start
Save the connection and enable Increase in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"increase": {
"url": "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase
Open Agent mode in chat and ask: "Using Increase, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"increase": {
"url": "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase
Ask Copilot: "Using Increase, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"increase": {
"url": "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase
Open Cascade and ask: "Using Increase, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"increase": {
"url": "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase
Ask Cline: "Using Increase, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add increase --transport http "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/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 Increase
Ask Claude: "Using Increase, show me...". 12 tools are ready
Where the request belongs
Work Increase can move forward.
The platform engineer building a fintech app who needs to move money without the regulatory nightmare of building a bank from scratch.
BaaS Developer
Automates account creation and card issuing for their app's users on a Tuesday afternoon.
Corporate Ops Manager
Manages high-value wire transfers and temporary routing numbers for large project budgets.
Fintech Product Manager
Validates payment flows in a sandbox before moving to a live production environment.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsColumn
Empower your Agent to operate a chartered US bank. Create accounts, trigger wire transfers, and orchestrate paper payouts using natural text.
Teller
Connect to your bank accounts, list transactions, check balances, and initiate payments via Teller API.
Fintoc
Access bank accounts, movements, and initiate transfers via AI agents with Fintoc.
Mambu
Manage clients, loans, deposits, and tasks on Mambu Cloud Banking Platform.
TrueLayer
Manage open banking payments, payouts, and account data via TrueLayer. initiate transfers, check balances, and list transactions directly from any AI agent.
Mercury
Bank smarter for your startup with FDIC-insured accounts, treasury management, and business banking built for tech companies.
Bring your own AI
Change the model, client or framework. Keep Increase 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 Increase.
The practical details behind the request, access and result.
What is the Increase MCP?
It connects your AI agent to a real US commercial bank. This lets your agent perform actions like creating accounts, sending wires, and issuing cards programmatically.
Can I use this for my fintech startup?
Yes, this is built for platform builders who need to offer banking services like sub-ledgers and debit cards to their customers.
Does this support same-day wires?
Yes, you can use the wire capability to send high-value transfers that need to arrive the same day.
How do I test my deposit logic?
You can use the sandbox capabilities to simulate inbound ACH or wire transfers. This lets you verify your app's logic without moving real money.
Can I see my transaction history?
Yes, your agent can pull a full list of booked transactions to help you audit your financial history.
Is this for international banking?
No, this Connector is specifically for US commercial banking and domestic payment rails like ACH and wires.
Can I test money flows safely without losing real funds?
Absolutely. Increase has a top-tier sandbox environment. In your Connector settings, pass a Sandbox API Key (starting with sk_test_) and optionally set the environment to 'sandbox'. We even implemented literal capability overrides like increase_simulate_inbound_ach which are intentionally restricted exclusively to simulating inbound events on your test environment.
Does adding a new account via the Agent require paperwork?
No! Assuming your global LLC has already passed initial onboarding and your Entity object handles compliance, any subsequent programmatic calls to increase_create_account yield a fully compliant sub-ledger and associated numbers instantaneously contextually within the UI chat responses.
What is the difference between ACH and Wire transfer arrays here?
ACH acts through clearing houses taking normally 1-3 business days suited perfectly for non-urgent vendor mass payouts (create_ach). Wire transfers (create_wire) tie directly to Fedwire routing logic hitting banks internally within minutes - often bearing a slight static fee. Dictate which the bot should invoke based on liquidity needs.
How can I trace a specific payment?
We've added increase_list_transactions to handle historical booked transfers strictly by ID limits, exposing whether money cleared Fed limits safely.
One connection away
Give your agent a direct line to Increase.
Connect Increase once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available