productivity
Ko-fi MCP, CLI, and Lua Integration for AI Agents
Ko-fi integration docs for AI agents: MCP gateway setup, Ko-fi CLI commands, Lua API reference, credentials, and function schemas.Ko-fi 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 |
|---|---|---|---|
ko-fi.ko-fi_list_supporters | Read read | 2 | List all supporters who have donated or subscribed to your Ko-fi page. Returns supporter names, emails, and contribution history. |
ko-fi.ko-fi_get_supporter | Read read | 1 | Get detailed information about a single Ko-fi supporter by their email address. Returns full supporter profile including contribution history and status. |
ko-fi.ko-fi_list_transactions | Read read | 3 | List all transactions on your Ko-fi page including donations, subscriptions, and shop orders. Returns transaction details with amounts and dates. |
ko-fi.ko-fi_list_commissions | Read read | 3 | List all commission requests on your Ko-fi page. Returns commission details including status, requester info, and pricing. |
ko-fi.ko-fi_get_commission | Read read | 1 | Get detailed information about a single Ko-fi commission by its ID. Returns full commission data including description, status, and requester details. |
ko-fi.ko-fi_list_shop_items | Read read | 2 | List all items in your Ko-fi shop. Returns item names, descriptions, prices, and availability. |
ko-fi.ko-fi_get_current_user | Read read | 0 | Get the profile of the currently authenticated Ko-fi user. Useful to verify the connection and see account details. |