Fig Finance Connector for AI agents.
12 live capabilities
Manage embedded lending and merchant financing directly through your agent.
Waiting for input…
Why people use Fig Finance
Fig Finance Embedded Lending for Faster Credit Assessment
With the Fig Finance MCP, that manual loop disappears. Your agent handles the registration, pulls the loan offers, and triggers the disbursements in a single conversation. You get a unified way to manage the entire credit lifecycle without ever leaving your chat interface.
What Vinkius changes
You get a direct way to run your lending operations from any MCP-compatible chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid customer onboarding
A fintech partner needs to register 50 new customers for credit assessment in one go.
- Real-world use case 02
Real-time merchant financing
A B2B marketplace owner wants to offer a Growth Capital loan to a merchant during a chat.
- Real-world use case 03
Automated disbursement tracking
An ops lead needs to confirm a large payout went through.
Complete set · 12capabilities
The complete Fig Finance capability set.
These are the exact actions your AI can choose when you ask it to work with Fig Finance.
01—04
4 capabilities in this set.
Part of 12 available through Fig Finance.
- 01 Capability
Apply for loan
Submit a loan application for a specific customer. This lets your agent handle the initial request for a customer.
- 02 Capability
Create customer
Register a new profile for credit assessment. Use this to add a new user to your lending pool quickly.
- 03 Capability
Disburse funds
Send money to an approved loan. This capability triggers the actual payment to the customer.
- 04 Capability
Get balance
Check your current Fig Finance wallet balance. Use this to see how much liquidity you have available.
05—08
4 capabilities in this set.
Part of 12 available through Fig Finance.
- 05 Capability
Get customer
Look up specific details for a customer profile. This lets you pull info for a specific user ID.
- 06 Capability
Get loan offers
See what loan deals are available for a customer. Use this to show users their specific credit options.
- 07 Capability
Get loan status
Check where a specific loan stands in the process. This helps you give customers real-time updates.
- 08 Capability
Get me
View details for the authorized account. Use this to confirm which account the agent is currently using.
09—12
4 capabilities in this set.
Part of 12 available through Fig Finance.
- 09 Capability
Get repayments
Pull the schedule and status for loan payments. This lets you see exactly when payments are due.
- 10 Capability
List customers
See every customer in your account. Use this to get a high-level view of your entire user base.
- 11 Capability
List loans
View all active and past loans. This helps you monitor your total lending volume.
- 12 Capability
List transactions
See your full history of financial movements. Use this to audit past payouts and movements.
Set up in minutes
One URL. Then ask Fig Finance to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fig Finance 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_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fig Finance for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance URL.
- Step 03
Save and start
Save the connection and enable Fig Finance in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fig-finance": {
"url": "https://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance
Open Agent mode in chat and ask: "Using Fig Finance, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fig-finance": {
"url": "https://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance
Ask Copilot: "Using Fig Finance, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fig-finance": {
"url": "https://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance
Open Cascade and ask: "Using Fig Finance, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fig-finance": {
"url": "https://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance
Ask Cline: "Using Fig Finance, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fig-finance --transport http "https://edge.vinkius.com/vk_preview_zaNmmw6PtNesuB5XN80XULUVMbSH2YcgaoLulZ8O/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 Fig Finance
Ask Claude: "Using Fig Finance, show me...". 12 tools are ready
Where the request belongs
Work Fig Finance can move forward.
The fintech product manager who is tired of building custom UIs for every single credit product. The operations lead who spends hours copy-pasting data between a CRM and a lending portal. The marketplace owner who wants to offer merchant financing without adding more friction to the seller experience.
Fintech Product Manager
They use this to push credit products into an existing app without building a new frontend.
Operations Lead
They use this to automate loan tracking and customer assessment via natural language.
B2B Marketplace Owner
They use this to manage merchant financing and vendor credit directly in their chat workflow.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChatham Financial
Manage financial risk and valuations via Chatham Financial. track trades, monitor debt, and access market data directly from any AI agent.
Prosper
Manage your Prosper peer-to-peer investments. check account balances, search loan listings, submit bids, and track your portfolio performance.
LendAPI
Manage loan applications, borrower profiles, and credit decisioning via the LendAPI REST API.
Addepar
Investment management and reporting. manage portfolios, accounts, and financial performance via AI.
Delio
Automate wealth management workflows via Delio Core OS. manage deals, investors, portfolio transactions, compliance forms, and platform users 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 Fig Finance 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 Fig Finance.
The practical details behind the request, access and result.
Can Fig Finance MCP help with merchant financing?
Yes, it allows you to manage merchant financing and vendor credit directly within your chat workflow, making it easier to offer credit to your sellers.
How do I register customers for credit assessment?
You can ask your agent to register new customers for you. It will create the profiles in Fig Finance and start the credit assessment process automatically.
Can my agent trigger loan disbursements?
Yes, your agent can trigger fund disbursements for approved loans. This means you can move money as soon as a customer is ready.
How do I track loan repayments?
Your agent can pull the full repayment schedule and current status for any loan. You'll know exactly when payments are due without checking a dashboard.
Is Fig Finance MCP good for B2B payments?
It is excellent for B2B payments. It specifically helps manage merchant financing and vendor credit products in a streamlined chat workflow.
Can I check my wallet balance with the agent?
Yes, you can ask your agent for your current wallet balance or a full list of recent transactions to keep an eye on your liquidity.
How do I obtain my Fig Finance API Key?
You can generate your API Key within your Fig Finance Partner Dashboard under the Developer or API Keys section.
Does Fig Finance support real-time disbursement?
Yes, Fig Finance focuses on automated and near-instant disbursements once a loan application is approved through its AI algorithms.
Can I check the wallet balance of my account?
Yes! The get_balance capability allows you to retrieve the current available balance in your Fig Finance account flawlessly.
One connection away
Give your agent a direct line to Fig Finance.
Connect Fig Finance once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available