KosmoKrator

payments

ChargeOver MCP, CLI, and Lua Integration for AI Agents

ChargeOver integration docs for AI agents: MCP gateway setup, ChargeOver CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

ChargeOver 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
chargeover
route_slug
chargeover
package
chargeover
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

ChargeOver MCP Client Matrix

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

ChargeOver CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
chargeover.chargeover_list_customers Read read 3 List customers from ChargeOver. Returns customer records with contact details, company info, and account status. Supports pagination and status filtering.
chargeover.chargeover_get_customer Read read 1 Get detailed information about a specific ChargeOver customer by ID, including contact details, billing address, account balance, and payment methods.
chargeover.chargeover_list_subscriptions Read read 3 List subscriptions from ChargeOver. Returns subscription details including plan, billing cycle, status, and associated customer. Supports filtering by customer.
chargeover.chargeover_list_invoices Read read 3 List invoices from ChargeOver. Returns invoice details including amounts, dates, line items, and payment status. Supports pagination and status filtering.
chargeover.chargeover_get_invoice Read read 1 Get detailed information about a specific ChargeOver invoice by ID, including line items, totals, tax, applied payments, and invoice URL.
chargeover.chargeover_list_transactions Read read 2 List transactions (payments) from ChargeOver. Returns payment records including amounts, methods, dates, and associated customers and invoices.
chargeover.chargeover_get_current_user Read read 0 Get information about the currently authenticated ChargeOver user and account. Useful for verifying connectivity and understanding which account the integration is connected to.