KosmoKrator

payments

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.

7 functions 7 read 0 write API key auth

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.

Machine-Readable Metadata
integration_slug
chargify
route_slug
chargify
package
chargify
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

Chargify MCP Client Matrix

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

Chargify CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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_current_user Read read 0 Get the currently authenticated Chargify user. Useful for verifying API credentials.