KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Ko-fi MCP Client Matrix

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

Ko-fi CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
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.