Recurly

Recurly MCP Connector for Claude

A+

Equip your AI to directly manage subscriptions, billing accounts, and invoices within your Recurly ecosystem without shifting interfaces.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Recurly subscription billing and management platform securely to your conversational AI agent. Activating this integration transforms your AI into a dynamic revenue operations assistant, giving it the autonomy to look up accounts, adjust active subscription states, and analyze invoice pipelines directly from the terminal.

What you can do

  • Account Management — Quickly list your customer directory, view detailed billing profiles, or instantly create a new account mapping without opening the vendor console.
  • Subscription Operations — Easily search and read subscription lifecycle states, enroll users in fresh catalog plans, un-cancel previous subscriptions, or permanently cancel an ongoing billing mandate.
  • Invoice & Plan Catalogs — Retrieve the list of historical generated invoices to verify successful automated payments or pull all active billing models (Catalog Plans) to review available products.

How it works

  1. Add the Recurly MCP server to your authorized module list.
  2. Configure the server using your specific Recurly subdomain alongside your Private API Key.
  3. Chat seamlessly with your AI to process operations like revoking a subscription instance or querying for a customer's missing invoice.

Who is this for?

  • RevOps & Finance Teams — Pull billing analytics, track active subscription statuses, and instantly generate plan insights via conversational commands during reviews.
  • Customer Support Agents — Quickly verify if an account holds a successful invoice payment or pause/cancel client subscriptions mid-chat without escalating to billing engineers.
  • Software Developers — Interact safely with Recurly limits, list the ID structures of catalog plans, and test provisioning logic endpoints directly from the code editor.
recurring-revenuesubscription-managementinvoicingrevenue-operationscustomer-billingfinancial-data

10 tools expose this connector's capabilities to your AI agent.

cancel_subscription

This action is irreversible. Cancels an active subscription

create_account

Specify code, email, and name. Creates a new customer account

create_subscription

Creates a new subscription for an account

get_account_details

Retrieves details for a specific customer account

get_subscription_details

Retrieves details for a specific subscription

list_accounts

Lists all customer accounts in Recurly

list_catalog_plans

Lists all available subscription plans in the product catalog

list_invoices

Lists all generated invoices

list_subscriptions

Lists all subscriptions managed by Recurly

reactivate_subscription

Reactivates a previously cancelled or expired subscription

See how to talk to your AI agent using Recurly.

List the last 5 invoices generated in our account.

I executed `list_invoices` restricted to 5 items. The returned set includes invoice IN_UUID_1012 ($59.00 - Paid) and IN_UUID_1013 ($199.00 - Pending).

Cancel the subscription with ID 'sub_39xjd82kw0'.

Running the `cancel_subscription` tool. The subscription 'sub_39xjd82kw0' has been set to cancel. It will not renew at the end of the current billing cycle.

Retrieve the billing details for account code 'cus_alpha_92'.

I invoked `get_account_details` for 'cus_alpha_92'. The account corresponds to 'Alpha Corp'. It currently has an active subscription to the 'Enterprise Tier' and zero past due payments.

Your subdomain is the first part of your Recurly portal URL (e.g., if you log in at `myproject.recurly.com`, your subdomain is `myproject`). To get your API Key, navigate inside Recurly to Integrations > API Credentials and generate or copy your 'Private API Key'.

Related Connectors