data
Chargify MCP, CLI, and Lua Integration for AI Agents
Chargify integration docs for AI agents: MCP gateway setup, Chargify CLI commands, Lua API reference, credentials, and function schemas.Chargify 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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
chargify.chargify_list_subscriptions | Read read | 3 | List subscriptions from Chargify. Supports filtering by state (active, past_due, canceled, expired, trial, etc.) and pagination. |
chargify.chargify_get_subscription | Read read | 1 | Get detailed information for a single Chargify subscription by ID. |
chargify.chargify_list_customers | Read read | 2 | List customers from Chargify. Supports pagination with page and per_page parameters. |
chargify.chargify_get_customer | Read read | 1 | Get detailed information for a single Chargify customer by ID. |
chargify.chargify_list_products | Read read | 2 | List products available in Chargify. Supports pagination with page and per_page parameters. |
chargify.chargify_list_invoices | Read read | 3 | List invoices from Chargify. Supports filtering by status (open, paid, pending, voided) and pagination. |
chargify.chargify_get_invoice | Read read | 1 | Get detailed information for a single Chargify / Maxio Advanced Billing invoice by ID, UID, or invoice number. |
chargify.chargify_get_current_user | Read read | 0 | Read the current Chargify / Maxio Advanced Billing site. Useful for verifying API credentials. |