# Mollie MCP for AI Agents AI Agent Connect

> Mollie MCP lets you manage European payments through your AI agent. You can create payments, track refunds, and check customer subscriptions without leaving your chat interface. It connects your Mollie account to tools like Claude or Cursor, giving you direct control over iDEAL, PayPal, and credit card transactions.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HVbcyNwxWXaVmOM2yDDPz4FhgfwU5jqTHuFLADk6/ai-agent-connect
- **Tags:** payment-gateway, recurring-billing, refund-management, fintech, checkout, transaction-tracking

## Description

Managing payments across different European regions usually means jumping between tabs, checking status codes, and hunting for refund IDs. This Connector changes that by letting you handle those tasks through a simple conversation with your AI agent. Instead of digging through a dashboard to see if a customer's subscription is active or if a specific refund went through, you just ask. You can check which payment methods your store supports, create new payment links for upgrades, or pull a list of registered customers for recurring billing. It puts the Mollie dashboard into your agent's workflow. By connecting this through the Vinkius catalog, you get a way to handle high-volume transaction data without the manual clicking. It's about moving from checking the status to getting the answer instantly.

## Tools

### list_payment_methods
See which payment options like iDEAL or Bancontact are active on your account.

### list_payments
Get a full list of all payments processed through your Mollie account.

### list_refunds
Browse every refund you've issued to see the status and amount.

### list_customer_subscriptions
Look up all active and cancelled subscriptions for a specific customer.

### create_payment
Generate a new payment link for a specific amount and description.

### get_payment_details
Pull the specific status and metadata for a single transaction ID.

### list_customers
Get a list of all customers registered for your recurring billing.

## Prompt Examples

**Prompt:** 
```
Show me the last 5 payments we received.
```

**Response:** 
```
Recent payments: 5. 1) €45.00 - 'Pro Plan Monthly' (Status: Paid, iDEAL). 2) €120.00 - 'Annual License' (Status: Paid, Credit Card). 3) €25.00 - 'Addon Purchase' (Status: Open). 4) €10.00 - 'Donation' (Status: Expired). 5) €89.00 - 'Enterprise Upgrade' (Status: Paid, Bancontact).
```

**Prompt:** 
```
Create a payment of €50 for a premium upgrade.
```

**Response:** 
```
Payment created! ID: tr_7UhSN1zuXS. Amount: €50.00. Description: 'Premium Upgrade'. Checkout URL: https://www.mollie.com/checkout/... Redirect URL: https://myapp.com/success. Status: Open. Waiting for customer to pay.
```

**Prompt:** 
```
Show enabled payment methods and list refunds.
```

**Response:** 
```
Enabled methods: 6. iDEAL, Credit Card, Bancontact, PayPal, SEPA Direct Debit, Klarna. Refunds (last 30 days): 3. 1) €12.00 (tr_abc, Refunded). 2) €45.00 (tr_def, Processing). 3) €8.50 (tr_ghi, Refunded).
```

## Capabilities

### Create new payment links
Generate a unique payment URL for a specific amount and description in seconds.

### Check transaction statuses
Look up the current state of any payment to see if it's paid, open, or expired.

### Browse processed refunds
Get a full list of all refunds issued to see history and totals.

### View subscription history
Pull active and cancelled subscriptions for any specific customer.

### Verify payment methods
See which methods like iDEAL, Bancontact, or cards are currently enabled.

### Pull customer lists
Get a list of all customers registered for your recurring billing cycle.

## Use Cases

### Verifying a reported double charge
A customer claims they were charged twice. Use get_payment_details to verify the exact status and list_refunds to see if a return was already issued.

### Creating a custom VIP price
A VIP client wants a custom price. Use create_payment to generate a unique link for their specific amount and send it over.

### Checking regional payment availability
Check if Bancontact or Klarna are enabled for a new market by using list_payment_methods.

### Auditing recurring billing history
Use list_customer_subscriptions to get a full history of a specific user's plan changes for an audit.

## Benefits

- Stop manual dashboard hopping by using list_payments to check transaction statuses instantly.
- Speed up customer support by pulling subscription history with list_customer_subscriptions in one go.
- Handle refunds faster by using list_refunds to track every processed return.
- Create custom payment links on the fly using create_payment without opening the Mollie portal.
- Verify your checkout options with list_payment_methods to ensure iDEAL or PayPal are active.
- Keep your customer data organized by using list_customers to see everyone on your billing cycle.

## How It Works

The bottom line is you get a conversational interface for your entire Mollie payment history and management suite.

1. Subscribe to this Connector on Vinkius.
2. Enter your Mollie API Key in your client settings.
3. Ask your agent to check a payment status or create a new one.

## Frequently Asked Questions

**Can I use Mollie MCP to see my iDEAL payments?**
Yes, you can use it to see all payment methods and specific transactions, including iDEAL, to see if they were successful.

**How do I create a new payment with Mollie MCP?**
Your agent can generate a new payment link for a specific amount and description, which you can then share with your customers.

**Can it help with recurring billing?**
Yes, it can pull the full subscription history for any customer, showing you what they're currently paying for.

**Is this good for tracking refunds?**
It lets you browse all processed refunds, making it easy to verify if a customer's money has been sent back.

**Can I see which payment methods are active?**
You can ask your agent to list all enabled methods like PayPal, Credit Cards, or Bancontact at any time.

**Does it work with any AI client?**
Yes, it works with Claude, Cursor, and other MCP-compatible clients as long as you have your Mollie API key ready.

**Can I create payments and track their status?**
Yes. Create payment links with amount, description, and redirect URL, then track status (open, paid, failed, expired).

**How does Mollie authentication work?**
Mollie uses Bearer authentication with your API Key against `api.mollie.com/v2`.

**Which European payment methods are supported?**
All methods enabled in your Mollie profile are accessible: iDEAL, Bancontact, SEPA, credit cards, PayPal, Klarna, and more.