other
Recurly MCP, CLI, and Lua Integration for AI Agents
Recurly integration docs for AI agents: MCP gateway setup, Recurly CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Recurly for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
recurly- route_slug
recurly- package
recurly- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Recurly CLIHeadless setup and direct function calls. Recurly MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Recurly MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Recurly.
Claude Code Recurly MCP setup for Claude Code. Cursor Recurly MCP setup for Cursor. Codex Recurly MCP setup for Codex. OpenAI Agents Recurly MCP setup for OpenAI Agents SDK. Claude Agent SDK Recurly MCP setup for Claude Agent SDK. Vercel AI SDK Recurly MCP setup for Vercel AI SDK. LangChain Recurly MCP setup for LangChain. LangGraph Recurly MCP setup for LangGraph. CrewAI Recurly MCP setup for CrewAI. MCP clients Recurly MCP setup for Generic MCP Clients.
Recurly CLI Matrix
Use these pages for direct Recurly CLI workflows in scripts, CI, cron, and agent wrappers.
CI Recurly CLI for CI. Cron Jobs Recurly CLI for cron jobs. Shell Scripts Recurly CLI for shell scripts. Headless Automation Recurly CLI for headless automation. Coding Agents Recurly CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
recurly.recurly_list_accounts | Read read | 4 | List billing accounts from Recurly. Supports filtering by email and state, with cursor-based pagination. |
recurly.recurly_get_account | Read read | 1 | Get details of a specific Recurly billing account by its ID or account code. |
recurly.recurly_create_account | Write write | 4 | Create a new billing account in Recurly with a unique account code, email, and name. |
recurly.recurly_list_subscriptions | Read read | 4 | List subscriptions from Recurly. Supports filtering by account and state, with cursor-based pagination. |
recurly.recurly_get_subscription | Read read | 1 | Get details of a specific Recurly subscription by its UUID. |
recurly.recurly_list_plans | Read read | 2 | List billing plans from Recurly. Supports cursor-based pagination. |
recurly.recurly_get_current_user | Read read | 0 | Verify the Recurly API connection by fetching the first account. Useful as a health check. |