# Payrexx MCP for AI Agents AI Agent Connect

> Payrexx lets you manage your Swiss and European payment gateway through an AI agent. It handles recurring subscriptions, real-time transaction monitoring, and invoice management without you having to jump between tabs. It's built for merchants who want to orchestrate checkout flows and payouts using natural language while staying PCI compliant.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HCfuWSaqYJUiJ1lO3Tvrj7mp1GmsWpekdZxVWNda/ai-agent-connect
- **Tags:** payment-gateway, pci-compliance, recurring-payments, checkout-flows, global-payments

## Description

Imagine you're running a growing e-commerce brand in Europe. Usually, checking your daily revenue means logging into a dashboard, filtering by date, and cross-referencing transaction IDs with your own internal records. It's a chore that eats up time you should be spending on growth. With this Connector, you can just ask your AI agent to tell you how many payments cleared in the last 48 hours or if a specific customer's subscription is still active. You can create new payment links for one-off sales or check your payout status on the fly. It turns your AI into a dedicated finance coordinator that knows the ins and outs of your Payrexx account. Because Vinkius makes it so easy to connect these types of tools, you can get this set up in minutes and start querying your financial data as easily as you'd ask for the weather. You get a direct line to your payment data without the friction of a traditional UI. Instead of hunting through menus to find a single invoice, you can just ask for it by name or date. Your AI handles the heavy lifting of searching the database, giving you the answer exactly when you need it. This means less time spent on manual data entry and more time spent building your business.

## Tools

### check_api_status
Verify that your connection to the Payrexx system is active. This ensures your agent has the right permissions before it tries to perform any actions.

### list_gateways
See every payment gateway currently active in your account. This gives you a bird's-eye view of all your available payment links and hosted pages.

### create_gateway
Generate a new hosted payment page for a specific sale. This is perfect for creating one-off payment links to send to customers via email.

### get_gateway
Pull all the specific details for an existing payment gateway. Use this to check the status or configuration of a specific hosted link.

### get_transaction
Look up the full details of a single payment. This is useful when a customer provides a reference number and you need to see the exact status.

### list_payment_methods
See which payment options like TWINT or credit cards are available to your customers. Use this to confirm your supported local and international methods.

### list_payouts
View your history of payouts from Payrexx. This helps you track when and how much money was moved to your bank account.

### list_subscriptions
Get a full list of all your active recurring billing cycles. Use this to see who is currently paying for your services on a regular basis.

### list_transactions
See a history of your recent payments. It helps you quickly scan through successful, pending, or failed transactions from the last few days.

### list_webhooks
See all the webhooks you have configured for your account. This lets you manage how your system receives real-time updates on payment events.

### list_invoices
Get a list of all the invoices generated by your account. Use this to keep a clear record of what has been billed and what is still outstanding.

## Prompt Examples

**Prompt:** 
```
Create a payment link for a 50.00 CHF donation titled 'Winter Gala'.
```

**Response:** 
```
I've created your payment link for the 'Winter Gala' donation (50.00 CHF). You can send this to your supporters: [link]. Would you like me to monitor for new transactions?
```

**Prompt:** 
```
Show me the last 5 transactions and tell me the total amount.
```

**Response:** 
```
Here are your last 5 transactions:

| Status | Amount | Method |
| :--- | :--- | :--- |
| Success | 120.00 CHF | TWINT |
| Success | 45.00 CHF | Credit Card |
| Success | 300.00 CHF | PostFinance |
| Success | 80.00 CHF | TWINT |
| Success | 210.00 CHF | Credit Card |

**Total: 755.00 CHF**
```

**Prompt:** 
```
Are there any active subscriptions for 'John Doe'?
```

**Response:** 
```
I checked your recurring billing. John Doe has one active subscription for the 'Premium Monthly' plan. The next billing date is scheduled for October 15th.
```

## Capabilities

### Create custom payment links
Generate a new hosted payment page for a specific sale or donation.

### Monitor real-time transaction statuses
Get instant updates on whether payments are successful, pending, or declined.

### Manage recurring subscriptions
View and manage all active recurring billing cycles for your customers.

### Retrieve payout and invoice data
Pull a history of your payouts and a list of all generated invoices.

### Check API connectivity
Verify that your agent has the correct permissions to interact with your account.

### List available payment methods
See which local and international payment options are currently active.

## Use Cases

### The 'Where is my refund?' query
A customer asks about a refund. The merchant asks the agent to use get_transaction to find the status and list_transactions to see the history, then provides a clear answer instantly.

### One-off event sales
A charity needs to collect donations. They use create_gateway to generate a unique link for a specific amount and share it on social media, then use list_transactions to track the total.

### Subscription Audit
A finance lead needs to see how many people are on the 'Pro' plan. They ask the agent to use list_subscriptions to pull the list and summarize the active count.

### Payout Tracking
A business owner wants to know if their weekly payout hit the bank. They ask the agent to use list_payouts to check the latest successful transfers.

## Benefits

- Faster transaction monitoring with list_transactions so you can spot issues before customers complain.
- Instant payment link generation using create_gateway to close sales faster via chat.
- Easier subscription management with list_subscriptions to help with customer retention and churn.
- Clearer cash flow oversight by using list_payouts and list_invoices to see exactly where your money is.
- Quick connectivity checks with check_api_status to ensure your automation workflows are always running correctly.
- Better understanding of customer options by using list_payment_methods to see what local options are active.

## How It Works

The bottom line is you get a natural language interface for your entire Payrexx payment operation.

1. Subscribe to the Payrexx MCP on the Vinkius marketplace.
2. Enter your Payrexx Instance Name and API Secret from your merchant settings.
3. Start asking your AI client to manage gateways, list invoices, or check transaction statuses.

## Frequently Asked Questions

**Can I use the Payrexx MCP to manage my Swiss payments?**
Yes, this Connector connects your Payrexx account to your AI client so you can manage Swiss-specific payments like TWINT and PostFinance using natural language.

**Does the Payrexx MCP support recurring subscriptions?**
Yes, you can ask your agent to list all active subscriptions or check the status of specific recurring billing cycles.

**Can I create one-off payment links with this?**
You can use your agent to generate custom payment links for specific amounts and titles, which you can then share with customers immediately.

**Is my payment data secure with the Payrexx MCP?**
The integration follows Payrexx's PCI compliance standards, ensuring your financial data remains protected while your AI agent performs tasks.

**Can I check my payout history using the Payrexx MCP?**
Yes, you can ask the agent to list your payouts to see a history of funds moved to your bank account.

**How do I connect my Payrexx account to the AI?**
You just need to provide your Payrexx Instance Name and API Secret in the connection settings to give your agent access.

**Can my AI automatically find the status for a specific transaction by its ID?**
Yes! Use the `get_transaction` tool with the Transaction ID. Your agent will respond with complete metadata, including payment method, currency, amount, and final status in seconds.

**How do I find my Payrexx API Secret and Instance Name?**
Log in to your Payrexx merchant dashboard, navigate to **Settings** > **API**, and you will find your unique secret key and instance name (e.g., yourname.payrexx.com) there.

**Does this work for recurring payments?**
Absolutely. You can use the `list_subscriptions` tool to monitor active recurring billing cycles and orchestrate multi-use gateways for recurring customer payments.