mcpbeat Sign in

Recurly MCP Server

answering

Recurly is answering right now. Last checked 15 min ago. It exposes 8 tools. Last commit 1 Sep 2026.

MCP server for Recurly — accounts, subscriptions, invoices, plans; cancel & pause subs.

Uptime history 47 days of history · worst day 7%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime portal/index.html:231
        results.innerHTML = order.map(function (g) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add recurly --transport http https://recurly.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "recurly": {
      "url": "https://recurly.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.recurly]
url = "https://recurly.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "recurly": {
      "url": "https://recurly.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "recurly": {
      "url": "https://recurly.usefulapi.io/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

recurly
recurly_cancel_subscription
Cancel a subscription. By default it stays active until the end of the current term (`term_end`); pass timeframe `bill_date` to cancel effective the next bill date. This changes billing state. Recurly: PUT /subscriptions/{subscription_id}/cancel.
recurly_get_account
Fetch one account by its id (no prefix, e.g. e28zov4fw0v2) or by your own code prefixed with `code-` (e.g. code-bob). Recurly: GET /accounts/{account_id}.
recurly_get_subscription
Fetch one subscription by its id (no prefix) or by uuid prefixed with `uuid-`. Recurly: GET /subscriptions/{subscription_id}.
recurly_list_accounts
List customer accounts on the site. Supports cursor pagination and filtering. Recurly: GET /accounts.
recurly_list_invoices
List invoices across the site, or for one account when `account_id` is given (GET /accounts/{account_id}/invoices). Recurly: GET /invoices.
recurly_list_plans
List the site's subscription plans, optionally filtered by state. Recurly: GET /plans.
recurly_list_subscriptions
List subscriptions across the site, optionally scoped to one account and/or filtered by state. Provide `account_id` to use GET /accounts/{account_id}/subscriptions; otherwise GET /subscriptions.
recurly_pause_subscription
Pause a subscription for a number of upcoming billing cycles. Set `remaining_pause_cycles` to 0 to resume/cancel an existing pause. This changes billing state. Recurly: PUT /subscriptions/{subscription_id}/pause.

Endpoints

URLTransportStateLatencyChecked
https://recurly.usefulapi.io/mcp streamable-http answering 63 ms 15 min ago

Alternatives to Recurly

same job, measured the same way
MCP Vindi
by codespar

MCP server for Vindi — recurring billing, subscriptions, invoices

23 installs/wk local only
Tochka Bank
by dontsovcmc

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

154 installs/wk local only
MCP Iugu
by codespar

MCP server for iugu — invoices, subscriptions, customers, payment methods

50 installs/wk local only
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

36 installs/wk local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
MCP Stripe
by infoinlet-marketplace

Read-only Stripe for AI agents — customers, charges, subscriptions, invoices, balance.

26 installs/wk local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

31 installs/wk local only

Recurly — questions

Answers built from our own checks of this server.

What can Recurly do?
It exposes 8 tools, read directly from the server on our last check. Among them: recurly_cancel_subscription, recurly_get_account, recurly_get_subscription, recurly_list_accounts, recurly_list_invoices, recurly_list_plans and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Recurly working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 173 ms. The bar chart above shows every period we have measured.
How do I connect Recurly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Recurly need an API key?
No. Recurly completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Recurly?
It answers our handshake in 173 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Recurly open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.