Column Connector for AI agents.
12 live capabilities
Manage real-time bank transfers and corporate accounts through your agent.
Waiting for input…
Why people use Column
Column for Automated Banking and FinOps
With this Connector, your agent does the heavy lifting. You just tell it to move the money or set up the account, and it talks directly to the bank's infrastructure. You get a confirmed transaction without ever opening a browser tab.
What Vinkius changes
You get a direct bridge between your AI's instructions and a real US banking ledger.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Stubborn Vendor
A vendor refuses digital payments.
- Real-world use case 02
The Rapid Expansion
You're opening five new regional offices.
- Real-world use case 03
The High-Volume Payout
You need to send 100 ACH payments to contractors.
Complete set · 12capabilities
The complete Column capability set.
These are the exact actions your AI can choose when you ask it to work with Column.
01—04
4 capabilities in this set.
Part of 12 available through Column.
- 01 Capability
Column create bank account
This capability establishes a new Demand Deposit Account (DDA). Use it to create bank accounts for new business entities or operational clusters.
- 02 Capability
Column create check
This capability generates and mails a physical paper check to a US address. It is perfect for legacy vendor systems that do not accept digital payments.
- 03 Capability
Column create wire transfer
This capability fires an immediate wire transfer for large capital moves. It is the go-to for high-priority, same-day money movement.
- 04 Capability
Column get balance
This capability audits the settled funds inside a specific bank account. It helps you verify available limits after reconciling offsets.
05—08
4 capabilities in this set.
Part of 12 available through Column.
- 05 Capability
Column get bank account
This capability fetches specific DDA details like routing information. Use it to retrieve account specifics for your records.
- 06 Capability
Column get statement
This capability retrieves the generated bank statement artifacts. Use it to pull official records for audits or reconciliation.
- 07 Capability
Column list entities
This capability views all active KYC profiles under your bank charter. Use it to manage the list of verified business entities.
- 08 Capability
Column list transfers
This capability sweeps historical ACH payment operations. Use it to review past payment history and settlement data.
09—12
4 capabilities in this set.
Part of 12 available through Column.
- 09 Capability
Column list webhooks
This capability views all registered listening streams. Use it to manage the webhooks that notify your system of bank updates.
- 10 Capability
Column create ach transfer
This capability fires an ACH payment to an external routing and account number. It is useful for settling recurring vendor payouts directly from your balance.
- 11 Capability
Column create entity
This capability registers a business or person for KYC compliance screening. Use it to build verified operational clusters inside the bank.
- 12 Capability
Column simulate ach
This capability triggers a sandbox inbound money movement. Use it to test your ACH logic without moving real capital.
Set up in minutes
One URL. Then ask Column to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Column 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_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Column for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column URL.
- Step 03
Save and start
Save the connection and enable Column in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"column": {
"url": "https://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column
Open Agent mode in chat and ask: "Using Column, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"column": {
"url": "https://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column
Ask Copilot: "Using Column, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"column": {
"url": "https://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column
Open Cascade and ask: "Using Column, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"column": {
"url": "https://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column
Ask Cline: "Using Column, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add column --transport http "https://edge.vinkius.com/vk_preview_M1mnX3EpzDjLLuuyAkyikMSsuVYdvibWES2F4klJ/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 Column
Ask Claude: "Using Column, show me...". 12 tools are ready
Where the request belongs
Work Column can move forward.
FinOps leads who need to move large sums of capital without manual clicks. Property managers who have to deal with old-school vendors who only accept paper checks.
FinOps Engineer
Automates high-volume capital routing and settlement across multiple accounts.
Payroll Manager
Sends out physical checks to contractors who don't have bank accounts or prefer paper.
Corporate Secretary
Sets up new business entities and handles KYC for new branches or subsidiaries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIncrease
Your very own programmatic commercial bank. Construct completely new bank accounts, fetch balance ledgers, map Routing numbers and fire wire limits.
Fintoc
Access bank accounts, movements, and initiate transfers via AI agents with Fintoc.
Teller
Connect to your bank accounts, list transactions, check balances, and initiate payments via Teller API.
Swan
Empowers algorithmic control over European Bank Accounts. Execute SEPA transfers and manage Virtual Corporate Cards programmatically.
Mono
Automate financial data retrieval and payment orchestration via Mono. access account balances, transaction history, and initiate bank transfers directly from any AI agent.
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 Column 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 Column.
The practical details behind the request, access and result.
Can the Column MCP mail physical paper checks?
Yes, it can print and mail physical paper checks to US addresses. This is ideal for paying vendors who don't accept digital payments.
Does the Column MCP support wire transfers?
Yes, it handles immediate wire transfers for large capital moves. This allows your agent to move significant funds quickly.
Can my agent use the Column MCP to open new bank accounts?
Yes, it can establish new Demand Deposit Accounts for your business. You can set up accounts for new entities or operational clusters via chat.
Is the Column MCP good for high-volume payouts?
Yes, it is designed for heavy capital movement. It handles ACH and wire transfers with the reliability of a nationally chartered bank.
Can I check my bank balance with the Column MCP?
Yes, your agent can audit settled funds in any account. It provides real-time balance checks and historical statements.
Does the Column MCP handle KYC for new businesses?
Yes, it registers entities for compliance screening. This lets you automate the setup of new business profiles under your bank charter.
Is 'column_create_check' actually sending out physical US Mail?
Yes! Column natively operates check printing infrastructure lockboxes. By providing a proper US Address in your chat interface to column_create_check, Column mechanically generates the cheque deducting the amount initially and mails it sequentially. It is incredibly useful for archaic landlord payouts and contractor duties.
How are Webhooks handled in the AI interaction space?
With column_list_webhooks, you give your AI agent deep systemic oversight over what automated routing endpoints are configured to hear back clearance metrics. An AI could check if an engineer correctly connected your primary SaaS billing app to Column's wire settlements.
Does Column authentication require extensive mTLS configurations as well?
No, US Banking BaaS endpoints standardly utilize simpler Auth mappings than LATAM. Column simply relies on Basic Authentication mapping natively your standard alphanumeric API KEY which the framework seamlessly encodes securely for you under the hood.
One connection away
Give your agent a direct line to Column.
Connect Column once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available