# Tink MCP for AI Agents AI Agent Connect

> Tink MCP for AI Agents. Connect your bank accounts, pull transaction history, and initiate payments through your AI client. It turns your agent into a financial hub for real-time banking data and money movement.

## Overview
- **Category:** finance-accounting
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UdIc2CVACNggTorod0hoQNYX7LNEUC12VF73Wo7Y/ai-agent-connect
- **Tags:** open-banking, transactions, payments, fintech, bank-integration

## Description

Connect your Tink account to any AI agent to manage your open banking data and payments through natural conversation. This Connector lets you pull transaction history, check balances, and start payments without jumping between different browser tabs or logging into multiple portals. It turns your AI client into a financial hub where you can ask questions about your spending or initiate transfers with a few words. You can find specific transactions from last month or see your total balance across different banks instantly. When you add this to your setup via the Vinkius catalog, you stop wasting time on manual data entry. You get to spend your energy on making decisions instead of hunting for numbers in a spreadsheet. It works by bridging the gap between your bank's raw data and your daily workflow. You can ask your agent to summarize your recent activity or check if a specific payment went through. It handles the heavy lifting of fetching and organizing your financial info so you can focus on the bigger picture. No more copy-pasting from one window to another. No more hunting for account IDs. Just direct access to the numbers that matter. This means you can get a clear view of your cash flow while you're planning your next move. It's about getting the right information at the right moment without the friction of traditional banking apps. You're moving from a world of manual clicks to a world of direct, conversational actions.

## Tools

### list_accounts
Show all your connected bank accounts and their basic details. This helps you see your entire financial footprint in one list.

### create_payment_request
Start a new payment to a specific destination. You can set the amount, currency, and a reference note for the recipient.

### list_transactions
Pull a list of transactions for your accounts. Use this to find specific spending patterns or historical data from a certain time.

## Prompt Examples

**Prompt:** 
```
What's my current balance across all my linked accounts?
```

**Response:** 
```
### Account Summary

I've pulled your current balances from Tink:

| Account Name | Balance |
| :--- | :--- |
| **Main Checking** | 4,250.00 EUR |
| **Savings** | 12,800.00 EUR |
| **Travel Card** | 450.25 EUR |

Would you like to see recent transactions for any of these?
```

**Prompt:** 
```
Can you show me all my spending from November 2023?
```

**Response:** 
```
### November 2023 Transactions

I found 14 transactions for November:

*   **Rent**: 1,200.00 EUR (Nov 1)
*   **Groceries**: 85.50 EUR (Nov 3)
*   **Internet**: 60.00 EUR (Nov 5)
*   **Dining Out**: 42.30 EUR (Nov 12)

**Total Spent**: 1,487.80 EUR

Do you want a full list of all 14 entries?
```

**Prompt:** 
```
Send a payment of 50 EUR to Alice Smith for dinner.
```

**Response:** 
```
### Payment Initiated

I've started the payment request for you:

*   **Recipient**: Alice Smith
*   **Amount**: 50.00 EUR
*   **Reference**: Dinner

**Status**: Pending confirmation.

Would you like me to do anything else?
```

## Capabilities

### Pull bank account details
Get a clear list of all your connected bank accounts and their basic info.

### Fetch transaction history
Look back at past spending and deposits across your accounts.

### Create payment requests
Start a new payment to a specific recipient with custom details.

### Filter transactions by date
Narrow down your financial history to a specific month or timeframe.

### View balances across accounts
See how much money you have in all linked accounts at once.

## Use Cases

### Monthly Reporting
A financial analyst asks for all transactions from last month to build a budget.

### Payment Testing
A developer wants to see if a payment request goes through for a specific amount.

### Quick Transfers
A business owner sends a payment to a vendor using a voice-to-text command.

### Account Audit
A user wants to see every account they have connected via Tink to ensure everything is active.

## Benefits

- Stop manual CSV exports. Get your data instantly instead of downloading and cleaning files.
- Faster payments. Send money with simple text commands instead of navigating complex banking menus.
- Unified view. See all your connected banks in one list to get a complete financial overview.
- Date-specific filtering. Find exactly what you spent in a specific month with one simple request.
- Real-time tracking. Monitor your cash flow as it happens instead of waiting for end-of-month reports.

## How It Works

The bottom line is you get a direct line between your bank data and your AI agent without the manual data entry.

1. Subscribe to the Tink MCP on Vinkius.
2. Provide your Tink Access Token in the configuration.
3. Ask your AI client to check balances or list transactions.

## Frequently Asked Questions

**Can the Tink MCP connect to multiple banks?**
Yes, it can pull data from all the bank accounts you have connected through your Tink profile.

**How do I stay secure when connecting my bank to an AI agent?**
The Connector uses a specific access token. You never have to share your actual bank password with your AI agent.

**Can I use this to pay my bills automatically?**
You can initiate payments via your agent by describing the amount and recipient, which makes paying bills much faster.

**Is the Tink MCP good for small business owners?**
It's great for owners who need to monitor cash flow and send quick payments without constant manual logins.

**What happens if a payment request is initiated by mistake?**
The agent initiates the request, but you can still review the details before the final step is completed.

**How can I see all my connected bank accounts at once?**
You can use the `list_accounts` tool. It will retrieve a complete list of all bank accounts currently linked to your Tink profile.

**Is it possible to filter my spending by specific dates?**
Yes! The `list_transactions` tool allows you to provide an optional `startDate` and `endDate` (ISO 8601) to narrow down your transaction history.

**Can I initiate a bank transfer using this server?**
Yes, you can use the `create_payment_request` tool. You will need to provide the destination account number, type, amount, and recipient details to start the process.