How to Use the Increase MCP in Claude Code
Pipe real Increase banking commands directly into your CLI using Claude Code and this MCP Server to manage accounts, wires, and ledgers.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Increase MCP to Claude Code
Create your Vinkius account to connect Increase to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script instant money transfers from the terminal
The `increase_create_wire` tool enables immediate wire transfers directly from your Claude Code terminal. You pipe your payout list into Claude Code, and the terminal agent executes each Increase transfer while logging the confirmation IDs. For standard batch payments, Claude Code runs `increase_create_ach` to dispatch outbound Increase ACH files. This setup lets you build shell scripts that automate Increase payouts directly from the command line.
Provision banking infrastructure via CLI
The `increase_create_account` tool allows you to spin up new commercial Increase checking accounts using simple Claude Code prompts. Claude Code executes the creation sequence and outputs the clean JSON response to your stdout. To route money to these new vaults, Claude Code calls `increase_create_routing_number` to generate ABA routing details. You can instantly export these Increase routing numbers to your environment variables.
Audit Increase ledger balances with this Claude Code MCP Server
The `increase_get_balance` tool gets the exact ledger balance for any Increase account under your control. Running this command inside Claude Code gives you a fast, plain-text reading of your available funds. To trace specific movements, Claude Code runs `increase_list_transactions` to dump your booked Increase history. You can grep this output or feed it directly into other CLI utilities for rapid financial auditing.
Set up Increase MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeincrease-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Increase transactions." It will automatically discover and invoke the available Increase tools.
claude mcp add --transport http increase-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Increase MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Increase MCP today
We host it, we monitor it, we maintain it. You just paste one token.