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_tokenBearer token- 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. ChargeOver CLIHeadless setup and direct function calls. ChargeOver 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.
ChargeOver MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ChargeOver.
Claude Code ChargeOver MCP setup for Claude Code. Cursor ChargeOver MCP setup for Cursor. Codex ChargeOver MCP setup for Codex. OpenAI Agents ChargeOver MCP setup for OpenAI Agents SDK. Claude Agent SDK ChargeOver MCP setup for Claude Agent SDK. Vercel AI SDK ChargeOver MCP setup for Vercel AI SDK. LangChain ChargeOver MCP setup for LangChain. LangGraph ChargeOver MCP setup for LangGraph. CrewAI ChargeOver MCP setup for CrewAI. MCP clients ChargeOver MCP setup for Generic MCP Clients.
ChargeOver CLI Matrix
Use these pages for direct ChargeOver CLI workflows in scripts, CI, cron, and agent wrappers.
CI ChargeOver CLI for CI. Cron Jobs ChargeOver CLI for cron jobs. Shell Scripts ChargeOver CLI for shell scripts. Headless Automation ChargeOver CLI for headless automation. Coding Agents ChargeOver CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |