ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Increase with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Your very own programmatic commercial bank. Construct completely new bank accounts, fetch balance ledgers, map Routing numbers and fire wire limits.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Increase capability set.

These are the exact actions your AI can choose when you ask it to work with Increase.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Increase.

  1. 01

    Increase list cards

    Sweep the active array of issued Cards

  2. 02

    Increase list transactions

    Financial history extraction (Booked)

  3. 03

    Increase simulate inbound ach

    Simulate receiving an ACH inbound (SANDBOX ONLY)

  4. 04

    Increase simulate inbound wire

    Simulate receiving a Wire inbound (SANDBOX ONLY)

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Increase.

  1. 05

    Increase create account

    Spin up a new Bank Account programmatically

  2. 06

    Increase create ach

    Push an outbound ACH transfer to any US Bank

  3. 07

    Increase create card

    Issue a physical/virtual debit card attached to an account

  4. 08

    Increase create routing number

    Generate new ABA routing & account number data

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Increase.

  1. 09

    Increase create wire

    Send a same-day US Wire transfer

  2. 10

    Increase get balance

    Fetch realtime ledger balance for a specific account

  3. 11

    Increase list accounts

    List all sub-accounts under your charter

  4. 12

    Increase list transfers

    Audit outbound transfers

Observed, not estimated

896ms average. Fast in production.

Increase is checked daily against the live service.

Daily averagePeak 1034ms
Aug 20Today
Fastest day
742ms
Slowest day
1034ms
14-day trend
Slowing+32%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Increase, so you can see the experience inside your AI.

It does not authenticate your account with Increase. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Increase Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Increase capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "increase-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_vDFyElLrwlNGdmX84MXjoEnqzdnk59cnDDnFD4N6/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Increase owners ask.

  • 01

    Can I test money flows safely without losing real funds?

    Absolutely. Increase has a top-tier sandbox environment. In your MCP 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.

  • 02

    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.

  • 03

    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.

  • 04

    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.