KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Recurly MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Recurly.

Recurly CLI Matrix

Use these pages for direct Recurly CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.