Mambu Connector for AI agents.
11 live capabilities
Manage loan accounts and banking operations directly from your workspace.
Waiting for input…
Why people use Mambu
Mambu for Banking Operations and Loan Management
With this Connector, you just ask your AI client to pull that information for you. You get a summarized view of loan balances, transaction histories, and task statuses in one place, so you can stay focused on the customer instead of the software.
What Vinkius changes
You get a direct line into your banking data without the manual effort of clicking through a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a loan balance during a call
A loan officer needs to know a client's current balance.
- Real-world use case 02
Daily task summary for ops teams
An operations manager wants to see what's on their plate for the day.
- Real-world use case 03
Verifying a specific payment
A customer service rep wants to see if a payment went through.
Complete set · 11capabilities
The complete Mambu capability set.
These are the exact actions your AI can choose when you ask it to work with Mambu.
01—04
4 capabilities in this set.
Part of 11 available through Mambu.
- 01 Capability
Get client
Get specific details for a Mambu client. This allows you to see a client's profile and status instantly.
- 02 Capability
Get deposit account
Retrieve information for a specific Mambu deposit account. Use this to check account types and balances.
- 03 Capability
Get loan account
Get details for a specific Mambu loan account. This is useful for checking loan terms and outstanding amounts.
- 04 Capability
Get task
Get details for a specific Mambu task. Use this to see specific instructions or deadlines for a single task.
05—08
4 capabilities in this set.
Part of 11 available through Mambu.
- 05 Capability
List activities
List all Mambu activities. This helps you see a timeline of actions within your banking platform.
- 06 Capability
List clients
List all clients in your Mambu tenant. It provides a quick way to browse your entire client base.
- 07 Capability
List communications
List all Mambu communications. Use this to track history with clients and stakeholders.
- 08 Capability
List deposit accounts
List all Mambu deposit accounts. This is great for getting a high-level view of all deposit products.
09—11
3 capabilities in this set.
Part of 11 available through Mambu.
- 09 Capability
List loan accounts
List all Mambu loan accounts. Use this to see all active and inactive loans at once.
- 10 Capability
List tasks
List all Mambu tasks. This helps you see your entire queue of pending work.
- 11 Capability
List transactions
List all Mambu transactions. Use this to audit history or verify payments.
Set up in minutes
One URL. Then ask Mambu to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mambu 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_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mambu for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu URL.
- Step 03
Save and start
Save the connection and enable Mambu in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mambu": {
"url": "https://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu
Open Agent mode in chat and ask: "Using Mambu, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mambu": {
"url": "https://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu
Ask Copilot: "Using Mambu, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mambu": {
"url": "https://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu
Open Cascade and ask: "Using Mambu, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mambu": {
"url": "https://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu
Ask Cline: "Using Mambu, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mambu --transport http "https://edge.vinkius.com/vk_preview_C7JCTZgbWmleJtE8WwBEzCEpdAqFlISqxFjpUW9f/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 Mambu
Ask Claude: "Using Mambu, show me...". 11 tools are ready
Where the request belongs
Work Mambu can move forward.
Banking operations managers and loan officers who spend hours navigating complex dashboards to find client data or update task statuses.
Loan Officer
Checks client loan statuses and transaction histories during phone calls to provide immediate updates.
Banking Ops Manager
Monitors tasks and activities to ensure the team stays on top of compliance and deadlines.
Fintech Product Manager
Pulls account and transaction data to understand how users are interacting with deposit products.
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.
Konfío
Automate your Konfío SMB banking and lending. Manage loans, pay invoices, track credit cards, and emit SAT-compliant CFDIs directly from any AI agent.
Fintoc
Access bank accounts, movements, and initiate transfers via AI agents with Fintoc.
Mercury
Bank smarter for your startup with FDIC-insured accounts, treasury management, and business banking built for tech companies.
Highnote
Automate card issuance and financial management via Highnote. manage account holders, cards, and transactions directly from any AI agent.
Teller
Connect to your bank accounts, list transactions, check balances, and initiate payments via Teller API.
Bring your own AI
Change the model, client or framework. Keep Mambu 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 Mambu.
The practical details behind the request, access and result.
Can I use the Mambu MCP to see my clients?
Yes, you can use the Connector to list all clients or get specific details for any individual client. This helps you see your entire portfolio without clicking through multiple pages.
How does the Mambu MCP help with loan management?
It allows your AI client to retrieve loan account details and transaction histories. You can quickly check balances or audit payments for any loan in your system.
Can I use the Mambu MCP to track tasks?
Yes, you can use it to list all pending tasks or get details on a specific one. This makes it easier to stay on top of your daily banking operations and deadlines.
Is the Mambu MCP safe for banking data?
Yes, it connects to your Mambu tenant securely. Your credentials are encrypted and only used by your AI client when you give it a specific command.
Can I see transaction history with the Mambu MCP?
You can use it to list all transactions for a specific account. This is perfect for auditing payments or verifying account activity.
Does the Mambu MCP show client communications?
Yes, you can use it to list all communications. This helps you keep track of every interaction with your clients in one place.
How do I find my Mambu API Key?
Log in to your Mambu administration panel, go to Administration > Access > API Keys. There you can generate or copy your existing API key.
What is the subdomain?
The subdomain is the first part of your Mambu URL. For example, if your URL is 'vinkius.mambu.com', your subdomain is 'vinkius'.
Is my data secure?
Yes, your API key is encrypted at rest and injected securely at runtime for all operations.
One connection away
Give your agent a direct line to Mambu.
Connect Mambu once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available