Flinks

Flinks MCP Connector for Claude

A+

Connect to financial institutions to aggregate banking data, verify income, and perform deep transaction analysis via Flinks.

15 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Flinks instance to any AI agent to access real-time banking data, verify financial health, and automate KYC workflows through natural conversation.

What you can do

  • Account Aggregation — Retrieve full account details, balances, and transaction history from thousands of supported financial institutions.
  • Income Verification — Use get_income_attributes to analyze income stability, sources, and verification patterns automatically.
  • Credit & Risk Analysis — Fetch consumer or business analysis attributes to understand credit risk and financial behavior.
  • Transaction Categorization — Automatically categorize bank transactions to understand spending patterns and merchant data.
  • Document Retrieval — Fetch original bank-issued PDF statements (Canada only) for auditing and compliance.

How it works

  1. Subscribe to this server
  2. Enter your Flinks Instance, Customer ID, API Key, and Secret Key
  3. Start querying financial data directly from Claude, Cursor, or any MCP client

Who is this for?

  • Fintech Developers — Test and integrate banking data flows without leaving the code editor.
  • Lending & Credit Teams — Instantly analyze income and risk attributes for loan applications.
  • Accounting Professionals — Automate the retrieval of transaction summaries and categorized data for reconciliation.
open-bankingfinancial-datatransaction-analysisincome-verificationfintech-api

15 tools expose this connector's capabilities to your AI agent.

authorize_session

Authenticate a session and fetch cached banking data

create_transaction

Requires FLINKS_CLIENT_ID credential. Create an EFT transaction (debit or credit)

delete_card

Delete all data associated with a specific user account

field_match

Verify customer identity by comparing details against bank data

generate_authorize_token

Valid for 30 minutes. Generate a one-time authorize token

get_accounts_detail_async

Poll for asynchronous account details processing

get_accounts_detail

If 202 is returned, data is processing and you should poll the async endpoint. Retrieve full account details including transactions and KYC

get_accounts_summary

Retrieve general account details and balances

get_business_analysis_attributes

Get insights for business underwriting and creditworthiness

get_categorization

Get categorized transaction data

get_income_attributes

Get income verification and stability insights

get_statements

Retrieve original bank-issued PDF statements (Canada Only)

get_user_analysis_attributes

Get credit-risk use-case attributes for a consumer

list_institutions

List all available financial institutions supported by Flinks

set_scheduled_refresh

Enable or disable nightly refreshes for a specific account

See how to talk to your AI agent using Flinks.

List all supported financial institutions in Canada.

I've retrieved the list of institutions for Canada. Major ones include RBC Royal Bank, TD Canada Trust, and Scotiabank. Would you like the full list or details for a specific one?

Analyze the income stability for the account linked to RequestId 'req_12345'.

Using the `get_income_attributes` tool, I've analyzed the data. The user has a stable monthly income of approximately $4,500 from 'TechCorp Inc', with consistent deposits over the last 6 months.

Get the categorized transactions for RequestId 'req_67890'.

I've fetched the categorization data. Significant spending categories include 'Housing' (35%), 'Groceries' (15%), and 'Transportation' (10%). Would you like a detailed breakdown of the 'Groceries' category?

A 202 status means the operation is pending. You should use the `get_accounts_detail_async` tool with the same RequestId to poll for the data until it is ready.

Related Connectors