Flinks Connector for AI agents.
15 live capabilities
Pull real-time banking data and verify income for loan applications.
Waiting for input…
Why people use Flinks
Flinks for Automated Income Verification in Lending
This Connector changes that by letting your agent pull that data directly. You can ask for a summary of income stability or a risk profile, and your agent gives you the answer in seconds.
What Vinkius changes
You get direct, verified banking data for your agent without the manual data entry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating income verification for loans
A loan officer spends hours chasing pay stubs.
- Real-world use case 02
Analyzing personal spending habits
A user wants to know where their money goes.
- Real-world use case 03
Checking bank compatibility for users
A fintech app needs to show supported banks.
Complete set · 15capabilities
The complete Flinks capability set.
These are the exact actions your AI can choose when you ask it to work with Flinks.
01—04
4 capabilities in this set.
Part of 15 available through Flinks.
- 01 Capability
Delete card
Removes all data linked to a specific user account from the system.
- 02 Capability
Get statements
Fetches original PDF bank statements for accounts in Canada.
- 03 Capability
Authorize session
Authenticates your session and pulls cached banking data quickly.
- 04 Capability
Create transaction
Sends an EFT debit or credit transaction using your client ID.
05—08
4 capabilities in this set.
Part of 15 available through Flinks.
- 05 Capability
Field match
Checks customer identity by comparing details against official bank data.
- 06 Capability
Generate authorize token
Creates a one-time token that stays valid for 30 minutes.
- 07 Capability
Get accounts detail async
Polls for account details that are still being processed.
- 08 Capability
Get accounts detail
Pulls full account details, KYC info, and transaction history.
09—12
4 capabilities in this set.
Part of 15 available through Flinks.
- 09 Capability
Get accounts summary
Gets a high-level look at account balances and general details.
- 10 Capability
Get business analysis attributes
Provides insights for business underwriting and credit scores.
- 11 Capability
Get categorization
Pulls transaction data organized by spending categories.
- 12 Capability
Get income attributes
Analyzes income stability and verification patterns for a user.
13—15
3 capabilities in this set.
Part of 15 available through Flinks.
- 13 Capability
Get user analysis attributes
Retrieves credit risk use-case attributes for a consumer.
- 14 Capability
List institutions
Shows every financial institution supported by the Flinks network.
- 15 Capability
Set scheduled refresh
Turns nightly account refreshes on or off for specific accounts.
Set up in minutes
One URL. Then ask Flinks to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flinks 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_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flinks for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks URL.
- Step 03
Save and start
Save the connection and enable Flinks in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flinks": {
"url": "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks
Open Agent mode in chat and ask: "Using Flinks, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flinks": {
"url": "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks
Ask Copilot: "Using Flinks, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flinks": {
"url": "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks
Open Cascade and ask: "Using Flinks, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flinks": {
"url": "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks
Ask Cline: "Using Flinks, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flinks --transport http "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/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 Flinks
Ask Claude: "Using Flinks, show me...". 15 tools are ready
Where the request belongs
Work Flinks can move forward.
This is for fintech engineers and credit analysts who are tired of chasing down bank statements and manual income proofs. It's for anyone who needs to automate the know your customer part of a financial product.
Fintech Product Engineer
Integrates banking data flows into the app without building custom connectors for every bank.
Loan Underwriter
Analyzes income stability and credit risk for loan applications in seconds rather than hours.
Accounting Manager
Automates the retrieval of categorized transaction summaries for easier reconciliation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGriffin
Manage your banking & fintech operations via Griffin. list accounts, monitor transactions, and handle verifications via AI.
Belvo
Access financial data across Latin America via Belvo. list links, accounts, and transactions directly from any AI agent.
Plaid Enterprise Banking
Ultimate Open Banking: balances, transactions, ML fraud logic, payroll, and asset verification.
Rong360 Open API
Bring high-level financial risk assessment and identity KYC directly to your agent. Evaluate credit scores and verify names.
TrueLayer
Manage open banking payments, payouts, and account data via TrueLayer. initiate transfers, check balances, and list transactions directly from any AI agent.
PreciseFP
Collect client financial data digitally with compliant intake forms designed for wealth management and financial planning firms.
Bring your own AI
Change the model, client or framework. Keep Flinks 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 Flinks.
The practical details behind the request, access and result.
Can the Flinks MCP connect to my local bank?
Yes, it supports thousands of financial institutions across different regions, making it easy to pull data from most major banks.
How does the Flinks MCP handle income verification?
It pulls real-time data to analyze income stability and sources, which helps you confirm a user's financial health without manual documents.
Can I use the Flinks MCP to see my transaction history?
Yes, your agent can pull full transaction histories and balances to help you analyze spending patterns or categorize expenses.
Does the Flinks MCP support Canadian bank statements?
It can fetch original bank-issued PDF statements, but only for accounts located in Canada.
Is the Flinks MCP good for credit risk analysis?
It provides specific attributes for both consumer and business risk analysis, helping you understand creditworthiness quickly.
Can I use the Flinks MCP to send money?
This Connector includes capabilities to create EFT transactions, allowing your agent to handle both debits and credits.
How does the Flinks MCP handle data privacy?
It includes capabilities to authorize sessions and delete user data, ensuring you have control over what information your agent accesses.
What should I do if get_accounts_detail returns a 202 status?
A 202 status means the operation is pending. You should use the get_accounts_detail_async capability with the same RequestId to poll for the data until it is ready.
Can I filter the list of supported financial institutions by country?
Yes. Use the list_institutions capability and provide a comma-separated list of country codes (e.g., 'CA,US') in the countries parameter.
How do I start a new data retrieval session?
First, run generate_authorize_token to get a 30-minute token. Then, use authorize_session with that token and the user's LoginId to establish the connection.
One connection away
Give your agent a direct line to Flinks.
Connect Flinks once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available