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.
7 functions 7 read 0 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
ko-fi- route_slug
ko-fi- package
ko-fi- 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. Ko-fi CLIHeadless setup and direct function calls. Ko-fi 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.
Ko-fi MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Ko-fi.
Claude Code Ko-fi MCP setup for Claude Code. Cursor Ko-fi MCP setup for Cursor. Codex Ko-fi MCP setup for Codex. OpenAI Agents Ko-fi MCP setup for OpenAI Agents SDK. Claude Agent SDK Ko-fi MCP setup for Claude Agent SDK. Vercel AI SDK Ko-fi MCP setup for Vercel AI SDK. LangChain Ko-fi MCP setup for LangChain. LangGraph Ko-fi MCP setup for LangGraph. CrewAI Ko-fi MCP setup for CrewAI. MCP clients Ko-fi MCP setup for Generic MCP Clients.
Ko-fi CLI Matrix
Use these pages for direct Ko-fi CLI workflows in scripts, CI, cron, and agent wrappers.
CI Ko-fi CLI for CI. Cron Jobs Ko-fi CLI for cron jobs. Shell Scripts Ko-fi CLI for shell scripts. Headless Automation Ko-fi CLI for headless automation. Coding Agents Ko-fi CLI for coding agents.
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. |