# Recurly MCP for AI Agents AI Agent Connect

> Recurly MCP for AI Agents. Automate subscription billing and revenue management by letting your AI client handle accounts, invoices, and plan data directly. It connects your billing data to your workflow so you can query status or register new customers without leaving your chat interface.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QybJSH1msVZdr4lKhnp2pDm3CVP8DJUwEKAJXFZB/ai-agent-connect
- **Tags:** subscriptions, billing, recurring-revenue, saas-billing, revenue-management, recurly

## Description

This Recurly MCP gives your AI agent direct access to your subscription billing and revenue data. Instead of jumping between tabs to check why a payment failed or what a specific customer is paying, you can just ask your agent for the info. It lets you pull up invoice histories, see which plans are currently active, and even register new billing accounts on the fly. If you need to know the status of a specific subscription or pull a revenue summary, the agent does the heavy lifting of navigating the Recurly dashboard for you. By connecting this to Vinkius, you get a centralized way to manage the entire lifecycle of your recurring revenue. You can check your coupon list, see recent transactions, or grab detailed metadata on any billing account without manual data entry. It turns your AI into a billing operations specialist that knows your numbers as well as you do. You can quickly identify which customers are past due, verify the exact price of a premium tier, or confirm that a new account was created correctly. It removes the friction of searching for specific records and lets you focus on high-level strategy while your agent handles the data retrieval.

## Tools

### get_invoice
Get the specific details for any single invoice. This is useful for quickly checking payment dates and amounts.

### get_revenue_summary
Pull the latest revenue export dates for financial reporting. Use this to sync your billing data with your accounting tools.

### list_coupons
See a full list of all active coupons in your account. This helps you verify which promotions are currently live.

### list_transactions
View a list of your most recent billing transactions. Use this to quickly see the latest activity on your account.

### create_billing_account
Register a brand new billing account programmatically. This speeds up the onboarding process for new customers.

### get_account_details
Pull the specific metadata and balance for a billing account. This provides a full snapshot of a customer's financial state.

### get_subscription_details
Get the full details for a specific subscription. Use this to verify plan types and renewal dates for any user.

### list_billing_accounts
View all billing accounts currently in your system. This gives you a complete overview of your entire customer base.

### list_billing_invoices
Pull a complete list of all generated invoices. This is perfect for auditing billing history at scale.

### list_subscription_plans
See all available subscription plans and their pricing. This helps ensure your team is quoting the correct tiers.

### list_subscriptions
List all active and expired subscriptions in Recurly. Use this to get a bird's-eye view of your recurring revenue.

## Prompt Examples

**Prompt:** 
```
Show me the status of the subscription for customer 'Acme Corp'.
```

**Response:** 
```
### Subscription Status: Acme Corp

| Detail | Information |
| :--- | :--- |
| **Status** | Active |
| **Plan** | Enterprise Annual |
| **Next Renewal** | 2025-12-01 |
| **Current Balance** | $0.00 |

*The account is in good standing and the next billing cycle is scheduled for December.*
```

**Prompt:** 
```
List all failed invoices from the last 7 days.
```

**Response:** 
```
I found **3 failed payments** from the last 7 days:

*   **Inv #9928** - $450.00 (Reason: Insufficient Funds)
*   **Inv #9940** - $120.00 (Reason: Expired Card)
*   **Inv #9955** - $890.00 (Reason: Card Declined)

Would you like me to pull the contact details for these accounts so you can follow up?
```

**Prompt:** 
```
What plans do we currently offer and what are the prices?
```

**Response:** 
```
Here are the current subscription plans available in your catalog:

*   **Starter**: $49/mo (Basic features for small teams)
*   **Professional**: $199/mo (Advanced automation and analytics)
*   **Enterprise**: $499/mo (Custom integrations and dedicated support)

*Note: Annual discounts of 15% apply to all tiers.*
```

## Capabilities

### Pull invoice histories
Get specific invoice details or a full list of billing records instantly.

### Track subscription status
See which plans are active, expired, or need immediate attention.

### Manage billing accounts
Register new accounts or check balances and statuses through chat.

### Query plan catalogs
Look up current pricing and available subscription tiers for any query.

### Monitor revenue
Access export dates and transaction histories for accurate financial tracking.

### Handle coupon lists
View all active discount codes and promotional offers in one place.

## Use Cases

### Failed Payment Follow-up
A CSM asks the agent to list failed payments from the last week to prioritize outreach. The agent uses list_transactions to find the right accounts.

### New Customer Onboarding
An ops person tells the agent to register a new account and assign a specific plan. The agent uses create_billing_account to finish the task.

### Revenue Audit
A founder asks for a summary of transactions from last month to check against bank records. The agent uses get_revenue_summary to pull the data.

### Plan Comparison
A sales rep asks the agent to list all current plans to explain pricing to a lead. The agent uses list_subscription_plans to provide the details.

## Benefits

- Stop manual tab switching by letting your agent pull invoice data using list_billing_invoices.
- Resolve customer issues faster by pulling subscription data with get_subscription_details.
- Speed up onboarding by using create_billing_account to register customers instantly.
- Keep a pulse on growth by pulling revenue data with get_revenue_summary.
- Stay organized on pricing by querying the plan catalog with list_subscription_plans.
- Manage promotions easily by viewing your active codes with list_coupons.

## How It Works

The bottom line is you get a conversational interface for your entire Recurly billing backend.

1. Subscribe to the Recurly MCP on Vinkius.
2. Provide your Recurly API v3 Key in the configuration settings.
3. Ask your AI client to check invoices, list subscriptions, or create new accounts.

## Frequently Asked Questions

**Can the Recurly MCP help me manage failed payments?**
Yes, it can list invoices and check statuses so you can quickly identify which customers need help and prioritize your outreach.

**How does the Recurly MCP handle new customer registration?**
It lets your agent create new billing accounts directly, making it faster to get customers started without manual entry.

**Can I use the Recurly MCP to see my revenue summaries?**
Yes, your agent can pull revenue export dates and transaction lists to help you track growth and stay on top of your numbers.

**Does the Recurly MCP show my current subscription plans?**
It can list all available plans and their pricing so you always have the latest info at your fingertips.

**Can the Recurly MCP help with support tickets?**
Absolutely. Your agent can pull specific subscription details to give you immediate, accurate answers to customer questions.

**Is the Recurly MCP good for checking invoice history?**
It allows your agent to pull full lists of invoices and specific details for any single record, making audits much faster.

**Can I list all my active subscriptions using my AI agent?**
Yes! Use the `list_subscriptions` tool to retrieve a comprehensive list of all subscriptions registered in your Recurly account.