ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Flinks with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect to financial institutions to aggregate banking data, verify income, and perform deep transaction analysis via Flinks.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 15 capabilities

The complete Flinks capability set.

These are the exact actions your AI can choose when you ask it to work with Flinks.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Flinks.

  1. 01

    Authorize session

    Authenticate a session and fetch cached banking data

  2. 02

    Delete card

    Delete all data associated with a specific user account

  3. 03

    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

  4. 04

    Get statements

    Retrieve original bank-issued PDF statements (Canada Only)

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Flinks.

  1. 05

    Create transaction

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

  2. 06

    Field match

    Verify customer identity by comparing details against bank data

  3. 07

    Generate authorize token

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

  4. 08

    Get accounts detail async

    Poll for asynchronous account details processing

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Flinks.

  1. 09

    Get accounts summary

    Retrieve general account details and balances

  2. 10

    Get business analysis attributes

    Get insights for business underwriting and creditworthiness

  3. 11

    Get categorization

    Get categorized transaction data

  4. 12

    Get income attributes

    Get income verification and stability insights

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Flinks.

  1. 13

    Get user analysis attributes

    Get credit-risk use-case attributes for a consumer

  2. 14

    List institutions

    List all available financial institutions supported by Flinks

  3. 15

    Set scheduled refresh

    Enable or disable nightly refreshes for a specific account

Observed, not estimated

986ms average. Fast in production.

Flinks is checked daily against the live service.

Daily averagePeak 1130ms
Aug 20Today
Fastest day
798ms
Slowest day
1130ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Flinks, so you can see the experience inside your AI.

It does not authenticate your account with Flinks. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Flinks Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Flinks capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "flinks-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_CezPWX3222HjkvrmiE1C2uqicYZRSA7yal4O1M7L/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Flinks owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.